Skip to content

Commit 2dcb7bb

Browse files
committed
feat: tier4_debug_msgs changed to autoware_internal_debug_msgs in files control/autoware_trajectory_follower_node
Signed-off-by: vish0012 <vishalchhn42@gmail.com>
1 parent 1586372 commit 2dcb7bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

control/autoware_trajectory_follower_node/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Giving the longitudinal controller information about steer convergence allows it
151151
152152
## Debugging
153153
154-
Debug information are published by the lateral and longitudinal controller using `tier4_debug_msgs/Float32MultiArrayStamped` messages.
154+
Debug information are published by the lateral and longitudinal controller using `autoware_internal_debug_msgs/Float32MultiArrayStamped` messages.
155155
156156
A configuration file for [PlotJuggler](https://github.com/facontidavide/PlotJuggler) is provided in the `config` folder which, when loaded, allow to automatically subscribe and visualize information useful for debugging.
157157

control/autoware_trajectory_follower_node/include/autoware/trajectory_follower_node/controller_node.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#include "tf2_msgs/msg/tf_message.hpp"
4545
#include "visualization_msgs/msg/marker_array.hpp"
4646
#include <autoware_control_msgs/msg/detail/control_horizon__struct.hpp>
47-
#include <tier4_debug_msgs/msg/float64_stamped.hpp>
47+
#include <autoware_internal_debug_msgs/msg/float64_stamped.hpp>
4848

4949
#include <memory>
5050
#include <string>
@@ -63,7 +63,7 @@ namespace trajectory_follower_node
6363
using autoware::universe_utils::StopWatch;
6464
using autoware_adapi_v1_msgs::msg::OperationModeState;
6565
using autoware_control_msgs::msg::ControlHorizon;
66-
using tier4_debug_msgs::msg::Float64Stamped;
66+
using autoware_internal_debug_msgs::msg::Float64Stamped;
6767

6868
namespace trajectory_follower = ::autoware::motion::control::trajectory_follower;
6969

0 commit comments

Comments
 (0)