Only released in EOL distros:
Package Summary
RViz Plugins for Collecting Grasps and Generating Models
- Maintainer status: maintained
- Maintainer: David Kent <dekent AT gatech DOT edu>, Russell Toris <russell.toris AT gmail DOT com>
- Author: Russell Toris <russell.toris AT gmail DOT com>, David Kent <dekent AT gatech DOT edu>
- License: BSD
- Bug / feature tracker: https://github.com/GT-RAIL/rail_pick_and_place/issues
- Source: git https://github.com/GT-RAIL/rail_pick_and_place.git (branch: master)
Package Summary
RViz Plugins for Collecting Grasps and Generating Models
- Maintainer status: maintained
- Maintainer: David Kent <dekent AT gatech DOT edu>, Russell Toris <russell.toris AT gmail DOT com>
- Author: Russell Toris <russell.toris AT gmail DOT com>, David Kent <dekent AT gatech DOT edu>
- License: BSD
- Bug / feature tracker: https://github.com/GT-RAIL/rail_pick_and_place/issues
- Source: git https://github.com/GT-RAIL/rail_pick_and_place.git (branch: master)
Contents
About
The rail_pick_and_place_tools package contains rviz plugins to aid in the grasp demonstration collection and model generation process. This package also contains launch files for easier running of this process.
rviz Plugins
This package contains three rviz panels: Vision, Grasp Collection, and Object Model Generation, shown and described below.
Vision Panel - calls segmentation action and provides segmentation feedback. |
|
Grasp Collection Panel - collects demonstration grasps and point cloud information, stored in a graspdb database, and provides feedback on this process. |
|
Object Model Generation Panel - calls the model generation action on a selected subset of grasp demonstrations and object models read from a graspdb database, stores new models in the database, and provides feedback on this process. The highlighted model in the list can also be displayed in the main rviz window or removed from the database. |
|
Installation
To install the rail_pick_and_place package, you can install from source with the following commands:
Startup
The rail_pick_and_place_tools package contains a launch file for starting up the backend necessary for grasp demonstration collection and object model generation, as well as a frontend that launches rviz with the relevant panels and topics shown:
roslaunch rail_pick_and_place_tools model_generation_backend.launch
roslaunch rail_pick_and_place_tools model_generation_frontend.launch
The frontend should look something like this:
See the tutorials section for detailed instructions on setting the parameters necessary for the launch files and using the frontend to collect data and generate models.