Skip to content

Commit

Permalink
emulate_button false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Poignonec committed Aug 20, 2024
1 parent 71cbd1e commit f76f208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fd_description/ros2_control/fd.r2c_hardware.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
<xacro:macro
name="fd_ros2_control"
params="robot_id plugin_name:='FDHapticInterface' interface_id:='-1' use_fake_hardware:='false' use_orientation:='false' orientation_is_actuated:='false' use_clutch:='false' emulate_button:='true'">
params="robot_id plugin_name:='FDHapticInterface' interface_id:='-1' use_fake_hardware:='false' use_orientation:='false' orientation_is_actuated:='false' use_clutch:='false' emulate_button:='false'">
<ros2_control name="${plugin_name}" type="system">
<hardware>
<xacro:if value="${use_fake_hardware}">
Expand Down

0 comments on commit f76f208

Please sign in to comment.