Skip to content

Commit

Permalink
feat: tier4_debug_msgs changed to autoware_internal_debug_msgs in fil…
Browse files Browse the repository at this point in the history
…es control/autoware_trajectory_follower_node

Signed-off-by: vish0012 <[email protected]>
  • Loading branch information
vish0012 committed Jan 8, 2025
1 parent 1586372 commit 2dcb7bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion control/autoware_trajectory_follower_node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Giving the longitudinal controller information about steer convergence allows it
## Debugging
Debug information are published by the lateral and longitudinal controller using `tier4_debug_msgs/Float32MultiArrayStamped` messages.
Debug information are published by the lateral and longitudinal controller using `autoware_internal_debug_msgs/Float32MultiArrayStamped` messages.
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include "tf2_msgs/msg/tf_message.hpp"
#include "visualization_msgs/msg/marker_array.hpp"
#include <autoware_control_msgs/msg/detail/control_horizon__struct.hpp>
#include <tier4_debug_msgs/msg/float64_stamped.hpp>
#include <autoware_internal_debug_msgs/msg/float64_stamped.hpp>

#include <memory>
#include <string>
Expand All @@ -63,7 +63,7 @@ namespace trajectory_follower_node
using autoware::universe_utils::StopWatch;
using autoware_adapi_v1_msgs::msg::OperationModeState;
using autoware_control_msgs::msg::ControlHorizon;
using tier4_debug_msgs::msg::Float64Stamped;
using autoware_internal_debug_msgs::msg::Float64Stamped;

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

Expand Down

0 comments on commit 2dcb7bb

Please sign in to comment.