Skip to content

Commit

Permalink
Fix plugin path
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Jan 10, 2025
1 parent 558b7d5 commit 3a5c1e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nexus_integration_tests/launch/rmf/simulation.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<let name="gz_headless" if="$(var headless)" value="-s"/>
<let name="gz_headless" unless="$(var headless)" value="" />

<executable cmd="gz sim $(var gz_headless) -r -v 3 $(var world_path) -z $(var sim_update_rate)" output="both"/>
<executable cmd="gz sim $(var gz_headless) -r -v 3 $(var world_path) -z $(var sim_update_rate)" output="both">
<env name="GZ_SIM_PLUGIN_PATH" value="$(find-pkg-prefix rmf_robot_sim_gz_plugins)/lib/rmf_robot_sim_gz_plugins"/>
</executable>

<!-- ros_gz bridge for simulation clock -->
<node pkg="ros_gz_bridge" exec="parameter_bridge"
Expand Down

0 comments on commit 3a5c1e7

Please sign in to comment.