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 simulator driving kinematics into motor driver plugin #40

Open
daweim0 opened this issue Oct 8, 2019 · 0 comments
Open

Move simulator driving kinematics into motor driver plugin #40

daweim0 opened this issue Oct 8, 2019 · 0 comments

Comments

@daweim0
Copy link
Member

daweim0 commented Oct 8, 2019

Right now our robot control Gazebo plugin spins the wheels of the simulated rover and then gazebo figures out how the robot should move. This does not work very well and it takes a lot of processing power (mostly because Gazebo is very CPU hungry). Move the rover kinematics into the Gazebo plugin and turn off physics for the simulated rover in Gazebo (the plugin would calculate where the rover should be and update it's position in Gazebo).

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