fix gazebo world filepath
This commit is contained in:
parent
3745cb4ac6
commit
798160767a
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue