Demonstration path planner ROS service to take geometry_msgs/PoseArray requests, and return nav_msgs/Path responses.
To be used with utmg-android-interface.
- Clone repo into
~/catkin_ws/src/ - Run
catkin_makefrom~/catkin_ws/
- Run
rosrun app_pathplanner_interface app_pathplanner_serverto start the server - Start client
- If using utmg-android-interface, be sure to enable the service connection in the app settings.
- To use in-built C++ client for testing purposes, run
rosrun app_pathplanner_interface app_pathplanner_client