Skip to content

Commit

Permalink
Set new GZ variables to work on Gazebo Harmonic
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Apr 27, 2024
1 parent 922fcc8 commit 43dd800
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions leo_gz_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<buildtool_depend>ament_cmake</buildtool_depend>

<exec_depend>ament_index_python</exec_depend>
<exec_depend>leo_description</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>ros_gz_bridge</exec_depend>
<exec_depend>ros_gz_image</exec_depend>
Expand Down
3 changes: 2 additions & 1 deletion leo_gz_plugins/hooks/gz_sim_system_plugin_path.dsv
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
prepend-non-duplicate;IGN_GAZEBO_SYSTEM_PLUGIN_PATH;lib
prepend-non-duplicate;IGN_GAZEBO_SYSTEM_PLUGIN_PATH;lib
prepend-non-duplicate;GZ_SIM_SYSTEM_PLUGIN_PATH;lib
3 changes: 2 additions & 1 deletion leo_gz_worlds/hooks/gz_sim_resource_path.dsv.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
prepend-non-duplicate;IGN_GAZEBO_RESOURCE_PATH;share/@PROJECT_NAME@/worlds;share/@PROJECT_NAME@/models
prepend-non-duplicate;IGN_GAZEBO_RESOURCE_PATH;share/@PROJECT_NAME@/worlds;share/@PROJECT_NAME@/models
prepend-non-duplicate;GZ_SIM_RESOURCE_PATH;share/@PROJECT_NAME@/worlds;share/@PROJECT_NAME@/models

0 comments on commit 43dd800

Please sign in to comment.