mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
synced 2025-09-15 13:08:35 +08:00
Automatically make the models available to gazebo_ros
By adding gazebo_model_path to the exports of this package, the models directory will be automatically available if you are using `gazebo.launch.py`. This means that you don't need to set GAZEBO_MODEL_PATH this in your .bashrc or in other places. This was implemented in the ROS1 branch but the change was somehow forgotten.
This commit is contained in:
parent
6ade8fda77
commit
d70272359d
@ -24,5 +24,6 @@
|
||||
<depend>turtlebot3</depend>
|
||||
<export>
|
||||
<build_type>ament_cmake</build_type>
|
||||
<gazebo_ros gazebo_model_path="${prefix}/models"/>
|
||||
</export>
|
||||
</package>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user