Robotics StackExchange | Archived questions

What packages apart from reuleaux can be used for optimal base positioning of a robot for mobile manipulation?

The package reuleaux has issues with compiling in ros-kinetic due to HDF5 error. I was wondering if there is any other packages that also find the optimal base position for mobile manipulation using inverse reachability analysis.

Asked by hc on 2017-05-08 06:58:37 UTC

Comments

I know of no ROS pkgs (they might exist though), but OpenRAVE does have Inverse Reachability capabilities. The MoveIt Benchmark / Workbench also does something similar, although it doesn't do placement for you, just evaluation of whatever you defined as the position of the robot and a given task.

Asked by gvdhoorn on 2017-05-08 11:33:26 UTC

The HDF5 error in Reuleaux for ROS-kinetic is solved in this issue https://github.com/ros-industrial-consortium/reuleaux/issues/41 You can try it now.

Asked by jontromanab on 2017-10-03 20:51:30 UTC

Answers