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

Problem seems to be solved.

My workspaces configuration was the problem: My workspace looked like this in the src folder:

  • cloned git repo from http://wiki.ros.org/gmapping?distro=indigo
  • cloned git repo from http://wiki.ros.org/openslam_gmapping?distro=indigo

deleting openslam_gmapping package from workspace and installing it via sudo apt-get install ros-indigo-openslam-gmapping made the algorithm much much faster.

Problem seems to be solved.

My workspaces configuration was the problem: My workspace looked like this in the src folder:

  • cloned git repo from http://wiki.ros.org/gmapping?distro=indigo
  • cloned git repo from http://wiki.ros.org/openslam_gmapping?distro=indigo

If you use git clone as gdvhoorn mentioned you have to use following commands for building the packages: catkin_make -DCMAKE_BUILD_TYPE=Release o

deleting openslam_gmapping package from workspace and installing it via sudo apt-get install ros-indigo-openslam-gmapping made the algorithm much much faster.

Problem seems to be solved.

My workspaces configuration was the problem: My workspace looked like this in the src folder:

  • cloned git repo from http://wiki.ros.org/gmapping?distro=indigo
  • cloned git repo from http://wiki.ros.org/openslam_gmapping?distro=indigo

If you use git clone as gdvhoorn mentioned you have to use following commands for building the packages: catkin_make -DCMAKE_BUILD_TYPE=Release o

deleting openslam_gmapping package from workspace and installing it via sudo apt-get install ros-indigo-openslam-gmapping made the algorithm much much faster.

Problem seems to be solved.

My workspaces configuration was the problem: My workspace looked like this in the src folder:

  • cloned git repo from http://wiki.ros.org/gmapping?distro=indigo
  • cloned git repo from http://wiki.ros.org/openslam_gmapping?distro=indigo

If you use git clone as gdvhoorn gvdhoorn mentioned you have to use following commands for building the packages: catkin_make -DCMAKE_BUILD_TYPE=Release

deleting openslam_gmapping package from workspace and installing it via sudo apt-get install ros-indigo-openslam-gmapping made the algorithm much much faster.