Skip to content

doutdex/Autonomous_Mobile_Robot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Autonomous Navigation Mobile Robot using ROS Navigation Stack.

Watch the video tutorial here . Website documentation here.

AMCL is used for localisation, with DWA local planner planner for path planning.

Sensors used:

  1. RP Lidar A1-M8.
  2. Motor Encoders.

Other parts:

  1. Nvidia Jetson Nano 4gb.
  2. 2x Arduino nano (One for each motor to make sure smooth operation of Interrupt service routine to count the encoder pulses and ROS communication over I2C.)
  3. Encoder motors Link Here
  4. Robot Chasis
  5. Boost converter to provide 12V for motors.

Jetson Nano and LiDAR Arduinos and motors

About

Autonomous mobile robot navigation using ROS Navigation Stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 47.8%
  • CMake 26.8%
  • Python 25.4%