Update gazebo moveit launchfiles

This commit is contained in:
2023-03-22 22:37:46 +02:00
parent 34d209cd52
commit 7b99e220f5
7 changed files with 314 additions and 421 deletions

View File

@@ -40,7 +40,7 @@ def generate_launch_description():
# robot moveit gazebo launch
# xarm_moveit_config/launch/_robot_moveit_gazebo.launch.py
robot_moveit_gazebo_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(PathJoinSubstitution([FindPackageShare('xarm_moveit_config'), 'launch', '_robot_moveit_gazebo.launch.py'])),
PythonLaunchDescriptionSource(PathJoinSubstitution([FindPackageShare('custom_xarm_moveit_config'), 'launch', '_robot_moveit_gazebo.launch.py'])),
launch_arguments={
'prefix': prefix,
'hw_ns': hw_ns,