Skip to content

Commit 175c4d5

Browse files
committed
Feedback from review.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent b3c6d55 commit 175c4d5

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

ackermann_steering_controller/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<build_depend>generate_parameter_library</build_depend>
1818

19+
<depend>backward_ros</depend>
1920
<depend>control_msgs</depend>
2021
<depend>controller_interface</depend>
2122
<depend>hardware_interface</depend>

bicycle_steering_controller/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<build_depend>generate_parameter_library</build_depend>
1818

19+
<depend>backward_ros</depend>
1920
<depend>control_msgs</depend>
2021
<depend>controller_interface</depend>
2122
<depend>hardware_interface</depend>

pid_controller/src/pid_controller.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#include "control_msgs/msg/single_dof_state.hpp"
2727
#include "controller_interface/helpers.hpp"
2828

29-
#include <rclcpp/rclcpp.hpp>
30-
#include <rclcpp/version.h>
29+
#include "rclcpp/rclcpp.hpp"
30+
#include "rclcpp/version.h"
3131

3232
namespace
3333
{ // utility

tricycle_steering_controller/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<build_depend>generate_parameter_library</build_depend>
2020

21+
<depend>backward_ros</depend>
2122
<depend>control_msgs</depend>
2223
<depend>controller_interface</depend>
2324
<depend>hardware_interface</depend>

0 commit comments

Comments
 (0)