fix gazebo world filepath

This commit is contained in:
Ilya Uraev 2024-05-27 00:20:17 +03:00
parent 3745cb4ac6
commit 798160767a

View file

@ -53,7 +53,8 @@ def launch_setup(context, *args, **kwargs):
launch_arguments={
'sim_gazebo': sim_gazebo,
'debugger': "false",
'launch_env_manager': "false"
'launch_env_manager': "false",
'gazebo_world_filename': "asm2.sdf"
}.items(),
condition=IfCondition(launch_simulation)
)