Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Nov 19, 2024
1 parent e46db70 commit b9f2d72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Controller::Controller(const rclcpp::NodeOptions & node_options) : Node("control
enable_control_cmd_horizon_pub_ =
declare_parameter<bool>("enable_control_cmd_horizon_pub", false);

diag_updater_->setHardwareID("trajectory_followre_node");
diag_updater_->setHardwareID("trajectory_follower_node");

const auto lateral_controller_mode =
getLateralControllerMode(declare_parameter<std::string>("lateral_controller_mode"));
Expand Down

0 comments on commit b9f2d72

Please sign in to comment.