We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fa8402 + 3a11aab commit 5580e3eCopy full SHA for 5580e3e
rm_hw/src/control_loop.cpp
@@ -68,6 +68,7 @@ RmRobotHWLoop::RmRobotHWLoop(ros::NodeHandle& nh, std::shared_ptr<RmRobotHW> har
68
last_time_ = clock::now();
69
70
// Setup loop thread
71
+ loop_running_ = true;
72
loop_thread_ = std::thread([&]() {
73
while (loop_running_)
74
{
0 commit comments