Publish generated path to use for visualisation

This commit is contained in:
2025-04-18 22:04:04 +02:00
parent ec831bd334
commit aeaf36fc2b
6 changed files with 12 additions and 2 deletions

View File

@ -109,6 +109,7 @@ namespace mg {
rclcpp::Rate rate(UPDATE_RATE);
while (target_check() && rclcpp::ok()) {
target_update();
if (hgoal->is_canceling()) {
cancel();
return;