moveit_ros icon indicating copy to clipboard operation
moveit_ros copied to clipboard

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit

Results 88 moveit_ros issues
Sort by recently updated
recently updated
newest added

With the latest source build, when a collision object is attached to a robot link, it disappears in rviz and an error is thrown in move_group when one tries to...

bug

When I accidently add the moveit_ros_planning_interface dependency to one of my projects not containing any code other than a .cpp file with the contents ``` #include int main(int argc, char...

bug

System: 12.04 32bit - most updated moveit package with branch groovy-devel In short: I have just updated moveit in my PC. With demo.launch, after press button 'plan', this message below...

bug
question

It would be nice to set different colors on individual scene objects in the RViz plugin. Apparently, one way to do this would be to add a color picker to...

enhancement
nice to have

Add functionality to benchmark such that a goal pose: - is deemed REACHABLE only if an InterpolatedIK trajectory of at least X cm can be performed leading up to it,...

enhancement

This is a low priority ticket, but I add it anyways since it could be useful for others and we might want to remember about it. Currently most file choosers...

enhancement
nice to have

We would like a way to visualize benchmarking results so we can also get more intuition on the numbers. For example, we would like to color all reachable poses in...

enhancement

Add the ability to define straight-line trajectories in Cartesian space that the end-effector must follow. We would need: - a way in the GUI to specify a start pose and...

enhancement

Add the ability to set a goal pose as SOLVED only if it also visible. Alternatively, maybe have a separate VISIBLE / NONVISIBLE tag and have a way to do...

enhancement

Many goal poses that are not reachable from a given robot base pose, could be reachable from another base placement. Ideally we would need to know if a target is...

enhancement