Skip to content

nathan-moore-97/Autonomous-Navigation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autonomous-Navigation

Zack Allen Nicholas Weiland Jordan Domsky Alex Martin

Autonomous golf cart planning and simulation built on ROS kinetic

Cd into planning_navigation and then compile the workspace by running:

catkin_make

Get ros to recognize the package

source $(pwd)/devel/setup.bash

To make ros recognize the package every time you open a new terminal window, add the previous command to your bashrc file:

echo source $(pwd)/devel/setup.bash >> ~/.bashrc

To get the necessary ros dependencies if you have problems running the launch files:

rosdep install --from-paths src --ignore-src

Here is the ROS node architecture:

architecture

About

Planning and navigation code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.7%
  • C++ 21.6%
  • CMake 3.7%