Skip to content

Commit 8dab872

Browse files
authored
Merge pull request #294 from vmehta-humanoid/add_lidar_scan_related_tools
Added some 2d laserscan tools to the build
2 parents 9967978 + 10e9316 commit 8dab872

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

vinca_linux_64.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ packages_select_by_deps:
229229

230230
- py-binding-tools
231231

232+
- dual-laser-merger
233+
234+
- pointcloud-to-laserscan
235+
236+
- laser-segmentation
237+
232238
# ----- end of package support -----
233239

234240
# - rtabmap

vinca_linux_aarch64.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ packages_select_by_deps:
157157

158158
- behaviortree_cpp
159159

160+
- dual-laser-merger
161+
162+
- pointcloud-to-laserscan
163+
164+
- laser-segmentation
165+
160166
# Used to work, now needs fixes
161167
# - rtabmap
162168
# - webots-ros2

vinca_osx.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,11 @@ packages_select_by_deps:
170170

171171
- behaviortree_cpp
172172

173+
- dual-laser-merger
174+
175+
- pointcloud-to-laserscan
176+
177+
- laser-segmentation
178+
173179
patch_dir: patch
174180
rosdistro_snapshot: rosdistro_snapshot.yaml

vinca_osx_arm64.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,12 @@ packages_select_by_deps:
160160

161161
- behaviortree_cpp
162162

163+
- dual-laser-merger
164+
165+
- pointcloud-to-laserscan
166+
167+
- laser-segmentation
168+
169+
163170
patch_dir: patch
164171
rosdistro_snapshot: rosdistro_snapshot.yaml

0 commit comments

Comments
 (0)