Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Olivier Stasse
sot-core
Commits
0b80e506
Commit
0b80e506
authored
Feb 24, 2020
by
Joseph Mirabel
Committed by
olivier stasse
Apr 09, 2020
Browse files
[FeaturePose] Fix signal name
parent
48a91ecb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature/feature-pose.cpp
View file @
0b80e506
...
...
@@ -75,7 +75,7 @@ FeaturePose<representation>::FeaturePose(const string &pointName)
faMfb
(
boost
::
bind
(
&
FeaturePose
<
representation
>::
computefaMfb
,
this
,
_1
,
_2
),
oMja
<<
jaMfa
<<
oMjb
<<
jbMfb
,
CLASS_NAME
+
"("
+
name
+
")::output(
vector7
)::
q_
faMfb
Des
"
),
CLASS_NAME
+
"("
+
name
+
")::output(
matrixHomo
)::faMfb"
),
q_faMfb
(
boost
::
bind
(
&
FeaturePose
<
representation
>::
computeQfaMfb
,
this
,
_1
,
_2
),
faMfb
,
CLASS_NAME
+
"("
+
name
+
")::output(vector7)::q_faMfb"
),
...
...
@@ -94,7 +94,7 @@ FeaturePose<representation>::FeaturePose(const string &pointName)
errorSOUT
.
addDependencies
(
q_faMfbDes
<<
q_faMfb
);
signalRegistration
(
oMja
<<
jaMfa
<<
oMjb
<<
jbMfb
<<
jaJja
<<
jbJjb
);
signalRegistration
(
errordotSOUT
<<
faMfbDes
<<
faNufafbDes
);
signalRegistration
(
faMfb
<<
errordotSOUT
<<
faMfbDes
<<
faNufafbDes
);
errordotSOUT
.
setFunction
(
boost
::
bind
(
&
FeaturePose
<
representation
>::
computeErrorDot
,
this
,
_1
,
_2
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment