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

gab's profile - activity

2019-04-07 22:47:48 -0500 marked best answer I am getting an error: while running launch file

Error message:

roslaunch file contains multiple nodes named [/map_server]. Please check all <node> 'name' attributes to make sure they are unique. Also check that $(anon id) use different ids. The traceback for the exception was written to the log file

Launch file:

<launch>
    <include file ="$(find turtlebot_bringup)/launch/minimal.launch" />
    <arg name="map_file" default="/home/gab/catkin_ws/src/gabS/Desktop.yaml" />
    <node name="map_server" pkg="map_server" type="map_server" args="$(arg map_file)" />
    <include file="$(find turtlebot_navigation)/launch/amcl_demo.launch" />
    <include file="$(find turtlebot_rviz_launchers)/launch/view_navigation.launch" />
</launch>
2019-01-29 03:07:27 -0500 received badge  Famous Question (source)
2018-10-24 18:21:10 -0500 received badge  Notable Question (source)
2018-10-23 03:47:55 -0500 received badge  Popular Question (source)
2018-10-23 02:10:13 -0500 asked a question I am getting an error: while running launch file

I am getting an error: while running launch file roslaunch file contains multiple nodes named [/map_server]. Please chec