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

requirement for nav_msgs/Path #11

Open
zlg9folira opened this issue Aug 9, 2021 · 0 comments
Open

requirement for nav_msgs/Path #11

zlg9folira opened this issue Aug 9, 2021 · 0 comments

Comments

@zlg9folira
Copy link

zlg9folira commented Aug 9, 2021

I understand that the node subscribes to Path and resets idx_ (waypoint index) to 0 every time. I am trying to prepare a path publisher for this node. Should the first pose in the path be updated every time based on location of the robot so that the length of the path gets shorter as robot moves ? In this case, index 0 will always refer to a waypoint which is in front of robot and must be traversed.

I was wondering if Path can be published once (as a global path) and remains static regardless of robot position. My guess is that this Pure Pursuit node is not designed to handle that situation. Can you confirm pls?

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

No branches or pull requests

1 participant