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.
1 parent f4aea16 commit 1fa98eeCopy full SHA for 1fa98ee
1 file changed
src/hw/FrankaHand.cpp
@@ -126,7 +126,7 @@ void FrankaHand::grasp() {
126
this->is_moving = false;
127
return;
128
}
129
- this->m_stop();
+ this->m_wait();
130
this->control_thread = std::thread([&]() {
131
this->is_moving = true;
132
try {
@@ -149,7 +149,7 @@ void FrankaHand::open() {
149
150
151
152
153
154
155
@@ -174,7 +174,7 @@ void FrankaHand::shut() {
174
175
176
177
178
179
180
this->gripper.move(0, this->cfg.speed);
0 commit comments