Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LIO-SAM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Siyuan Ren
LIO-SAM
Commits
0aad8cbb
Commit
0aad8cbb
authored
4 years ago
by
TixiaoShan
Browse files
Options
Downloads
Patches
Plain Diff
update readme - add new dataset
parent
6dc41022
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
config/params.yaml
+11
-11
11 additions, 11 deletions
config/params.yaml
with
13 additions
and
12 deletions
README.md
+
2
−
1
View file @
0aad8cbb
...
...
@@ -95,7 +95,8 @@ The user needs to prepare the point cloud data in the correct format for cloud d
-
The "imuTopic" parameter in "config/params.yaml" needs to be set to "imu_correct".
-
The "extrinsicRot" and "extrinsicRPY" in "config/params.yaml" needs to be set as identity matrices.
-
[
**Rotation dataset**
](
https://drive.google.com/file/d/1V4ijY4PgLdjKmdzcQ18Xu7VdcHo2UaWI/view?usp=sharing
)
-
[
**Campus dataset**
](
https://drive.google.com/file/d/1q4Sf7s2veVc7bs08Qeha3stOiwsytopL/view?usp=sharing
)
-
[
**Campus dataset (large)**
](
https://drive.google.com/file/d/1q4Sf7s2veVc7bs08Qeha3stOiwsytopL/view?usp=sharing
)
-
[
**Campus dataset (small)**
](
https://drive.google.com/file/d/1_V-cFMTQ4RO-_16mU9YPUE8ozsPeddCv/view?usp=sharing
)
## Run the package
...
...
This diff is collapsed.
Click to expand it.
config/params.yaml
+
11
−
11
View file @
0aad8cbb
...
...
@@ -2,7 +2,7 @@ lio_sam:
# Topics
pointCloudTopic
:
"
points_raw"
# Point cloud data
imuTopic
:
"
imu_
raw
"
# IMU data
imuTopic
:
"
imu_
correct
"
# IMU data
odomTopic
:
"
odometry/imu"
# IMU pre-preintegration odometry, same frequency as IMU
gpsTopic
:
"
odometry/gpsz"
# GPS odometry topic from navsat, see module_navsat.launch file
...
...
@@ -29,18 +29,18 @@ lio_sam:
# Extrinsics (lidar -> IMU)
extrinsicTrans
:
[
0.0
,
0.0
,
0.0
]
extrinsicRot
:
[
-1
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
-1
]
extrinsicRPY
:
[
0
,
1
,
0
,
-1
,
0
,
0
,
0
,
0
,
1
]
# extrinsicRot: [1, 0, 0,
# 0, 1, 0,
# 0, 0, 1]
# extrinsicRPY: [1, 0, 0,
# extrinsicRot: [-1, 0, 0,
# 0, 1, 0,
# 0, 0, -1]
# extrinsicRPY: [0, 1, 0,
# -1, 0, 0,
# 0, 0, 1]
extrinsicRot
:
[
1
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
1
]
extrinsicRPY
:
[
1
,
0
,
0
,
0
,
1
,
0
,
0
,
0
,
1
]
# LOAM feature threshold
edgeThreshold
:
1.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment