Skip to content

Commit

Permalink
Fix .world -> .sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
argenos committed Jul 19, 2024
1 parent f12ac22 commit 8d8532a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm/templates/ros/world.ros2.launch.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<arg name="headless" default="true"/>
<arg name="debug" default="false"/>
<arg name="paused" default="false"/>
<arg name="world_name" default="worlds/{{model_name}}.world"/>
<arg name="world_name" default="worlds/{{model_name}}.sdf"/>

<set_env name="GAZEBO_MODEL_PATH" value="$(find-pkg-prefix floorplan_models)/models:$(find-pkg-prefix floorplan_models)/worlds:$(env GAZEBO_MODEL_PATH)"/>

Expand Down

0 comments on commit 8d8532a

Please sign in to comment.