updated default spawn

This commit is contained in:
2025-05-13 21:57:36 +02:00
parent 96ad8cf0ff
commit db2c3d28b6

View File

@@ -78,7 +78,7 @@ def generate_launch_description():
'ros2', 'run', 'ros_gz_sim', 'create',
'-name', 'sherpa',
'-topic', 'robot_description',
'-x', '0', '-y', '0', '-z', '2'
'-x', '1.5', '-y', '9.5', '-z', '0.2'
],
output='screen'
)