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

Revision history [back]

click to hide/show revision 1
initial version

I changed my test.launch same as turtlebot_in_stage.launch which is in turtlebot_simulator package. My test.launch file:

<launch> <include file="$(find turtlebot_stage)/launch/turtlebot_in_stage.launch"/> </launch>

After that I have just added the following line
in move_base.launch.xml file. It works fine.

click to hide/show revision 2
No.2 Revision

I changed my test.launch same as turtlebot_in_stage.launch which is in turtlebot_simulator package. My test.launch file:

<launch>
      <include file="$(find turtlebot_stage)/launch/turtlebot_in_stage.launch"/>
</launch>

</launch>

After that I have just added the following line

<param name="base_global_planner" value="RAstar_planner/RAstarPlannerROS"/>

in move_base.launch.xml file. It works fine.