merge Service branch into main #5

Merged
SemvdH merged 193 commits from service into main 2023-05-08 13:42:59 +00:00
Showing only changes of commit bd8cec8516 - Show all commits

View File

@@ -67,7 +67,7 @@ private:
msg.q_d[3] = 0;
msg.timestamp = this->get_clock()->now().nanoseconds() / 1000;
trajectory_setpoint_publisher->publish(msg);
vehicle_setpoint_publisher_->publish(msg);
RCLCPP_INFO(this->get_logger(), "published message");
}