Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
wolf_projects
wolf_lib
wolf
Merge requests
!323
Resolve "New data structure for storing stateblocks"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "New data structure for storing stateblocks"
256-new-data-structure-for-storing-stateblocks
into
devel
Overview
0
Commits
47
Pipelines
28
Changes
1
Merged
Joan Solà Ortega
requested to merge
256-new-data-structure-for-storing-stateblocks
into
devel
5 years ago
Overview
0
Commits
47
Pipelines
28
Changes
1
Expand
Closes
#256 (closed)
Edited
5 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Viewing commit
25d243ac
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
25d243ac
Comment
· 25d243ac
Joan Solà Ortega
authored
5 years ago
include/core/landmark/landmark_base.h
+
1
−
1
Options
@@ -28,7 +28,7 @@ class LandmarkBase : public NodeBase, public HasStateBlocks, public std::enable_
private:
MapBaseWPtr
map_ptr_
;
FactorBasePtrList
constrained_by_list_
;
std
::
vector
<
StateBlockPtr
>
state_block_vec_
;
///< vector of state blocks,
in the order P, O
.
std
::
vector
<
StateBlockPtr
>
state_block_vec_
;
///< vector of state blocks,
additional to those in the state_block_map from HasStateBlocks
.
static
unsigned
int
landmark_id_count_
;
Loading