Skip to content

Commit

Permalink
refactor(motion_velocity_smoother): align processing time topic name (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#5273)

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored and TakaHoribe committed Oct 13, 2023
1 parent bc470cc commit d5af0af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ MotionVelocitySmootherNode::MotionVelocitySmootherNode(const rclcpp::NodeOptions
debug_closest_acc_ = create_publisher<Float32Stamped>("~/closest_acceleration", 1);
debug_closest_jerk_ = create_publisher<Float32Stamped>("~/closest_jerk", 1);
debug_closest_max_velocity_ = create_publisher<Float32Stamped>("~/closest_max_velocity", 1);
debug_calculation_time_ = create_publisher<Float32Stamped>("~/calculation_time", 1);
debug_calculation_time_ = create_publisher<Float32Stamped>("~/debug/processing_time_ms", 1);
pub_trajectory_raw_ = create_publisher<Trajectory>("~/debug/trajectory_raw", 1);
pub_trajectory_vel_lim_ =
create_publisher<Trajectory>("~/debug/trajectory_external_velocity_limited", 1);
Expand Down

0 comments on commit d5af0af

Please sign in to comment.