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
a8707e09
Commit
a8707e09
authored
Feb 21, 2019
by
Olivier Stasse
Browse files
Remove getTimeStep.
parent
ff3fc4e0
Pipeline
#2951
failed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/sot-talos-device.cpp
View file @
a8707e09
...
...
@@ -102,10 +102,6 @@ SoTTalosDevice::SoTTalosDevice(std::string RobotName):
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