CMU-Robotics-Club / RoboBuggy

99 problems, but a driver ain't one. (Push code, not buggies)
25 stars 5 forks source link

Added relative pathing to source the waypoint files #505

Closed VivaanBahl closed 5 years ago

VivaanBahl commented 5 years ago

rospack allows us to load the fully qualified path of the package, and the waypoints file will be in a set location under the package, so this way we don't have to make the waypoints file computer-dependent.

Tested with the system simulator, it seems right