Skip to content

Commit

Permalink
Fix pid_controller build on ROS 2 Rolling on Ubuntu 24.04 (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jun 6, 2024
1 parent 598ed7f commit 996981a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ackermann_steering_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<build_depend>generate_parameter_library</build_depend>

<depend>backward_ros</depend>
<depend>control_msgs</depend>
<depend>controller_interface</depend>
<depend>hardware_interface</depend>
Expand Down
1 change: 1 addition & 0 deletions bicycle_steering_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<build_depend>generate_parameter_library</build_depend>

<depend>backward_ros</depend>
<depend>control_msgs</depend>
<depend>controller_interface</depend>
<depend>hardware_interface</depend>
Expand Down
1 change: 1 addition & 0 deletions pid_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<build_depend>generate_parameter_library</build_depend>

<depend>angles</depend>
<depend>backward_ros</depend>
<depend>control_msgs</depend>
<depend>control_toolbox</depend>
<depend>controller_interface</depend>
Expand Down
2 changes: 2 additions & 0 deletions pid_controller/src/pid_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#include "control_msgs/msg/single_dof_state.hpp"
#include "controller_interface/helpers.hpp"

#include "rclcpp/rclcpp.hpp"

namespace
{ // utility

Expand Down
1 change: 1 addition & 0 deletions tricycle_steering_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<build_depend>generate_parameter_library</build_depend>

<depend>backward_ros</depend>
<depend>control_msgs</depend>
<depend>controller_interface</depend>
<depend>hardware_interface</depend>
Expand Down

0 comments on commit 996981a

Please sign in to comment.