Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_visual_gps
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
Model registry
Operate
Environments
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
mobile_robotics
ADC
ADC_2018
iri_visual_gps
Commits
d0af691d
Commit
d0af691d
authored
6 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Fix param files
parent
b5e87c37
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/params_lab.yaml
+6
-1
6 additions, 1 deletion
config/params_lab.yaml
config/params_sample.yaml
+12
-1
12 additions, 1 deletion
config/params_sample.yaml
config/params_sim.yaml
+4
-4
4 additions, 4 deletions
config/params_sim.yaml
with
22 additions
and
6 deletions
config/params_lab.yaml
+
6
−
1
View file @
d0af691d
...
...
@@ -7,4 +7,9 @@ undistort_points: false
publish_tf
:
true
publish_markers
:
true
filter_outliers
:
false
outliers_max_sq_error
:
4.0
\ No newline at end of file
outliers_max_sq_error
:
4.0
use_manual_params
:
false
#fx: 70
#fy: 70
#cx: 320.5
#cy: 240.5
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/params_sample.yaml
+
12
−
1
View file @
d0af691d
world_frame
:
map
odom_gps_frame
:
gps_odom
base_frame
:
base_link
camera_frame
:
camera_optical_frame
\ No newline at end of file
camera_frame
:
camera_optical_frame
undistort_points
:
false
publish_tf
:
true
publish_markers
:
true
filter_outliers
:
false
outliers_max_sq_error
:
4.0
use_manual_params
:
false
#fx: 70
#fy: 70
#cx: 320.5
#cy: 240.5
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/params_sim.yaml
+
4
−
4
View file @
d0af691d
...
...
@@ -9,7 +9,7 @@ publish_markers: true
filter_outliers
:
false
outliers_max_sq_error
:
4.0
use_manual_params
:
false
fx
:
70
fy
:
70
cx
:
320.5
cy
:
240.5
\ No newline at end of file
#fx: 70
#fy: 70
#cx: 320.5
#cy: 240.5
\ No newline at end of file
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