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
Merge requests
!9
Resolve "follow core:#384"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "follow core:#384"
9-follow-core-384
into
devel
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Joan Solà Ortega
requested to merge
9-follow-core-384
into
devel
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Closes
#9 (closed)
Edited
4 years ago
by
Joan Solà Ortega
0
0
Merge request reports
Compare
devel
devel (base)
and
latest version
latest version
4f0cdb47
1 commit,
4 years ago
2 files
+
18
−
6
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
include/bodydynamics/processor/processor_force_torque_preint.h
+
1
−
1
Options
@@ -71,7 +71,7 @@ class ProcessorForceTorquePreint : public ProcessorMotion{
@@ -71,7 +71,7 @@ class ProcessorForceTorquePreint : public ProcessorMotion{
Eigen
::
VectorXd
deltaZero
()
const
override
;
Eigen
::
VectorXd
deltaZero
()
const
override
;
Eigen
::
VectorXd
correctDelta
(
const
Eigen
::
VectorXd
&
delta_preint
,
Eigen
::
VectorXd
correctDelta
(
const
Eigen
::
VectorXd
&
delta_preint
,
const
Eigen
::
VectorXd
&
delta_step
)
const
override
;
const
Eigen
::
VectorXd
&
delta_step
)
const
override
;
VectorXd
getCalibration
(
const
CaptureBasePtr
_capture
)
const
override
;
VectorXd
getCalibration
(
const
CaptureBasePtr
_capture
=
nullptr
)
const
override
;
void
setCalibration
(
const
CaptureBasePtr
_capture
,
const
VectorXd
&
_calibration
)
override
;
void
setCalibration
(
const
CaptureBasePtr
_capture
,
const
VectorXd
&
_calibration
)
override
;
bool
voteForKeyFrame
()
const
override
;
bool
voteForKeyFrame
()
const
override
;
Loading