Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS Robot Navigation

An overkill Arduino obstacle avoidance robot using ROS

Setup

  1. Initialize catkin workspace
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
git clone https://github.com/jimmyasyraf/robot_navigation.git
  1. Build the package
cd ~/catkin_ws
catkin_make
  1. Run ROS core
roscore
  1. Run rosserial to establish serial connection with Arduino. Make sure Arduino port is correct
rosrun rosserial_python serial_node.py /dev/ttyACM0
  1. Run the package
rosrun robot_navigation obstacle_avoidance.py
  1. View logs
rostopic echo /distance
rostopic echo /direction

About

An overkill obstacle avoidance robot using ROS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages