Skip to content

Commit

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

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Oct 12, 2023
1 parent 84995ec commit 6b58314
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 6b58314

Please sign in to comment.