Looking for an ackerman steering car

Hi,

I made a robot project with an Ackermann steering mechanism (same as normal everyday cars, not a differential drive as most robot car kits have). The type of RC car I used can be seen here:

Unfortunately it drives too fast and the steering angle/curve is too flat. Does anyone have a suggestion for a kit that has Ackermann steering, and also has enough power (and the matching frame) to mount things like a Raspberry Pi and a battery?

In summary, I’d like a robot car kit, that has:

  • Ackermann steering like everyday cars
  • Control of speed
  • Steering angle should not be too shallow
  • Can carry some load (such as a Raspberry Pi and a battery pack / power bank)

Edit: This would be an option: https://www.robotshop.com/en/picar-s-raspberry-pi-3-2b-smart-car-kit.html
But it doesn’t seem to have any free space for adding a power bank for the Pi. I wonder how the two AA batteries are supposed to power the pi and the motors at the same time. Or does it provide power through another way?
It also lacks encoders for the rear wheels, so it’s not guaranteed they drive straight.
A car that drives both rear wheels over an axle would work as well.

Still looking for ideas. Thanks.

Any relevant 4WD robots would be here: https://www.robotshop.com/en/4-wheeled-development-platforms.html
The majority use skid / tank steering. A small number use Ackerman or similar, like:
https://www.robotshop.com/en/smart-video-car-kit-raspberry-pi-model-b.html
https://www.robotshop.com/en/picar-s-raspberry-pi-3-2b-smart-car-kit.html
https://www.robotshop.com/en/sunfounder-smart-video-car-raspberry-pi-3-2b.html

These do seem to meet your four criteria. Hope this gives you some ideas.

2 Likes

hey mate i have the exact same question as you, what car have you chosen to work with?

I ended up getting a JetRacer kit, which includes all from a camera to a jetson nano board (similar form factor to a raspberry pi, but can process neural nets faster).

https://www.waveshare.com/product/robotics/mobile-robots/jetson-nano-ai-robots/jetracer-ai-kit.htm

One thing that is missing is encoders on the wheels/motors.

The software that accompanies it requires a bit of trail and error to get working, but otherwise it’s fine.

Be aware that Jetson Nano is also available in a 2GB version, in my experience that’s not enough memory to do much, especially when you are dealing with images and neural nets. 4GB is the minimum, really.

Be sure to check out NVIDIA’s site about JetRacer/JetBot as well. There might be other options to build (with 3d printers) or buy kits from other vendors.

There are also a few other options for Jetson Nano robots:
https://www.waveshare.com/product/robotics/mobile-robots/jetson-nano-ai-robots.htm

Or for Raspberry Pi ones:
https://www.waveshare.com/product/raspberry-pi/robots/mobile-robots.htm

There are various distributors for them, depending on your country.

@Techguy hope it helped.