moveit / moveit_ros

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
70 stars 118 forks source link

Add a Clearning/Resetting Octomap method to planning_interface::MoveGroup class #483

Open corot opened 10 years ago

corot commented 10 years ago

Or maybe to planning_scene::PlanningScene class, not sure.

Following these MoveIt! Users Google group discussions:

Looks like it would be a very useful addition to the MoveIt! high level API.

jasedit commented 10 years ago

Is this addressed by Pull Request #495?

corot commented 10 years ago

Yes. This issue can be closed, at least for Indigo. Thanks

corot commented 9 years ago

Doesn't make sense to add a clearOctomap method to the moveit::planning_interface::PlanningSceneInterface class and its equivalent on Python API?

I think each interface to moveit should be self-contained, not requiring using more than one at the same time.