Added better docs
This commit is contained in:
parent
5792496ab2
commit
545457510a
18
README.md
18
README.md
|
@ -1,3 +1,21 @@
|
|||
# template-service-ros1-catkin
|
||||
|
||||
This template is intended to be used with VSCode and the [spiri-sdk](https://git.spirirobotics.com/Spiri/spiri-sdk).
|
||||
|
||||
This template will set up a package, a development container, and attach it to the ros-master running on the SDK's simulated
|
||||
robot.
|
||||
|
||||
You will be asked a number of questions when applying the template.
|
||||
|
||||
Take a look at the following tutorials for more information:
|
||||
|
||||
http://wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber%28python%29
|
||||
|
||||
http://wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber%28c%2B%2B%29
|
||||
|
||||
|
||||
## Copier template
|
||||
|
||||
This is a template for use with [copier](https://github.com/copier-org/copier).
|
||||
|
||||
To get started run `copier copy https://git.spirirobotics.com/Spiri/template-service-ros1-catkin.git ./` inside your git repo.
|
||||
|
|
Loading…
Reference in New Issue