Skip to content
Snippets Groups Projects
Commit abf066ca authored by werthmannlu's avatar werthmannlu
Browse files

Updated README.md

parent 888f61ef
No related branches found
No related tags found
No related merge requests found
......@@ -11,24 +11,28 @@ Clone the git-repository of the listener-node
git clone https://git.informatik.fh-nuernberg.de/werthmannlu/ros_listener.git
```
# Check CMakeList.txt
# Run Ros-Node
## Build Packages with catkin
```sh
cd ~/catkin_ws
catkin_make
```
## Source the created Packages
```
source ~/catkin_ws/devel/setup.sh
```
If not done before:
## Start Ros Kernel (optional)
```
roscore &
```
Start Listener
## Start the Listener Node
```sh
rosrun ros_listener listener.py
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment