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
!363
Resolve "Factory for state blocks"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Factory for state blocks"
321-factory-for-state-blocks
into
devel
Overview
3
Commits
5
Pipelines
5
Changes
2
Merged
Joan Solà Ortega
requested to merge
321-factory-for-state-blocks
into
devel
5 years ago
Overview
3
Commits
5
Pipelines
5
Changes
2
Expand
Closes
#321 (closed)
Edited
5 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Viewing commit
4f7882df
Prev
Next
Show latest version
2 files
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
4f7882df
Register creator "H" for homogeneous
· 4f7882df
Joan Solà Ortega
authored
5 years ago
src/state_block/state_block.cpp
+
1
−
0
Options
@@ -66,6 +66,7 @@ WOLF_REGISTER_STATEBLOCK(StateBlock);
WOLF_REGISTER_STATEBLOCK
(
StateQuaternion
);
WOLF_REGISTER_STATEBLOCK
(
StateAngle
);
WOLF_REGISTER_STATEBLOCK
(
StateHomogeneous3d
);
WOLF_REGISTER_STATEBLOCK_WITH_KEY
(
H
,
StateHomogeneous3d
);
StateBlockPtr
create_orientation
(
const
Eigen
::
VectorXd
&
_state
,
bool
_fixed
)
{
Loading