This commit is contained in:
Sem van der Hoeven
2023-04-28 14:51:14 +02:00
parent 388963511a
commit bd8cec8516

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");
}