From 78ac1963df64b175a780607d825ced28d31280ab Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Tue, 25 Apr 2023 16:55:55 +0200 Subject: [PATCH] typo v2 --- src/px4_connection/src/px4_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/px4_connection/src/px4_controller.cpp b/src/px4_connection/src/px4_controller.cpp index 8e0a80f4..e31c6be5 100644 --- a/src/px4_connection/src/px4_controller.cpp +++ b/src/px4_connection/src/px4_controller.cpp @@ -25,7 +25,7 @@ public: { // create a publisher on the vehicle attitude setpoint topic vehicle_setpoint_publisher_ = this->create_publisher("/fmu/in/vehicle_attitude_setpoint", 10); - vehicle_command_publisher_ = this->create_publisher("/fmu/in/vehicle_command", 10); + vehicle_command_publisher_ = this->create_publisher("/fmu/in/vehicle_command", 10); // set to offboard mode this->publish_vehicle_command(px4_msgs::msg::VehicleCommand::VEHICLE_CMD_DO_SET_MODE, 1, 6);