Skip to content
Discussion options

You must be logged in to vote

The odometry coming from the sim is produced by:

<xacro:if value="${'$(arg gazebo)' == 'classic'}">
    <gazebo>
      <plugin name="gazebo_ros2_control" filename="libgazebo_ros2_control.so">
        <parameters> $(find irobot_create_control)/config/control.yaml </parameters>
        <ros>
          <remapping>~/odom:=odom</remapping>
        </ros>
      </plugin>
    </gazebo>
  </xacro:if>

  <xacro:if value="${'$(arg gazebo)' == 'ignition'}">
    <gazebo>
      <plugin filename="libign_ros2_control-system.so" name="ign_ros2_control::IgnitionROS2ControlPlugin">
        <parameters> $(find irobot_create_control)/config/control.yaml </parameters>
        <ros>
          <remapping>~/odom…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AlHussain00
Comment options

@justinIRBT
Comment options

@AlHussain00
Comment options

Answer selected by AlHussain00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forum_ros2 Forum post about general ROS 2 usage
2 participants