Hey everyone
I am having problems trying to understand how change the pose of a collision object that I have already added into the planning scene. I found that one of the operations that can be done using the CollisionObject message is called MOVE. However I am unsure how I can use the operation. Unlike with how to add or remove a collision object there isnt any tutorial on how to use the move operation. I did try sending a message over the collision_object ros topic using a moveit_msg::CollisionObject msg. The message got sent successfully over the ros topic, however the move_group node process died, leaving this error:
move_group-4] process has died [pid 10631, exit code -11, cmd /home/mfrancis/catkin_ws/devel/lib/moveit_ros_move_group/move_group --debug __name:=move_group __log:=/home/mfrancis/.ros/log/44a4b390-eeb7-11e4-a9fc-b8ca3ab282dc/move_group-4.log].
log file: /home/mfrancis/.ros/log/44a4b390-eeb7-11e4-a9fc-b8ca3ab282dc/move_group-4*.log
I am not sure why it happened. So if anyone has any idea of how to move an already created collision object, your help would be most appreciated.
Sincerely
Mike