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

While doing the turtlebot navigation tutorial I have made a map but when i try to use that map and alunch amcl_demo.launch my rviz doesn't completely load the map. and the amcl_demo node shows the follwoing error.

asked 2015-08-06 01:32:42 -0500

Usman Arif gravatar image

updated 2015-08-06 01:39:05 -0500

gvdhoorn gravatar image
[move_base-5] process has died [pid 5527, exit code -6, cmd /opt/ros/indigo/lib/move_base/move_base cmd_vel:=navigation_velocity_smoother/raw_cmd_vel odom:=odom scan:=scan __name:=move_base __log:=/home/.ros/log/9136c460-3bff-11e5-8234-089e0125ee24/move_base-5.log].
log file: /home/.ros/log/9136c460-3bff-11e5-8234-089e0125ee24/move_base-5*.log
[amcl-2] process has died [pid 5371, exit code -6, cmd /opt/ros/indigo/lib/amcl/amcl scan:=scan __name:=amcl __log:=/home/.ros/log/9136c460-3bff-11e5-8234-089e0125ee24/amcl-2.log].
log file: /home/.ros/log/9136c460-3bff-11e5-8234-089e0125ee24/amcl-2*.log

I am using indigo with gazebo 2.2.5

The amcl node would run fine if operated from another computer making this computer master in ros. All the navigation would work fine on the network. But when I try to do the complete thing including gazebo, rviz and amcl_demo on first computer the above error is prompted and the rviz 2dnavigation wouldn't work. Please help me out. The log files are empty.

edit retag flag offensive close merge delete

Comments

If multiple processes are quitting there are likely some other outputs from your system that would be useful for debugging this. Are there any other console outputs? Are you roslaunching with output to screen?

tfoote gravatar image tfoote  ( 2016-08-14 00:44:16 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-08-12 11:42:20 -0500

ElizabethA gravatar image

Maybe it can't get to the map? I think you'd get a different error if it truly couldn't find the map, so if it all works when accessed from another computer, but not on the original one, it could be a permissions issue or some kind of config setting somewhere...

Are you setting the map location inside the launch file, or with a command-line argument when you run it?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-08-06 01:32:42 -0500

Seen: 353 times

Last updated: Aug 12 '16