An open API service indexing awesome lists of open source software.

https://github.com/yu-iskw/hello-ros-cpp


https://github.com/yu-iskw/hello-ros-cpp

cpp ros

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hello, ROS

## Build and run docker image
```
make build-docker

make run-docker
```

## Init workspace
```
cd ~/catkin_ws/src
catkin_init_workspace

cd ~/catkin_ws
catkin_make
```