Skip to content

Commit

Permalink
Update to topic based ros2 control package
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAbdi committed Oct 11, 2023
1 parent 253d174 commit d42a3ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions robotiq_description/urdf/2f_140.ros2_control.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<!-- Plugins -->
<hardware>
<xacro:if value="${sim_isaac}">
<plugin>isaac_ros2_control/IsaacSystem</plugin>
<param name="joint_commands_topic">/isaac_joint_commands</param>
<param name="joint_states_topic">/isaac_joint_states</param>
<plugin>topic_based_ros2_control/TopicBasedSystem</plugin>
<param name="joint_commands_topic">topic_based_joint_commands</param>
<param name="joint_states_topic">topic_based_joint_states</param>
</xacro:if>
<xacro:if value="${sim_ignition}">
<plugin>ign_ros2_control/IgnitionSystem</plugin>
Expand Down

0 comments on commit d42a3ea

Please sign in to comment.