Moveit comands
C++
Simulate it first:roslaunch interbotix_xsarm_moveit_interface xsarm_moveit_interface.launch robot_model:=wx250s use_fake:=true dof:=6 use_cpp_interface:=true
Move real robot:
roslaunch interbotix_xsarm_moveit_interface xsarm_moveit_interface.launch robot_model:=wx250s dof:=6 use_cpp_interface:=true use_actual:=true
Each button in the gui interface is a ros node that send message to actual node (move group API) [see it here in github: interbotix_ros_toolboxes/interbotics_common_toolbox/interbotics_moveit_interface/src → moveit_interface_obj.cpp]
Buttons explenation:
Python
roslaunch interbotix_xsarm_moveit_interface xsarm_moveit_interface.launch robot_model:=wx250s use_fake:=true dof:=6 use_python_interface:=true
Python script running. find it here: [github: interbotix_ros_toolboxes/interbotics_common_toolbox/interbotics_moveit_interface/scripts/moveit_python_interface]
- press enter in the terminal → start tutorial
- press enter to continue the demo
Moveit comands
Still not working... comming soon