Skip to content

Known Issues

Marius Fehr edited this page Jan 12, 2018 · 13 revisions

Please also have a look at the FAQ, there might be a solution to your issue there. We encourage you to contribute to this repository if you have a solution to these issues:

ROS-free mode

The ROS-free launch of maplab (using the -ros_free flag) is currently not working.

Building with unstable internet connection

Building maplab will download and check-out dependencies, which can be very slow depending on the speed of you internet connection.

Console crash when using gflags the wrong way

The console will crash if gflags (except bool gflags) are provided with no argument, e.g. load --map_folder rather than load --map_folder my_folder.

Using newer GCC versions

We observed that with higher GCC versions there can be build errors or even segfaults. E.g. this issue https://github.com/ethz-asl/maplab/issues/30. Try compiling with the default Ubuntu 14.04/16.04 versions of GCC, these are being tested by our build server.