WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

jeffercize/autonomous-navigation

 
 

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 75.9%
  • CMake 13.9%
  • C++ 10.2%