# odometry-simulator **Repository Path**: taojianli/odometry-simulator ## Basic Information - **Project Name**: odometry-simulator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-10 - **Last Updated**: 2024-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # odometry-simulator I created this simulation using Unity Engine in order to simulate a robot on a flat plane with tracking wheels. Using virtual tracking wheel encoders, the simulation calculates the heading angle of the robot, and then uses the x and y translations of the robot in order to return the real-time position of the robot in a flat plane. This way of calculating position is especially useful for autonomous robots that need to track their position in a given environment without using a GPS system. For more info on odometry with tracking wheels, visit https://wiki.purduesigbots.com/software/odometry Created in 2022, posted to GitHub in 2023