Skip to content

frank-qcd-qk/dt-gui-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a8887a · Oct 12, 2020
Sep 24, 2020
Jul 21, 2020
Sep 29, 2020
Sep 18, 2020
Oct 8, 2020
Sep 1, 2020
Oct 8, 2020
Jul 21, 2020
Sep 20, 2020
Jul 21, 2020
Sep 1, 2020
Aug 5, 2020
Sep 20, 2020
Sep 18, 2020

Repository files navigation

Template: template-ros

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.

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 ROS packages in the directory /packages of your new repository.

NOTE: Do not use absolute paths in your code, the code you place under /packages will be copied to a different location later.

5. Setup the launchfile

Change the file launch.sh in your repository to launch your code.