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

Odometry node #161

Open
VishGit1234 opened this issue Nov 5, 2024 · 0 comments
Open

Odometry node #161

VishGit1234 opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@VishGit1234
Copy link
Contributor

VishGit1234 commented Nov 5, 2024

Odometry in local reference frame is needed for robot localization. This means using the speed and steering wheel angle information from the car to give a guess on the vehicle's position/velocity. There are numerous dynamics models that can be used for this, including bicycle and Ackermann steering. Either should work (since all we need is a guess) but Ackermann would be better. So for this task ...

  • Create a node that takes in speed and steering wheel information and uses a dynamics model to estimate the vehicle's position/velocity. This is the specific information from the vehicle we will have as input (https://github.com/PolySync/oscc/wiki/Firmware-OBD)
  • Test using topics from CARLA simulator
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

3 participants