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 steering angle clipping further upstream #1

Open
Winter-Guerra opened this issue Feb 28, 2017 · 3 comments
Open

Move steering angle clipping further upstream #1

Winter-Guerra opened this issue Feb 28, 2017 · 3 comments
Assignees

Comments

@Winter-Guerra
Copy link
Contributor

According to the VESC config, the radian angles max out around +−0.264. Currently, clipping downstream in the VESC makes Gazebo sad. The clipping should move upstream in the node architecture.

@Winter-Guerra Winter-Guerra self-assigned this Feb 28, 2017
@mboulet
Copy link
Contributor

mboulet commented Feb 28, 2017

Gazebo can't handle a command of 0.264? Or is the problem that gazebo does not use the vesc node?

@Winter-Guerra
Copy link
Contributor Author

The VESC clips steering at around that value to match hardware. However, Gazebo does not know about this limitation and will try to turn wheels in an angle greater than that if commanded to. This breaks the physics in gazebo and causes the car to move sideways.

@mboulet
Copy link
Contributor

mboulet commented Feb 28, 2017

Then it seems like the problem is that the simulator is not a good simulation of the actual hardware.

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

2 participants