Skip to content
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

[Feature]: Adapt current communication to new message type Trajectory #531

Open
Vroni27 opened this issue Nov 25, 2024 · 0 comments
Open
Assignees
Labels

Comments

@Vroni27
Copy link
Collaborator

Vroni27 commented Nov 25, 2024

Feature Description

Currently, the trajectory that is planned by the planning components is published as follows:
The ACC publishes the desired velocity to the topic "/paf/hero/acc_velocity". The Motion Planning publishes the trajectory (which is rather a path since it does not include the velocity) to the topic "/paf/hero/trajectory" and uses the message type nav_msgs/Path. A new message type which should replace this communication in the long term was created in #511. In this issue, the current communication is extended so that it uses the old communication and the new message type redundantly.

Definition of Done

Every time a publisher publishes something to the topic "/paf/hero/acc_velocity" or to "/paf/hero/trajectory", a new publisher publishes the same information to a topic that uses the new message type "paf_msg/Trajectory".

Dependencies

#530

@SirMDA SirMDA added this to the Sprint 03 2024-12-09 milestone Nov 25, 2024
@seefelke seefelke moved this from 🔖 Ready to 🏗 In progress in PAF Project Backlog Nov 27, 2024
@seefelke seefelke moved this from 🏗 In progress to 🔖 Ready in PAF Project Backlog Nov 27, 2024
@Vroni27 Vroni27 moved this from 🔖 Ready to 📋 Backlog in PAF Project Backlog Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants