Skip to content

Unmanned-Surface-Vehicle/usv_mission_planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USV Mission Planner

@brief: Responsible by reasoning about USV mission and define a plan.
@currently: Generates hard-coded position GOALs and send them to move_base input.

How to Install

$ cd catkin_ws/src
$ git clone https://github.com/Unmanned-Surface-Vehicle/usv_mission_planner.git
$ cd ~/catkin_ws
$ catkin_make_isolated --install --pkg usv_mission_planner
$ source install_isolated/setup.bash

How to Run

The usv_mission package must be executed after the execution of the USV_sim, so execute it first:

$ roslaunch usv_sim movebase_navigation1.launch parse:=true
$ roslaunch usv_sim movebase_navigation1.launch parse:=false

Then run the current active usv_guider package node:

$ rosrun usv_misison_planner usv_mission_planner_node

About

USV Mission Planner ROS package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published