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

Add some form of encoder/odometry #25

Open
garyservin opened this issue Apr 30, 2015 · 1 comment
Open

Add some form of encoder/odometry #25

garyservin opened this issue Apr 30, 2015 · 1 comment

Comments

@garyservin
Copy link

This is not strictily related to the board but...

If we want to use ROS with the robot, it's mandatory that we have some sort of odometry for the wheels.

One option is to use accelerometers and integrate (x2) the readings to obtain position, but I think that is not such a good Idea

We can use a simple magnet with a Hall efect sensor.

We can also add a gyro in order to help with the error when the robot is turning (e.g. like in the turtlebot).

@tulku
Copy link
Member

tulku commented Apr 30, 2015

We need odometry and would add the gyro also. Good odometry is necessary
and getting it just with encoders is very expensive.

Lucas
On Apr 30, 2015 8:15 AM, "Gary Servin" [email protected] wrote:

This is not strictily related to the board but...

If we want to use ROS with the robot, it's mandatory that we have some
sort of odometry for the wheels.

One option is to use accelerometers and integrate (x2) the readings to
obtain position, but I think that is not such a good Idea

We can use a simple magnet https://www.pololu.com/product/2599 with a
Hall efect sensor.

We can also add a gyro in order to help with the error when the robot is
turning (e.g. like in the turtlebot).


Reply to this email directly or view it on GitHub
#25.

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