Skip to content

Commit 6198ec8

Browse files
committed
Added slam3d and dependencies.
1 parent 5f27adb commit 6198ec8

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

libs.autobuild

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#800 IMPORTANT: new packages must be added at the top of this file
22

3+
cmake_package 'slam/pclomp'
4+
cmake_package 'slam/slam3d' do |pkg|
5+
pkg.define 'BUILD_SHARED_LIBS', 'TRUE'
6+
end
7+
38
cmake_package 'tools/udt'
49
remove_from_default 'tools/udt'
510
Autoproj.add_osdeps_overrides 'udt', :package => 'tools/udt'

orogen.autobuild

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# IMPORTANT: new packages must be added at the top of this file (after if
22
# package_enabled ...)
33

4+
orogen_package 'slam/orogen/maps'
5+
orogen_package 'slam/orogen/slam3d'
46
orogen_package 'drivers/orogen/transforms'
57
orogen_package 'drivers/orogen/imu_myahrs_plus'
68
orogen_package 'planning/orogen/exploration'

source.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,18 @@ version_control:
191191
patches:
192192
- $AUTOPROJ_SOURCE_DIR/patches/g2o_build4.patch
193193

194+
- slam/pclomp:
195+
github: dfki-ric/pclomp
196+
197+
- slam/slam3d:
198+
github: dfki-ric/slam3d
199+
200+
- slam/orogen/slam3d:
201+
github: dfki-ric/orogen-slam3d
202+
203+
- slam/orogen/maps:
204+
github: dfki-ric/slam-orogen-maps
205+
194206
- external/tinyxml:
195207
type: archive
196208
url: http://sourceforge.net/projects/tinyxml/files/tinyxml/2.6.2/tinyxml_2_6_2.zip
@@ -468,4 +480,5 @@ version_control:
468480

469481
- tools/seasocks:
470482
github: mattgodbolt/seasocks
471-
tag: v1.4.3
483+
tag: v1.4.3
484+

0 commit comments

Comments
 (0)