Skip to content

Commit 063ee53

Browse files
aswinthomasKarsten1987
authored andcommitted
updated readme and dep repo list (ros-drivers#8)
* updated readme and depo repo list * clone ros2-devel branch for urg_node
1 parent f367f49 commit 063ee53

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
urg_node
22
===================
33

4-
ROS wrapper for the Hokuyo urg_c library.
4+
ROS wrapper for the Hokuyo urg_c library.
5+
6+
## Build instructions (from source)
7+
Install ros2 from source as per instructions [here](https://github.com/ros2/ros2/wiki/Linux-Development-Setup)
8+
9+
Create a folder for urg and clone this repo
10+
11+
```
12+
mkdir -p ~/ros2_ws/src/urg
13+
cd ~/ros2_ws/src/urg
14+
git clone -b ros2-devel https://github.com/bponsler/urg_node
15+
```
16+
Clone dependencies
17+
```
18+
cd ~/ros2_ws/src/urg/urg_node
19+
vcs import ../ < urg.repos
20+
```
21+
22+
Finally build
23+
24+
```
25+
cd ~/ros2_ws
26+
src/ament/ament_tools/scripts/ament.py build
27+
28+
```
29+

urg.repos

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
repositories:
2+
diagnostics:
3+
type: git
4+
url: https://github.com/bponsler/diagnostics
5+
version: ros2-devel
6+
laser_proc:
7+
type: git
8+
url: https://github.com/bponsler/laser_proc
9+
version: ros2-devel
10+
ros2_console:
11+
type: git
12+
url: https://github.com/bponsler/ros2_console
13+
version: master
14+
ros2_time:
15+
type: git
16+
url: https://github.com/bponsler/ros2_time
17+
version: master
18+
urg_c:
19+
type: git
20+
url: https://github.com/bponsler/urg_c
21+
version: ros2-devel
22+
urg_node_msgs:
23+
type: git
24+
url: https://github.com/bponsler/urg_node_msgs
25+
version: master

0 commit comments

Comments
 (0)