Skip to content

Commit 539f85b

Browse files
Merge pull request #317 from RoboStack/urg-node
add urg-node to osx-arm64
2 parents e3a7e99 + 7345dbd commit 539f85b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

patch/ros-humble-urg-node.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/src/urg_c_wrapper.cpp b/src/urg_c_wrapper.cpp
2+
index 10d2ed3b..41018825 100644
3+
--- a/src/urg_c_wrapper.cpp
4+
+++ b/src/urg_c_wrapper.cpp
5+
@@ -39,6 +39,7 @@
6+
#include <memory>
7+
#include <string>
8+
#include <vector>
9+
+#include <unistd.h>
10+
11+
#include "boost/crc.hpp"
12+

vinca_osx_arm64.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,8 @@ packages_select_by_deps:
194194
- sick_safetyscanners2
195195

196196
- topic_tools
197+
198+
# requested in https://github.com/RoboStack/ros-humble/issues/302
199+
- urg-node
197200
patch_dir: patch
198201
rosdistro_snapshot: rosdistro_snapshot.yaml

0 commit comments

Comments
 (0)