Skip to content

Conversation

Nisarg236
Copy link
Member

the path was being reversed here:

output_path.poses.reserve(path.size());

so now we get the reversed path in getStraightPath and when it is reversed again, it will be straight.

@Nisarg236 Nisarg236 requested a review from renan028 September 29, 2025 13:18
@renan028
Copy link
Member

the path was being reversed here:

output_path.poses.reserve(path.size());

so now we get the reversed path in getStraightPath and when it is reversed again, it will be straight.

I don't understand; that is reserve, not reverse

@Nisarg236
Copy link
Member Author

Ah sorry, I meant the loop below that

@Nisarg236 Nisarg236 merged commit 996e460 into noetic Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants