self-driving-golf-cart icon indicating copy to clipboard operation
self-driving-golf-cart copied to clipboard

Documentation outdated

Open NeilNie opened this issue 5 years ago • 2 comments

Here are the following sections that need to be added or updated on the documentation website.

  • [ ] Drive by Wire
    • [ ] Steering hardware setup
    • [ ] Braking hardware setup
    • [ ] Accelerator control
  • [ ] Navigation
    • [ ] Mapping with rtabmap
    • [ ] Path planning
    • [ ] Parameter
  • [ ] Behavior Control
    • [ ] Steering command actuation
    • [ ] Linear velocity command actuation

NeilNie avatar May 12 '19 13:05 NeilNie

Do you have more info on what type of golf cart you are using and how you are communicating with the golf cart?

therishidesai avatar Aug 11 '19 23:08 therishidesai

Hi @apache8080

I apologize for the late reply. The vehicle is a 1990s electric Yamaha golf cart.

I built a drive by wire system for the vehicle.

  1. Added linear actuators to control the steering and braking. Added a digital potentiometer for accelerator control
  2. Connected all of these actuators to three Arduinos (or any microcontroller)
  3. Connected all three microcontrollers to a desktop using serial.
  4. Programmed ROS nodes that send and receive data from these microcontrollers.

You can also learn more about the hardware design of this project on my website: www.neilnie.com

Thank you for your patience!

NeilNie avatar Sep 30 '19 20:09 NeilNie