Skip to content

Commit

Permalink
Fixed type in topic name
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Aug 16, 2024
1 parent 621fba7 commit 8f1280e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosplane_tuning/src/signal_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ TuningSignalGenerator::TuningSignalGenerator()
initial_time_ = this->get_clock()->now().seconds();

command_publisher_ =
this->create_publisher<rosplane_msgs::msg::ControllerCommands>("/controller_commands", 1);
this->create_publisher<rosplane_msgs::msg::ControllerCommands>("/controller_command", 1);

publish_timer_ =
this->create_wall_timer(std::chrono::milliseconds(static_cast<long>(1000 / publish_rate_hz_)),
Expand Down

0 comments on commit 8f1280e

Please sign in to comment.