ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Odometry for a wheelchair

asked 2019-01-29 22:22:28 -0500

IvyKK gravatar image

updated 2019-01-29 22:28:35 -0500

Hi there, I'm planning to use the navigation stack package. I currently have the lidar attached to my base, a electric wheelchair. However, odometry seems to be required for the navigation package. I have searched around but seems like normal wheel odometry might not fit my case... Is there other good and cheap option (type and model) for that ?
Or is there package can substitute the use of a physical odometry (would be great if there is a tutorial)Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-01-30 01:30:03 -0500

ahendrix gravatar image

If you can attach encoders to the back of your wheelchair motors (on the motor side of the gearbox), the gear reduction will probably get you a decent number of counts per cm, even if you only have a few counts per revolution on the encoder itself. I've made some decent encoders just by hot-gluing a magnet to a shaft, and putting a pair of hall-effect sensors nearby to create a quadrature encoder. You could read this with an arduino or something similarly simple, and then use rosserial to pass the encoder counts up to ROS. You'd probably want to take a look at the differential_drive package if you decide to go this route.

Don't be tempted to build a non-quadrature encoder. Sensing speed and direction are both critical, and you can't always assume the motor is spinning the same direction that you're commanding, particularly at low speed.

I've also seen a number of people report decent success getting fake odometry out of the lidar scan matcher, but I'm not quite sure how to set up all of the pieces to make that work well.

edit flag offensive delete link more

Comments

1

Another option might be to use monocular slam to get visual odometry going.

gvdhoorn gravatar image gvdhoorn  ( 2019-01-30 03:04:23 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-01-29 22:22:28 -0500

Seen: 310 times

Last updated: Jan 30 '19