mv cobra_publisher under ws folder

This commit is contained in:
Benjamin Sergeant
2019-02-22 21:51:03 -08:00
parent 98e7f5cb22
commit 88adb8f5ef
15 changed files with 0 additions and 7 deletions

View File

@ -0,0 +1,6 @@
```
mkdir build
cd build
cmake ..
make && (cd .. ; sh cobra_publisher.sh)
```