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

Closed
knmcguire opened this issue Jan 3, 2024 · 1 comment
Closed

wall follower bug #435

knmcguire opened this issue Jan 3, 2024 · 1 comment
Assignees

Comments

@knmcguire
Copy link
Contributor

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.

@ArisMorgens
Copy link
Member

The link to the script is directing to a separate branch of the cflib with a slightly different multiranger_wall_following.py script.
I tried to reproduce the issue with the example found on the master branch but I did not manage to. I experimented with modifying the reference_distance_from_wall from 0.3 to 0.5 and even 1.5 but the Crazyflie carried out the wall-following sequence successfully. Since there are no more reported issues, I will go ahead and close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants