Skip to content

Commit a57c6b6

Browse files
send on/off immediately
1 parent d4ae3a1 commit a57c6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

robotiq_3f_rviz/src/robotiq_3f_rviz.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ void Robotiq3FingerPanel::on_button_on_clicked() {
8282
command.rGTO = 1;
8383
command.rSPA = 255;
8484
command.rFRA = 150;
85-
auto_send_check();
85+
send();
8686
}
8787

8888
void Robotiq3FingerPanel::on_button_off_clicked() {
8989
command = RQ3Fout();
9090
command.rACT = 0;
91-
auto_send_check();
91+
send();
9292
}
9393

9494
void Robotiq3FingerPanel::on_button_basic_clicked() { set_mode(0); }

0 commit comments

Comments
 (0)