-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
32 additions
and
197 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,3 @@ | ||
# Template: template-exercise | ||
# Exercise: <EXERCISE_NAME_HERE> | ||
|
||
This template provides a boilerplate repository | ||
for developing ROS-based software in Duckietown. | ||
|
||
**NOTE:** If you want to develop software that does not use | ||
ROS, check out [this template](https://github.com/duckietown/template-basic). | ||
|
||
|
||
## How to use it | ||
|
||
### 1. Fork this repository | ||
|
||
Use the fork button in the top-right corner of the github page to fork this template repository. | ||
|
||
|
||
### 2. Create a new repository | ||
|
||
Create a new repository on github.com while | ||
specifying the newly forked template repository as | ||
a template for your new repository. | ||
|
||
|
||
### 3. Define dependencies | ||
|
||
List the dependencies in the files `dependencies-apt.txt` and | ||
`dependencies-py3.txt` (apt packages and pip packages respectively). | ||
|
||
|
||
### 4. Place your code | ||
|
||
Place your code in the directory `/packages/` of | ||
your new repository. | ||
|
||
|
||
### 5. Setup launchers | ||
|
||
The directory `/launchers` can contain as many launchers (launching scripts) | ||
as you want. A default launcher called `default.sh` must always be present. | ||
|
||
If you create an executable script (i.e., a file with a valid shebang statement) | ||
a launcher will be created for it. For example, the script file | ||
`/launchers/my-launcher.sh` will be available inside the Docker image as the binary | ||
`dt-launcher-my-launcher`. | ||
|
||
When launching a new container, you can simply provide `dt-launcher-my-launcher` as | ||
command. | ||
TODO: write documentation about the exercise here |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Python Package: example | ||
======================= | ||
Documentation: example | ||
====================== | ||
|
||
.. contents:: | ||
|
||
TODO: This is a placeholder description of the Python Package. | ||
Write your documentation here. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# INTENTIONALLY LEFT BLANK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# INTENTIONALLY LEFT BLANK |