ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

For anyone with similar issue:

Use this file as a reference: jackal gmapping launch file.

In this case inside the node tag use these: <node pkg="gmapping" type="slam_gmapping" name="gmapping_thing" output="screen" &gt;="" <remap="" from="scan" to="youbot/scan_front"/> </node>

For anyone with similar issue:

Use this file as a reference: jackal gmapping launch file.

In this case inside the node tag use these:
<node pkg="gmapping" type="slam_gmapping" name="gmapping_thing" output="screen" &gt;="" <remap="" <br=""> <remap from="scan" to="youbot/scan_front"/> to="youbot/scan_front"/>


</node>

For anyone with similar issue:

Use this file as a reference: jackal gmapping launch file.

In this case inside the node tag use these:
these:

<node pkg="gmapping" type="slam_gmapping" name="gmapping_thing" output="screen" &gt;="" <br=""> <remap from="scan" to="youbot/scan_front"/>


</node>

For anyone with similar issue:

Use this file as a reference: jackal gmapping launch file.

In this case inside the node tag use these:

<node pkg="gmapping" type="slam_gmapping" name="gmapping_thing" output="screen" &gt;="" <br=""> > <remap from="scan" to="youbot/scan_front"/>
to="youbot/scan_front" /> <param name="odom_frame" value="youbot/odom" />
<param name="base_frame" value="youbot/base_link" />
</node>

For anyone with similar issue:

issue:

Use this file as a reference: jackal gmapping launch file.

In this case inside launching the gmapping node tag use these:should look like this.

<node pkg="gmapping" type="slam_gmapping" name="gmapping_thing" output="screen" >  
  >
  <remap from="scan" to="youbot/scan_front" />  
  />
  <param name="odom_frame" value="youbot/odom" />  
  />
  <param name="base_frame" value="youbot/base_link" />  />
</node>
</node>