map server dies with exit code -11
i am trying to use a pre-constructed map for running RRT algorithm on ROS kinetic which I have installed on Ubuntu inside VirtualBox. The problem is that the map_server dies when I run the launch file.
log file: /home/osboxes/.ros/log/114561a0-ca7f-11e8-9d1d-0800279896ff/spawn_turtlebot_model-5*.log
[map_server-2] process has died [pid 9427, exit code -11, cmd /opt/ros/kinetic/lib/map_server/map_server /home/osboxes/catkin_ws/src/turtlebot_rrt/maps/simple_maze.yaml __name:=map_server __log:=/home/osboxes/.ros/log/114561a0-ca7f-11e8-9d1d-0800279896ff/map_server-2.log].
log file: /home/osboxes/.ros/log/114561a0-ca7f-11e8-9d1d-0800279896ff/map_server-2*.log
I have been trying to run the demo following the steps here https://github.com/jeshoward/turtlebo... .
Also note that I have changed the image in simple_maze.yaml
to point to simple_maze.pgm
.
Did you fix this problem?