You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following launch file will launch an rviz emulated xarm7 that can be controlled through the standard move_group c++ moveit2 client. This has been tested in ROS2 Humble, tho it should work with other distribution with little to no modifications.
To make it work for your specific robot arm, you only need to modify the MoveitConfigsBuilder() arguments, which are the same as the ones described in the official documentation.
The text was updated successfully, but these errors were encountered:
gaspatxo
changed the title
tutorial: How to use xarm_ros2 with the standard moveit2 move_group client
TUTORIAL: How to use xarm_ros2 with the standard moveit2 move_group client
Jul 31, 2024
gaspatxo
changed the title
TUTORIAL: How to use xarm_ros2 with the standard moveit2 move_group client
TUTORIAL: How to use xarm_ros2 with the standard moveit2 move_group client (aka how to use MoveitConfigsBuilder)
Jul 31, 2024
The following launch file will launch an rviz emulated xarm7 that can be controlled through the standard
move_group
c++ moveit2 client. This has been tested in ROS2 Humble, tho it should work with other distribution with little to no modifications.To make it work for your specific robot arm, you only need to modify the
MoveitConfigsBuilder()
arguments, which are the same as the ones described in the official documentation.To use real hardware, only the
MoveitConfigsBuilder()
needs to be slightly modified:The text was updated successfully, but these errors were encountered: