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
Paul Rouanet
ros2_control_bolt
Commits
d1bb4334
Commit
d1bb4334
authored
Jul 21, 2021
by
Paul Rouanet
Browse files
Modif on write() function
parent
5557a19e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ros2_control_bolt/src/system_bolt.cpp
View file @
d1bb4334
...
@@ -691,11 +691,12 @@ SystemBoltHardware::write()
...
@@ -691,11 +691,12 @@ SystemBoltHardware::write()
robot_
->
joints
->
SetVelocityGains
(
gain_KD
);
robot_
->
joints
->
SetVelocityGains
(
gain_KD
);
}
}
else
{
//Chose à faire si le robot n'est pas Ready
}
}
}
else
{
std
::
this_thread
::
yield
();
}
robot_
->
SendCommand
();
robot_
->
SendCommand
();
}
}
...
...
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