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
roscontrol_sot
Commits
95469ede
Commit
95469ede
authored
Dec 07, 2021
by
Florent Lamiraux
Browse files
Fix formatting of error message.
parent
4c2df2ec
Pipeline
#17103
passed with stage
in 3 minutes and 4 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/roscontrol-sot-controller.cpp
View file @
95469ede
...
...
@@ -976,7 +976,7 @@ void RCSotController::one_iteration() {
// Chrono stop.
double
it_duration
=
RcSotLog_
.
stop_it
();
if
(
it_duration
>
dt_
)
{
ROS_WARN_THROTTLE
(
1
,
"Iteration duration (%
d
) bigger than max period (%
d
)"
,
ROS_WARN_THROTTLE
(
1
,
"Iteration duration (%
f
) bigger than max period (%
f
)"
,
it_duration
,
dt_
);
}
...
...
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