mv cobra_publisher under ws folder

This commit is contained in:
Benjamin Sergeant
2019-02-22 21:51:03 -08:00
parent e8583000b8
commit d5551e5d68
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)
```