-
Notifications
You must be signed in to change notification settings - Fork 525
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
Upcoming Melodic release #467
Comments
Yes please document implement much better. It's lousy! |
@callen5914 if there's a specific thing you have problems with we can try taking a look. |
@bmagyar I have some issues with implementing the Ackermann Steering Controller. To be a little more specific:
mobile_base_controller:
type: "ackermann_steering_controller/AckermannSteeringController"
rear_wheel: 'rear_wheel_joint'
front_steer: 'front_steer_joint'
pose_covariance_diagonal: [0.001, 0.001, 1000000.0, 1000000.0, 1000000.0, 1000.0]
twist_covariance_diagonal: [0.001, 0.001, 1000000.0, 1000000.0, 1000000.0, 1000.0]
So does it matter where this yaml file located. Do I need to copy and paste the header files and the cpp file to my package some where? On the wiki they say you can get the gazebo sim plugin from this really old cirkit-03. None of this makes any sense. Cheers, |
If possible, it would be great to have some documentation on 4-wheel steering controller. |
Wishlist:
@ipa-mdl @matthew-reynolds & whoever else is reading this, please feel free to add your preferred issues/PR-s to be addressed here and we will try to prioritize.
The text was updated successfully, but these errors were encountered: