Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bodydynamics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
plugins
bodydynamics
Commits
5e57830c
Commit
5e57830c
authored
2 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Move one fcn up the class close to its related fcns
parent
f0c929d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!31
devel->main
,
!29
Add functionality for UAV
,
!27
Fix test with acc_x = 2 m/s2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/bodydynamics/processor/processor_force_torque_inertial_preint_dynamics.h
+3
-2
3 additions, 2 deletions
...ocessor/processor_force_torque_inertial_preint_dynamics.h
with
3 additions
and
2 deletions
include/bodydynamics/processor/processor_force_torque_inertial_preint_dynamics.h
+
3
−
2
View file @
5e57830c
...
...
@@ -206,6 +206,9 @@ class ProcessorForceTorqueInertialPreintDynamics : public ProcessorMotion
Eigen
::
VectorXd
correctDelta
(
const
Eigen
::
VectorXd
&
_delta_preint
,
const
Eigen
::
VectorXd
&
_delta_step
)
const
override
;
public:
virtual
VectorXd
getCalibration
(
const
CaptureBaseConstPtr
_capture
=
nullptr
)
const
override
;
protected:
/** \brief emplace a CaptureMotion
* \param _frame_own frame owning the Capture to create
...
...
@@ -241,8 +244,6 @@ class ProcessorForceTorqueInertialPreintDynamics : public ProcessorMotion
bool
voteForKeyFrame
()
const
override
;
public:
virtual
VectorXd
getCalibration
(
const
CaptureBaseConstPtr
_capture
=
nullptr
)
const
override
;
private:
void
data2tangent
(
const
Eigen
::
VectorXd
&
_data
,
///< [a, w, f, t] raw measures
const
Eigen
::
VectorXd
&
_bias
,
///< [ab, wb]
...
...
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