用户您好,请详细描述您所遇到的问题:
-
旭日x3派
-
安装hhp有错误
-
root@ubuntu:/userdata/dev_ws# sudo apt install hhp
-
Reading package lists… Done
-
Building dependency tree
-
Reading state information… Done
-
The following NEW packages will be installed:
-
hhp
-
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
-
Need to get 0 B/696 MB of archives.
-
After this operation, 512 MB of additional disk space will be used.
-
(Reading database … 131869 files and directories currently installed.)
-
Preparing to unpack …/archives/hhp_1.0.5_arm64.deb …
-
Unpacking hhp (1.0.5) …
-
dpkg: error processing archive /var/cache/apt/archives/hhp_1.0.5_arm64.deb (–unpack):
-
trying to overwrite ‘/opt/tros/.colcon_install_layout’, which is also in package tros 1.1.3
-
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
-
Errors were encountered while processing:
-
/var/cache/apt/archives/hhp_1.0.5_arm64.deb
-
E: Sub-process /usr/bin/dpkg returned an error code (1)
-
旭日x3 按照教程安装TogetherROS后,在
-
创建工作空间时colcon build时出错
-
Starting >>> cpp_dnn_demo
-
Starting >>> hbmem_pubsub
-
Starting >>> hobot_cv
-
Starting >>> learning_action_cpp
-
-– stderr: cpp_dnn_demo
-
CMake Error at CMakeLists.txt:19 (find_package):
-
By not providing “Findament_cmake.cmake” in CMAKE_MODULE_PATH this project
-
has asked CMake to find a package configuration file provided by
-
“ament_cmake”, but CMake did not find one.
-
Could not find a package configuration file provided by “ament_cmake” with
-
any of the following names:
-
ament_cmakeConfig.cmake
-
ament_cmake-config.cmake
-
Add the installation prefix of “ament_cmake” to CMAKE_PREFIX_PATH or set
-
“ament_cmake_DIR” to a directory containing one of the above files. If
-
“ament_cmake” provides a separate development package or SDK, be sure it
-
has been installed.
-
-–
-
Failed <<< cpp_dnn_demo [5.60s, exited with code 1]
-
Aborted <<< hobot_cv [5.50s]
-
Aborted <<< hbmem_pubsub [5.53s]
-
Aborted <<< learning_action_cpp [5.46s]
-
Summary: 0 packages finished [6.87s]
-
1 package failed: cpp_dnn_demo
-
3 packages aborted: hbmem_pubsub hobot_cv learning_action_cpp
-
4 packages had stderr output: cpp_dnn_demo hbmem_pubsub hobot_cv learning_action_cpp
-
2 packages not processed
-----------------------------------------
opt目录下都已安装好ros 和tros
root@ubuntu:/opt# ls
ros tros
root@ubuntu:/userdata/dev_ws# ls
build install log src
试过桌面版和服务版都是一样的问题,步骤都是按照教程一步一步来的