-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix pose timestamp when using transformPoseInTargetFrame #5499
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
Conversation
Signed-off-by: mini-1235 <[email protected]>
@SteveMacenski I went through all the usages of
I did not modify others like this one navigation2/nav2_bt_navigator/src/navigators/navigate_to_pose.cpp Lines 229 to 232 in 3c081db
as I think it has more to do with the "input" side(although we can use the current pose's timestamp) Please share your thoughts, and let me know if I missed something |
Signed-off-by: mini-1235 <[email protected]>
Ok, I think I know why CI was failing in my first commit, |
Codecov Report❌ Patch coverage is
... and 3 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Co-authored-by: Steve Macenski <[email protected]> Signed-off-by: mini-1235 <[email protected]>
@mini-1235 thanks for the follow up! |
…ion#5499) * Fix pose timestamp when using transformPoseInTargetFrame Signed-off-by: mini-1235 <[email protected]> * Fix frame Signed-off-by: mini-1235 <[email protected]> * Update nav2_route/src/goal_intent_extractor.cpp Co-authored-by: Steve Macenski <[email protected]> Signed-off-by: mini-1235 <[email protected]> --------- Signed-off-by: mini-1235 <[email protected]> Co-authored-by: Steve Macenski <[email protected]>
…ion#5499) * Fix pose timestamp when using transformPoseInTargetFrame Signed-off-by: mini-1235 <[email protected]> * Fix frame Signed-off-by: mini-1235 <[email protected]> * Update nav2_route/src/goal_intent_extractor.cpp Co-authored-by: Steve Macenski <[email protected]> Signed-off-by: mini-1235 <[email protected]> --------- Signed-off-by: mini-1235 <[email protected]> Co-authored-by: Steve Macenski <[email protected]> Signed-off-by: Abhishekh Reddy <[email protected]>
Basic Info
Description of contribution in a few bullet points
Description of documentation updates required from your changes
Description of how this change was tested
Future work that may be required in bullet points
For Maintainers:
backport-*
.