Closed mikaelarguedas closed 5 years ago
Master build is currently failing as async_send_goal now uses an options structure for the callback parameters: https://github.com/ros2/rclcpp/pull/701
async_send_goal
This PR updates the call to use the new API
Reconfigured the cron job to run daily instead of weekly to catch these breakage earlier
Master build is currently failing as
async_send_goal
now uses an options structure for the callback parameters: https://github.com/ros2/rclcpp/pull/701This PR updates the call to use the new API