fix logging
This commit is contained in:
@@ -299,7 +299,7 @@ public:
|
||||
{
|
||||
if (future.get()->success)
|
||||
{
|
||||
RCLCPP_INFO(this->get_logger()"Vehicle Control mode set to attitude for landing");
|
||||
RCLCPP_INFO(this->get_logger(),"Vehicle Control mode set to attitude for landing");
|
||||
this->attitude_request->pitch = 0;
|
||||
this->attitude_request->roll = 0;
|
||||
this->attitude_request->yaw = 0;
|
||||
|
||||
Reference in New Issue
Block a user