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

Add followpath node #979

Merged
merged 9 commits into from
Mar 1, 2024
Merged

Add followpath node #979

merged 9 commits into from
Mar 1, 2024

Conversation

m3d
Copy link
Member

@m3d m3d commented Feb 20, 2024

This is simple follow path tested on Eduro. Can be used with external parameters like
python -m osgar.record --params app.max_speed=0.2 app.path="[[0,0], [1,0], [1,0.5], [0,0.5]]"
or looping
python -m osgar.record --params app.max_speed=0.2 app.path="[0,0], [1,0], [1,0.5], [0,0.5], [0, 0], [0.1, 0]]"

There is expected to be further development - FR07 support, variable speed, angle correction, accept new path as message, ...

@m3d m3d requested a review from tajgr February 20, 2024 18:45
self.raise_exception_on_stop = False
self.verbose = False

def control(self, pose):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to more comments here because i did not know the Route class.

Copy link
Collaborator

@tajgr tajgr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mentioned a future continuation so feel free to merge it.

@m3d
Copy link
Member Author

m3d commented Mar 1, 2024

OK, thank you - I added short description and I plan to modify/extend it to support also car-like platform.

@m3d m3d merged commit 0630b56 into master Mar 1, 2024
6 checks passed
@m3d m3d deleted the feature/follow-path branch March 1, 2024 20:10
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