Skip to content

Commit d0e620f

Browse files
added missing command interfaces into gpio controller (#693) (#702)
Co-authored-by: Lennart Nachtigall <[email protected]> (cherry picked from commit 7632ee5) Co-authored-by: Lennart Nachtigall <[email protected]>
1 parent e3b3daa commit d0e620f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ur_controllers/src/gpio_controller.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ controller_interface::InterfaceConfiguration GPIOController::command_interface_c
9191
config.names.emplace_back(tf_prefix + "payload/cog.z");
9292
config.names.emplace_back(tf_prefix + "payload/payload_async_success");
9393

94+
// FTS sensor
95+
config.names.emplace_back(tf_prefix + "zero_ftsensor/zero_ftsensor_cmd");
96+
config.names.emplace_back(tf_prefix + "zero_ftsensor/zero_ftsensor_async_success");
97+
9498
// hand back control --> make UR-program return
9599
config.names.emplace_back(tf_prefix + "hand_back_control/hand_back_control_cmd");
96100
config.names.emplace_back(tf_prefix + "hand_back_control/hand_back_control_async_success");

0 commit comments

Comments
 (0)