Skip to content

Commit 106da67

Browse files
committed
Updated README
1 parent 5cb3ca6 commit 106da67

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# cmu-16662-robot-ctrl
1+
# 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+
cd ~/ws/robauton_lab1
18+
catkin_make
19+
```
20+
21+
# Attribution
22+
Thanks to Adithya Murali (@adithyamurali) for creating the skeleton and basic usage scripts.

0 commit comments

Comments
 (0)