Merge API branch into main #12

Merged
SemvdH merged 334 commits from api into main 2023-06-13 19:54:43 +00:00
Showing only changes of commit 87608ff637 - Show all commits

View File

@@ -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;