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
Stack Of Tasks
sot-core
Commits
f6d743b2
Commit
f6d743b2
authored
Mar 17, 2019
by
Olivier Stasse
Browse files
[tools] Fix minor pb with control-pd.
parent
af35eb2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/control/control-pd.cpp
View file @
f6d743b2
...
...
@@ -47,7 +47,9 @@ ControlPD( const std::string & name )
"ControlPD("
+
name
+
")::output(vector)::control"
)
{
init
(
TimeStep
);
Entity
::
signalRegistration
(
KpSIN
<<
KdSIN
<<
positionSIN
<<
desiredpositionSIN
<<
velocitySIN
<<
desiredvelocitySIN
<<
controlSOUT
);
Entity
::
signalRegistration
(
KpSIN
<<
KdSIN
<<
positionSIN
<<
desiredpositionSIN
<<
velocitySIN
<<
desiredvelocitySIN
<<
controlSOUT
);
}
void
ControlPD
::
...
...
unitTesting/CMakeLists.txt
View file @
f6d743b2
...
...
@@ -49,10 +49,15 @@ SET(TEST_test_mailbox_LIBS
mailbox-vector
)
SET
(
TEST_test_control_pd_LIBS
control-pd
)
#test paths and names (without .cpp extension)
SET
(
tests
dummy
control/test_control_pd
signal/test_signal
signal/test_depend
signal/test_ptr
...
...
@@ -73,6 +78,7 @@ SET (tests
tools/test_mailbox
tools/test_matrix
tools/test_robot_utils
math/matrix-twist
math/matrix-homogeneous
)
...
...
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