merge Service branch into main #5

Merged
SemvdH merged 193 commits from service into main 2023-05-08 13:42:59 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 65cd11ca11 - Show all commits

View File

@@ -72,10 +72,10 @@ private:
RCLCPP_INFO(this->get_logger(), "switching to 0 vel");
has_swithed = true;
}
msg.velocity[0] = 0;
msg.velocity[0] = 1;
msg.velocity[1] = 0;
msg.velocity[2] = D_SPEED(0);
msg.yawspeed = 0;
msg.yawspeed = 1;
}
// if (setpoint_count < 30)