Skip to content

Commit

Permalink
Adjust description package to work in new Gazebo simulation (#5)
Browse files Browse the repository at this point in the history
* Add enviormental variable hooks

* Adjust simulation xacro for new simulation

* Macros.xacro cleanup

* Addd surface element to wheels

* Add custom topic name for joint state plugin

* Fix gazebo launch warnings

* Change bullet parameters

* Update diff system plugin name

* Update enviormental hooks

* Remove joint prefix

* Add imu system plugin

* Bring back joint_prefix param

* Add joints prefix param to all joints

* Remove unnecessary link prefixes
  • Loading branch information
jasiex01 authored Oct 18, 2023
1 parent 19bc88f commit 95f19f3
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 141 deletions.
2 changes: 2 additions & 0 deletions leo_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ install(
DESTINATION share/${PROJECT_NAME}
)

ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/gz_sim_resource_path.dsv")

ament_package()
1 change: 1 addition & 0 deletions leo_description/hooks/gz_sim_resource_path.dsv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prepend-non-duplicate;IGN_GAZEBO_RESOURCE_PATH;share;
Loading

0 comments on commit 95f19f3

Please sign in to comment.