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

Remove tf_id from Waypoint.msg #629

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Remove tf_id from Waypoint.msg #629

merged 1 commit into from
Jan 16, 2024

Conversation

Emerson-Ramey
Copy link
Contributor

@Emerson-Ramey Emerson-Ramey commented Jan 12, 2024

Summary

What features did you add, bugs did you fix, etc?
Fixes the issue where tf_id is being created based on the tag_id. Now the tf link is based on the current index in the waypoints list instead, so there is no need for tf_id anymore in Waypoint.msg.

Did you add documentation to the wiki?

No

How was this code tested?

Ran debug_course_publisher.py with tag_id set to 0 for two of the waypoints in the waypoint list. Before the fix, one of the waypoints would be ignored because both waypoints would be published to the tf tree as "course0". After the fix, all waypoints are visited and behavior is as expected.

Did you test this in sim?

Yes

Did you test this on the rover?

No

Did you add unit tests?

No, but fixed old test files

@qhdwight
Copy link
Collaborator

Tested, works for me, thank you for the quick turn around

@qhdwight qhdwight merged commit bb4250a into master Jan 16, 2024
1 check passed
@qhdwight qhdwight deleted the ebr/waypoint-msg branch January 16, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants