Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic_graph_bridge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic_graph_bridge
Commits
ba9f00b9
Commit
ba9f00b9
authored
2 years ago
by
pre-commit-ci[bot]
Committed by
Florent Lamiraux
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see
https://pre-commit.ci
parent
17a992fb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/dynamic_graph_bridge/sot_loader.hh
+1
-1
1 addition, 1 deletion
include/dynamic_graph_bridge/sot_loader.hh
src/sot_loader.cpp
+2
-2
2 additions, 2 deletions
src/sot_loader.cpp
with
3 additions
and
3 deletions
include/dynamic_graph_bridge/sot_loader.hh
+
1
−
1
View file @
ba9f00b9
...
...
@@ -88,7 +88,7 @@ class SotLoader : public SotLoaderBasic {
// \brief Compute one iteration of control.
// Basically calls fillSensors, the SoT and the readControl.
void
oneIteration
(
const
double
&
period
);
void
oneIteration
(
const
double
&
period
);
// \brief Fill the sensors value for the SoT.
void
fillSensors
(
std
::
map
<
std
::
string
,
dgs
::
SensorValues
>
&
sensorsIn
);
...
...
This diff is collapsed.
Click to expand it.
src/sot_loader.cpp
+
2
−
2
View file @
ba9f00b9
...
...
@@ -59,7 +59,7 @@ struct DataToLog {
void
workThreadLoader
(
SotLoader
*
aSotLoader
)
{
ros
::
Rate
rate
(
1000
);
// 1 kHz
double
periodd
(
1e-3
);
double
periodd
(
1e-3
);
if
(
ros
::
param
::
has
(
"/sot_controller/dt"
))
{
ros
::
param
::
get
(
"/sot_controller/dt"
,
periodd
);
...
...
@@ -205,7 +205,7 @@ void SotLoader::setup() {
readControl
(
controlValues_
);
}
void
SotLoader
::
oneIteration
(
const
double
&
period
)
{
void
SotLoader
::
oneIteration
(
const
double
&
period
)
{
fillSensors
(
sensorsIn_
);
try
{
sotController_
->
nominalSetSensors
(
sensorsIn_
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment