moveit_ros
moveit_ros copied to clipboard
Unit test move_group_interface
The moveit::planning_interface::MoveGroup
class is the interaction point between most users and MoveIt!. It would be very valuable to have a high-coverage test of this class to prevent unexpected code breaks as code is refactored or new features are added. I couldn't find any tests for it inside moveit_ros, hence this issue.