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

wall follower bug #435

Open
knmcguire opened this issue Jan 3, 2024 · 0 comments
Open

wall follower bug #435

knmcguire opened this issue Jan 3, 2024 · 0 comments
Labels

Comments

@knmcguire
Copy link
Member

It seems that the wall following example does not keep distance if that is changed in the code:

wall_following = WallFollowing(
angle_value_buffer=0.1, reference_distance_from_wall=0.3,
max_forward_speed=0.3, init_state=WallFollowing.StateWallFollowing.FORWARD)

If 0.3 is changed to a higher number, this doesn't work apparently as reported, so this needs to be investigated.

@knmcguire knmcguire added the bug label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant