Skip to content

Commit

Permalink
command: fix misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Jun 7, 2024
1 parent 4297220 commit 3ff6410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavros/src/plugins/command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class CommandPlugin : public plugin::Plugin
"~/command",
std::bind(
&CommandPlugin::command_long_cb, this, _1, _2,
_3), rclcpp::ServicessQoS(), srv_cg);
_3), rclcpp::ServicesQoS(), srv_cg);
command_int_srv =
node->create_service<mavros_msgs::srv::CommandInt>(
"~/command_int",
Expand Down

0 comments on commit 3ff6410

Please sign in to comment.