moveit_ros
moveit_ros copied to clipboard
THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
I install moveit from source for ros indigo according to the steps did in ros-planning/moveit_ros#623, How do I set MoveIt! to use the source installation of ompl for ros indigo?...
Whenever you use the MoveIt! Setup Wizard to set up a new package with move groups, it makes all the launch files. But forgets an important portion. When run out...
I have been playing around with the parameters `padding_offset` and `padding_scale` a while now and I must say they are very difficult/impossible to tune. I even started to wonder, if...
Hi, any reason to not include additional methods to the planning interface? It's weird to mix calls to this class and calls to the _GetPlanningScene_ service. I need to retrieve...
@vrabaud : fyi
Currently you can only use one padding and scale value for all robot self-filtering. I have an application where the fingers and end effector should have no padding or scaling,...
One symptom of this is that if you have position limits set in the `joint_limits` parameter, then when doing a "pick" with move_group's pick and place capability, the robot may...
The mesh_filter test continually fails on `EXPECT_FLOAT_EQ (filtered_depth [idx], gt_depth [idx]);` and doesn't seem to terminate when run locally when there is a display available. I had a look at...
I'd like to be able to asynchronously execute a plan, and then monitor whether the plan is still running (or get a callback when it's done; either way). The only...
This is essentially ros-planning/moveit_ros#602 by @TheBrewCrew, which now also handles loading maps via the service correctly. When the ROS parameter /move_group/octomap_diff is enabled, change detection is the OctoMap is enabled...