Skip to content

Commit

Permalink
Add missing deps for the scripts of the gazebo_ros pkg (#1297)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateus Amarante <[email protected]>
  • Loading branch information
scpeters and mateus-amarante authored Oct 28, 2021
1 parent 7207bc1 commit 2057556
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gazebo_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@
<depend>std_srvs</depend>
<depend>tinyxml_vendor</depend>

<exec_depend>ament_index_python</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>launch_ros</exec_depend>
<exec_depend>python3-catkin-pkg</exec_depend>
<exec_depend>python3-lxml</exec_depend>
<exec_depend>ros2pkg</exec_depend>
<exec_depend>std_msgs</exec_depend>

<build_export_depend>geometry_msgs</build_export_depend>
<build_export_depend>sensor_msgs</build_export_depend>
Expand Down

0 comments on commit 2057556

Please sign in to comment.