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-talos
Commits
aa6005bb
Commit
aa6005bb
authored
Aug 24, 2018
by
Joseph Mirabel
Committed by
Joseph Mirabel
Sep 17, 2018
Browse files
Add command to get the time step
parent
629e63a2
Pipeline
#1514
failed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/sot-talos-device.cpp
View file @
aa6005bb
...
...
@@ -101,6 +101,11 @@ SoTTalosDevice::SoTTalosDevice(std::string RobotName):
addCommand
(
"increment"
,
makeCommandVoid1
((
Device
&
)
*
this
,
&
Device
::
increment
,
docstring
));
addCommand
(
"getTimeStep"
,
makeDirectGetter
(
*
this
,
&
this
->
timestep_
,
docDirectGetter
(
"Time step"
,
"double"
)));
sotDEBUGOUT
(
25
);
}
...
...
Write
Preview
Markdown
is supported
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