-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat(perception_reproducer): add publish route option #154
feat(perception_reproducer): add publish route option #154
Conversation
Signed-off-by: Kyoichi Sugahara <[email protected]>
…functions Signed-off-by: Kyoichi Sugahara <[email protected]>
…lity Signed-off-by: Kyoichi Sugahara <[email protected]>
…oses from rosbag Signed-off-by: Kyoichi Sugahara <[email protected]>
…ose and goal pose retrieved from the beginning and end of the rosbag Signed-off-by: Kyoichi Sugahara <[email protected]>
Signed-off-by: Kyoichi Sugahara <[email protected]>
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.
better to put ego/goal pose anytime without reloading rosbag to me. but LGTM for fisrt step.
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.
GREAT! Thank you!
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.
LGTM
Description
I added the pub-route option to perception_reproducer, enabling route generation using the first and last poses contained in the rosbag.
Previously, perception_reproducer execution and initial/goal pose setting had to be performed separately, but with this added functionality, that work is no longer necessary.
Related links
Tests performed
I have confirmed that routes are being generated successfully.
2024-11-19_09.49.10.mp4
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.