Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
ADC
ADC_2021
iri_adc_landmarks_slam_solver
Commits
4174d41f
Commit
4174d41f
authored
Sep 10, 2021
by
Alejandro Lopez Gestoso
Browse files
Added new features to update a map
parent
ff37d8d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
cfg/AdcLandmarksSlamSolver.cfg
View file @
4174d41f
...
...
@@ -74,7 +74,7 @@ ceres.add("problem_frame_window", int_t, 0, "Ma
flags
.
add
(
"publish_visualization"
,
bool_t
,
0
,
"Boolean to publish visualization markers"
,
False
)
flags
.
add
(
"load_landmarks"
,
bool_t
,
0
,
"Boolean to load_landmarks from txt file"
,
False
)
flags
.
add
(
"landmarks_pos_fixed"
,
bool_t
,
0
,
"Boolean to fix landmarks positions"
,
False
)
flags
.
add
(
"landmarks_pos_fixed"
,
bool_t
,
0
,
"Boolean to fix
loaded
landmarks positions"
,
False
)
flags
.
add
(
"search_for_new_landmarks"
,
bool_t
,
0
,
"Boolean to search for new landmarks"
,
False
)
flags
.
add
(
"first_robot_state_estimated"
,
bool_t
,
0
,
"Boolean to add estimated residuals at the first robot position"
,
False
)
flags
.
add
(
"last_robot_state_estimated"
,
bool_t
,
0
,
"Boolean to add estimated residuals at the last robot position"
,
False
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment