Skip to content

Commit

Permalink
Added newly required repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolker committed May 28, 2024
1 parent 8c73537 commit 6ae010e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ The [CCOM Autonomous Mission Planner](../../../camp), also known as CAMP, displa

The [UDP Bridge](../../../udp_bridge) sends select ROS topics between ROS cores. It allows control and monitoring over wireless unreliable networks.

### Mission Manager - mission_manager
### Mission Manager - mission_manager and project11_navigation

The [Mission Manager](../../../mission_manager) receives missions from CAMP and executes them. It also handles requests such as hover.
The [Mission Manager](../../../mission_manager) receives missions from CAMP and sends them to the [Project11 Navigator]../../../project11_navigation as a list of tasks to execute.

### Helm Manager - helm_manager

Expand Down
4 changes: 4 additions & 0 deletions config/repos/simulator.repos
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ repositories:
type: git
url: https://github.com/CCOMJHC/camp.git
version: noetic
ccom_planner:
type: git
url: https://github.com/CCOMJHC/ccom_planner.git
version: noetic
command_bridge:
type: git
url: https://github.com/CCOMJHC/command_bridge
Expand Down

0 comments on commit 6ae010e

Please sign in to comment.