This package contains the MoveIt! config files for all possible TIAGo configurations (end effectors, force torque sensors..).
To make maintenance easier, there are templates of the files that differ between configurations. To understand how this template works please read https://github.com/pal-robotics/tiago_robot/ readme.
If you need to modify the setup assistant, you'll need to:
- Provide arguments to the xacro file to get the variant of TIAGo that you need. For MoveIt! the parameters may need to modify are
arm
,end_effector
andft_sensor
. - Create (or softlnk) a SRDF file at
config/tiago.srdf
if you want to load existing moveit configuration. The SRDF files used are inconfig/srdf
, and only changes in that directory will not reflect on the robot.
Make sure that after running to reflect the changes in the auto generated files.
MoveIt
$ ros2 launch tiago_moveit_config move_group.launch.py use_sim_time:=False
Rviz with MoveIt
$ ros2 launch tiago_moveit_config moveit_rviz.launch.py use_sim_time:=False