Skip to content
Snippets Groups Projects
Commit 25d243ac authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Comment

parent 24ff91a1
No related branches found
No related tags found
1 merge request!323Resolve "New data structure for storing stateblocks"
Pipeline #4355 failed
This commit is part of merge request !323. Comments created here will be created in the context of that merge request.
...@@ -28,7 +28,7 @@ class LandmarkBase : public NodeBase, public HasStateBlocks, public std::enable_ ...@@ -28,7 +28,7 @@ class LandmarkBase : public NodeBase, public HasStateBlocks, public std::enable_
private: private:
MapBaseWPtr map_ptr_; MapBaseWPtr map_ptr_;
FactorBasePtrList constrained_by_list_; 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_; static unsigned int landmark_id_count_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment