ros-interactive-manipulation / pr2_object_manipulation

PR2-specific functionality related to pickup and place tasks.
20 stars 32 forks source link

Hookup rviz buttons #40

Closed jon-weisz closed 11 years ago

jon-weisz commented 11 years ago

Uses new get3DPatch feature in rviz to make gripper click respect the normal of the clicked surface again for "interactive everything"

mateiciocarlie commented 11 years ago

Looks good; just two questions:

dgossow commented 11 years ago
mateiciocarlie commented 11 years ago

The pull request merged just now removes most of the dependency paths; looking at the ones that remain, it looks like they could also be eliminated with some judicious separation between msg packages and actual functionality packages.

I would avoid introducing a new dependency, if maybe it can be eliminated with a few equivalent calls to eigen or similar.

mateiciocarlie commented 11 years ago

OK, merging this for now as resources are focused on other projects; at some point, it would be good to revisit and remove the dependency on pcl, and also to move the "compute normal based on rendered patch" capability upstream into rviz::PointTool