-
Notifications
You must be signed in to change notification settings - Fork 135
Adding the Trajectory and trajectoryPoint messages #296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the Trajectory and trajectoryPoint messages #296
Conversation
Signed-off-by: SteveMacenski <[email protected]>
LGTM, I may add to PMC agenda to next week just for awareness, but looks like you have already iterated with Tully and community. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few tweaks for the documentation but otherwise lgtm
Co-authored-by: Tully Foote <[email protected]> Signed-off-by: Steve Macenski <[email protected]>
Co-authored-by: Tully Foote <[email protected]> Signed-off-by: Steve Macenski <[email protected]>
Co-authored-by: Tully Foote <[email protected]> Signed-off-by: Steve Macenski <[email protected]>
@tfoote done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pushing on this. Lgtm
Any more approvals needed? I can pretty much use this immediately once Rolling binaries are rereleased to use this in Nav2 + make an rviz display plugin |
Pulls: #296 |
This pull request has been mentioned on Open Robotics Discourse. There might be relevant details there: https://discourse.openrobotics.org/t/ros-pmc-minutes-for-september-30-2025/50379/1 |
aarch64 failure looks networking related |
Yeah, it was retried many times (~40 times) automatically and eventually passed. |
I will create a new Rolling release. |
Thanks @christophebedard ! |
done: ros/rosdistro#47900 |
Description
This PR introduces a new
nav_msgs/Trajectory
message to complimentPath
for trajectories in the style oftrajectory_msgs
for manipulation. This will be used on merge in Nav2 for publishing optimal trajectories from MPPI, but has broad use for time-series trajectory planners based on MPC and AI. It has been test run in Nav2 in anav2_msgs
version of the same message.Fixes #275
Is this user-facing behavior change?
N/A, its message
Did you use Generative AI?
Nope.
Additional Information
N/A