Skip to content

A ROS node that will take as input a CSV file with coordinates, and go to each one consecutively

Notifications You must be signed in to change notification settings

cristian-frincu/simple_navigation_goals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple_navigation_goals

A ROS node that will take as input a CSV file with coordinates, and go to each one consecutively.

#To run:

  • clone the repo in your catkin_ws
  • run catkin_make
  • cd catkin_ws/devel/lib/simple_navigation_goals/
  • add a CSV file named "file.csv", containing the (x,y,orientation) of the pathway you want the robot to travel
  • ./simple_navigation_goals

Note: The max number of points you can have with the default code is 25, but it can be easily modified by editing the MAX_POINTS, to whatever value you wish. Just don't forget to compile by running 'catkin_make'

About

A ROS node that will take as input a CSV file with coordinates, and go to each one consecutively

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published