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

Install cartographer for the following error?--Failed to process package 'cartographer':

asked 2018-06-25 20:06:20 -0500

HM gravatar image

updated 2018-06-26 00:54:34 -0500

mgruhler gravatar image

I was trying to install cartographer in ubuntu16.04, after catkin_make_isolated --install --use-ninja the error happened as follow:

[8/338] cd /home/huang/goole_ws/build_isolated/cartographer/install && bash -c "find /home... | sed 's/^/#/' > /home/huang/goole_ws/build_isolated/cartographer/install/AllFiles.cmake"
ninja: build stopped: subcommand failed.
<== Failed to process package 'cartographer': 
  Command '['/home/huang/goole_ws/install_isolated/env.sh', 'ninja', '-j8', '-l8']' returned non-zero exit status 1

Reproduce this error by running:
==> cd /home/huang/goole_ws/build_isolated/cartographer && /home/huang/goole_ws/install_isolated/env.sh ninja -j8 -l8

Command failed, exiting.
edit retag flag offensive close merge delete

Comments

please add more context of the error output. Seems the relevant part is missing.

mgruhler gravatar image mgruhler  ( 2018-06-26 00:54:56 -0500 )edit

And not an answer, but there are binary packages available for Cartographer for a nr of platforms and architectures. See wiki/cartographer and the announcement.

gvdhoorn gravatar image gvdhoorn  ( 2018-06-26 04:39:52 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2018-10-18 04:39:14 -0500

i also met this problems today.i think that you may use auto ways to install. you can remove the file folder "cartographer" in you "src" menu,and reinstall by following command lines: git clone https://github.com/hitcm/cartographer...

cd cartographer/build

cmake .. -G Ninja

ninja

ninja test

sudo ninja install

then you can go on.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2018-06-25 20:06:20 -0500

Seen: 4,406 times

Last updated: Jun 26 '18