We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed6462 commit 6d7cd0aCopy full SHA for 6d7cd0a
planning/freespace_planner/src/freespace_planner/freespace_planner_node.cpp
@@ -430,6 +430,9 @@ void FreespacePlannerNode::onTimer()
430
}
431
432
if (is_completed_) {
433
+ partial_trajectory_.header = odom_->header;
434
+ const auto stop_trajectory = createStopTrajectory(partial_trajectory_);
435
+ trajectory_pub_->publish(stop_trajectory);
436
return;
437
438
0 commit comments