Skip to content

Commit

Permalink
fix crazyflie deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicdarkoo committed Dec 27, 2024
1 parent 8e7afd4 commit b6f2788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y \
ros-${ROS_DISTRO}-ros2-controllers \
ros-${ROS_DISTRO}-robot-localization \
ros-${ROS_DISTRO}-laser-filters \
ros-${ROS_DISTRO}-tf-transformations \
gdb \
git

Expand Down
1 change: 1 addition & 0 deletions webots_ros2_crazyflie/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<exec_depend>rclpy</exec_depend>
<exec_depend>builtin_interfaces</exec_depend>
<exec_depend>webots_ros2_driver</exec_depend>
<exec_depend>tf_transformations</exec_depend>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down

0 comments on commit b6f2788

Please sign in to comment.