File tree 2 files changed +51
-1
lines changed
2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 1
1
urg_node
2
2
===================
3
3
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
+
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments