Skip to content

Commit

Permalink
test reorganization by resource type
Browse files Browse the repository at this point in the history
Signed-off-by: Angela Maio <angela.c.maio.civ@mail.mil>
  • Loading branch information
angelacmaio committed Oct 22, 2021
1 parent d7dcfb0 commit 928e29e
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 83 deletions.
11 changes: 0 additions & 11 deletions 1-Mobility.md

This file was deleted.

22 changes: 22 additions & 0 deletions 1-Software.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Software

This open-source software was developed in support of the SubT Challenge by DARPA or performers.

### [SubT Virtual Testbed](https://github.com/osrf/subt)

The simulation infrastructure developed by DARPA and Open Robotics for testing robot autonomy and navigation software in complex virtual underground environments.

Tags: `simulation`

### [Cloudsim](https://gitlab.com/ignitionrobotics/web/cloudsim)

The cloud-based simulation coordination infrastructure developed by Open Robotics to launch, run, and process simulations in the cloud.

Tags: `simulation`

### [SubT Hello World](https://github.com/osrf/subt_hello_world)

A set of software and tutorials developed by DARPA and Open Robotics to quick start an autonomous virtual robot capable of exploring and finding artifacts.
Multiple open-source software repositories for mapping, object detection, and navigation are built into a dockerized solution.

Tags: `autonomy`, `perception`, `networking`, `simulation`
18 changes: 0 additions & 18 deletions 2-Autonomy.md

This file was deleted.

3 changes: 3 additions & 0 deletions 2-Hardware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Hardware

This open hardware was developed in support of the SubT Challenge by DARPA or performers.
File renamed without changes.
9 changes: 0 additions & 9 deletions 3-Perception.md

This file was deleted.

11 changes: 0 additions & 11 deletions 4-Networking.md

This file was deleted.

3 changes: 3 additions & 0 deletions 4-Publications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Publications

These publications were generated in support of the SubT Challenge by DARPA or performers.
18 changes: 0 additions & 18 deletions 5-Simulation.md

This file was deleted.

12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
The [DARPA Subterranean (SubT) Challenge](https://subtchallenge.com/) program sparked innovation in mapping, navigation, and search of underground environments.
This documentation provides links to some of the resources developed and shared by DARPA and SubT Challenge competitors, organized by these categories:

* [Mobility](1-Mobility.md)
* [Autonomy](2-Autonomy.md)
* [Perception](3-Perception.md)
* [Networking](4-Networking.md)
* [Simulation](5-Simulation.md)
* [Datasets](6-Datasets.md)
* [Software](1-Software.md)
* [Hardware](2-Hardware.md)
* [Datasets](3-Datasets.md)
* [Publications](4-Publications.md)

Resources include _open-source software_, _hardware_, _datasets_, and _publications_ created or expanded in support of the SubT Challenge.
Resources support the SubT Challenge technology areas: mobility, autonomy, perception, and networking.

These are optionally submitted by competitors and although this is not an all-inclusive list, we hope these resources may be utilized and further expanded by the broader robotics community.

Expand Down
11 changes: 2 additions & 9 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@ All SubT Challenge competitors are welcome to contribute links to their open-sou
Contributions must be open source and publicly available.
Licensing information is recommended to be included at the resource link, but no specific licenses are required for contributions to be included here.

Please add the resource under the most appropriate technology area in the following categories:

* [Mobility](1-Mobility.md)
* [Autonomy](2-Autonomy.md)
* [Perception](3-Perception.md)
* [Networking](4-Networking.md)
* [Simulation](5-Simulation.md)
* [Datasets](6-Datasets.md)
Please add the resource under the most appropriate category as listed in the [README](/readme.md)

Follow these steps to add your resources to this repository:

Expand All @@ -31,5 +24,5 @@ Follow these steps to add your resources to this repository:

## Examples

Example contributions are provided in [Autonomy](/2-Autonomy.md), [Simulation](/5-Simulation.md), and [Datasets](/6-Datasets.md).
Example contributions are provided in [Software](1-Software.md).

0 comments on commit 928e29e

Please sign in to comment.