在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):venkatrn/perception开源软件地址(OpenSource Url):https://github.com/venkatrn/perception开源编程语言(OpenSource Language):C++ 74.4%开源软件介绍(OpenSource Introduction):Deliberative Perception for Multi-Object Recognition and LocalizationOverviewThis library provides implementations for single and multi-object instance localization from RGB-D sensor (MS Kinect, ASUS Xtion etc.) data. These are based on the PERCH (Perception via Search) and D2P (Discriminatively-guided Deliberative Perception) algorithms. Requirements
Setup
cd ~/my_workspace
wstool init src
wstool merge -t src perch.rosinstall
wstool update -t src
rosdep install --from-paths src --ignore-src --rosdistro indigo -y
catkin_make -DCMAKE_BUILD_TYPE=Release DemoFirst, download the object CAD models (92 MB total): roscd sbpl_perception
chmod +x data/scripts/download_demo_models.sh
./data/scripts/download_demo_models.sh An example RGB-D scene containing 3 objects is provided under sbpl_perception/demo. To run PERCH on this with default parameters: roscd sbpl_perception && mkdir visualization
roslaunch sbpl_perception demo.launch The states 'expanded' as well as the goal state will be saved under sbpl_perception/visualization. The expanded states will also show up on an OpenCV window named "Expansions". To also save all the 'generated' (rendered) states to sbpl_perception/visualization, use roslaunch sbpl_perception demo.launch image_debug:=true You should see the following input depth and output depth images under sbpl_perception/visualization: Configuration parameters for the algorithm can be found under sbpl_perception/config/demo_env_config.yaml and sbpl_perception/config/demo_planner_config.yaml, along with descriptions of those parameters. To pull changes from all related repositories in one go, run For more information on setting up PERCH for your custom robot/sensor, reproducing experimental results, and API details, refer to the wiki. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论