Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
ros_listener
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
werthmannlu
ros_listener
Commits
cb6a5cfc
Commit
cb6a5cfc
authored
2 years ago
by
werthmannlu
Browse files
Options
Downloads
Plain Diff
Merge branch 'werthmannlu-main-patch-88102' into 'main'
Update README.md See merge request
!1
parents
aed7f3fd
2ec815df
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Update README.md
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-7
18 additions, 7 deletions
README.md
with
18 additions
and
7 deletions
README.md
+
18
−
7
View file @
cb6a5cfc
# 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
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment