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

move_to_pose.py not consistent with book when alpha > pi/2 #877

Open
qlibp opened this issue Jul 17, 2023 · 0 comments
Open

move_to_pose.py not consistent with book when alpha > pi/2 #877

qlibp opened this issue Jul 17, 2023 · 0 comments

Comments

@qlibp
Copy link

qlibp commented Jul 17, 2023

Describe the bug
As the book says,

For the case where the goal is behind the robot, that is α ∉ (−pi/2 , pi/2 ], we reverse the vehicle by negating v and γ in the control law

But the implementation here just negate linear velocity.

Expected behavior
I tested with negating both linear velocity & angular velocity, the control vibrates, but the overall trajectory makes more sense than only negating the linear velocity.

Screenshots

  1. Negate Both
    negate_both

  2. Negate only linear velocity
    negate_one

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