質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Ubuntu

Ubuntuは、Debian GNU/Linuxを基盤としたフリーのオペレーティングシステムです。

Q&A

0回答

2580閲覧

Cartographer がインストールできません。

konnoericgm

総合スコア0

Ubuntu

Ubuntuは、Debian GNU/Linuxを基盤としたフリーのオペレーティングシステムです。

0グッド

0クリップ

投稿2021/04/06 05:30

編集2022/01/12 10:55

前提・実現したいこと

Cartographer のインストール

ここに質問の内容を詳しく書いてください。
こちらのリンクhttps://google-cartographer-ros.readthedocs.io/en/latest/compilation.htmlからインストール手順を実行していますが最後の
catkin_make_isolated --install --use-ninja
というコマンドで以下のようなエラーが出ます。対処方法を教えてください。

発生している問題・エラーメッセージ

CMake Error at CMakeLists.txt:39 (find_package):
By not providing "FindCeres.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Ceres", but
CMake did not find one.

Could not find a package configuration file provided by "Ceres" with any of
the following names:

CeresConfig.cmake ceres-config.cmake

Add the installation prefix of "Ceres" to CMAKE_PREFIX_PATH or set
"Ceres_DIR" to a directory containing one of the above files. If "Ceres"
provides a separate development package or SDK, be sure it has been
installed.

-- Configuring incomplete, errors occurred!
See also "/home/project/catkin_ws/build_isolated/cartographer/install/CMakeFiles/CMakeOutput.log".
See also "/home/project/catkin_ws/build_isolated/cartographer/install/CMakeFiles/CMakeError.log".
<== Failed to process package 'cartographer':
Command '['cmake', '/home/project/catkin_ws/src/cartographer', '-DCMAKE_INSTALL_PREFIX=/home/project/catkin_ws/install_isolated', '-G', 'Ninja']' returned non-zero exit status 1

Reproduce this error by running:
==> cd /home/project/catkin_ws/build_isolated/cartographer && cmake /home/project/catkin_ws/src/cartographer -DCMAKE_INSTALL_PREFIX=/home/project/catkin_ws/install_isolated -G Ninja

Command failed, exiting.

エラーメッセージ

該当のソースコード

ソースコード

試したこと

Ceresを公式サイトhttp://ceres-solver.org/installation.html#dependenciesからインストール

ここに問題に対して試したことを記載してください。
しかし
tar zxf ceres-solver-2.0.0.tar.gz
のコマンドにて以下エラーが表示されました。

tar (child): ceres-solver-2.0.0.tar.gz: open 不能: そのようなファイルやディレクトリはありません
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

補足情報(FW/ツールのバージョンなど)

Ubuntu 18.04
ROS Melodic
ここにより詳細な情報を記載してください。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問