mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
synced 2025-09-15 13:08:35 +08:00
modified make files
This commit is contained in:
parent
857582d752
commit
bbc242da96
@ -36,7 +36,7 @@ find_package(gazebo REQUIRED
|
||||
catkin_package(
|
||||
INCLUDE_DIRS include
|
||||
LIBRARIES turtlebot3_gazebo
|
||||
CATKIN_DEPENDS geometry_msgs nav_msgs roscpp sensor_msgs std_msgs tf
|
||||
CATKIN_DEPENDS geometry_msgs nav_msgs roscpp sensor_msgs std_msgs tf gazebo_ros
|
||||
)
|
||||
|
||||
################################################################################
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
<build_depend>sensor_msgs</build_depend>
|
||||
<build_depend>geometry_msgs</build_depend>
|
||||
<build_depend>tf</build_depend>
|
||||
<build_depend>gazebo_ros</build_depend>
|
||||
<run_depend>geometry_msgs</run_depend>
|
||||
<run_depend>nav_msgs</run_depend>
|
||||
<run_depend>roscpp</run_depend>
|
||||
@ -26,4 +27,5 @@
|
||||
<run_depend>sensor_msgs</run_depend>
|
||||
<run_depend>geometry_msgs</run_depend>
|
||||
<run_depend>tf</run_depend>
|
||||
<run_depend>gazebo_ros</run_depend>
|
||||
</package>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user