merge Position changer into main to use files in report #10

Merged
SemvdH merged 44 commits from position_changer into main 2023-05-26 16:04:26 +00:00
Showing only changes of commit dc5138cb8f - Show all commits

View File

@@ -189,7 +189,7 @@ private:
{
for (int i = 0; i < 3; i++)
{
velocity[i] += request->values[i];
velocity[i] = request->values[i];
}
RCLCPP_INFO(this->get_logger(), "Got new velocity setpoint. %f %f %f", velocity[0], velocity[1], velocity[2]);
}