Skip to content

feat: tier4_debug_msgs changed to autoware_internal_debug_msgs in fil… #9853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion control/autoware_trajectory_follower_node/README.md
Original file line number Diff line number Diff line change
@@ -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.

Original file line number Diff line number Diff line change
@@ -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>
@@ -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;

Loading
Oops, something went wrong.