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

Merge branch 'werthmannlu-main-patch-88102' into 'main'

Update README.md

See merge request !1
parents aed7f3fd 2ec815df
No related branches found
No related tags found
1 merge request!1Update README.md
# Clone ROS-Package # Clone ROS-Package
Change in your ROS-node directory: Change in your ROS-node directory:
```cd ~catkin_ws/src```
```sh
cd ~catkin_ws/src
```
Clone the git-repository of the listener-node Clone the git-repository of the listener-node
```git clone ``` ```sh
git clone https://git.informatik.fh-nuernberg.de/werthmannlu/ros_listener.git
```
# Check CMakeList.txt # Check CMakeList.txt
# Run Ros-Node # Run Ros-Node
```cd ~/catkin_ws``` ```sh
```catkin_make``` cd ~/catkin_ws
```source ~/catkin_ws/devel/setup.sh``` catkin_make
source ~/catkin_ws/devel/setup.sh
```
If not done before: If not done before:
```roscore &``` ```
roscore &
```
Start Listener Start Listener
```rosrun ros_listener listener.py``` ```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