We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb3ca6 commit 106da67Copy full SHA for 106da67
README.md
@@ -1 +1,22 @@
1
-# cmu-16662-robot-ctrl
+# Overview
2
+This package contains control software and utilities for using the Robot Autonomy course arms.
3
+
4
+# Dependencies
5
+This package requires the following software dependencies:
6
+- Ubuntu 16.04 LTS
7
+- ROS Kinetic
8
+- TBD
9
10
+# Installation
11
+```
12
+mkdir -p ~/ws/robauton_lab1/src
13
+cd ~/ws/robauton_lab1
14
+catkin_make
15
+cd ~/ws/robauton_lab1/src
16
+git clone https://github.com/timeous/cmu-16662-robot-ctrl
17
18
19
20
21
+# Attribution
22
+Thanks to Adithya Murali (@adithyamurali) for creating the skeleton and basic usage scripts.
0 commit comments