您现在的位置是: 网站首页> 学习笔记 学习笔记
ubuntu18.04 ros编译报错Could NOT find serial (missing: serial_DIR)
2022-09-14 [ros] 4792人已围观
ros编译时报错,报错信息如下:
root@ubuntu:~/wheeltec_mini# catkin_make
Base path: /home/yfm/wheeltec_mini
Source space: /home/yfm/wheeltec_mini/src
Build space: /home/yfm/wheeltec_mini/build
Devel space: /home/yfm/wheeltec_mini/devel
Install space: /home/yfm/wheeltec_mini/install
####
#### Running command: "cmake /home/yfm/wheeltec_mini/src -DCATKIN_DEVEL_PREFIX=/home/yfm/wheeltec_mini/devel -DCMAKE_INSTALL_PREFIX=/home/yfm/wheeltec_mini/install -G Unix Makefiles" in "/home/yfm/wheeltec_mini/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/yfm/wheeltec_mini/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/melodic
-- This workspace overlays: /opt/ros/melodic
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.17", minimum required is "2")
-- Using PYTHON_EXECUTABLE: /usr/bin/python2
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/yfm/wheeltec_mini/build/test_results
-- Found gtest sources under '/usr/src/googletest': gtests will be built
-- Found gmock sources under '/usr/src/googletest': gmock will be built
-- Found PythonInterp: /usr/bin/python2 (found version "2.7.17")
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.7.29
-- BUILD_SHARED_LIBS is on
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 3 packages in topological order:
-- ~~ - m1_auto_start
-- ~~ - roscar
-- ~~ - fdilink_ahrs
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'm1_auto_start'
-- ==> add_subdirectory(m1_auto_start)
-- +++ processing catkin package: 'roscar'
-- ==> add_subdirectory(roscar)
-- +++ processing catkin package: 'fdilink_ahrs'
-- ==> add_subdirectory(fdilink_ahrs)
-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy
-- Could NOT find serial (missing: serial_DIR)
-- Could not find the required component 'serial'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "serial" with any
of the following names:
serialConfig.cmake
serial-config.cmake
Add the installation prefix of "serial" to CMAKE_PREFIX_PATH or set
"serial_DIR" to a directory containing one of the above files. If "serial"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
fdilink_ahrs/CMakeLists.txt:9 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/yfm/wheeltec_mini/build/CMakeFiles/CMakeOutput.log".
See also "/home/yfm/wheeltec_mini/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
解决办法:
sudo apt-get install ros-melodic-serial
结果:
root@ubuntu:~/wheeltec_mini# sudo apt-get install ros-melodic-serial
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
fonts-liberation2 fonts-opensymbol gir1.2-gst-plugins-base-1.0
gir1.2-gstreamer-1.0 gir1.2-gudev-1.0 gir1.2-udisks-2.0
grilo-plugins-0.3-base gstreamer1.0-gtk3 libcdr-0.1-1 libclucene-contribs1v5
libclucene-core1v5 libcmis-0.5-5v5 libcolamd2 libdazzle-1.0-0
libe-book-0.1-1 libedataserverui-1.2-2 libeot0 libepubgen-0.1-1
libetonyek-0.1-1 libevent-2.1-6 libexiv2-14 libfreerdp-client2-2
libfreerdp2-2 libgc1c2 libgee-0.8-2 libgexiv2-2 libgom-1.0-0 libgpgmepp6
libgpod-common libgpod4 liblangtag-common liblangtag1 liblirc-client0
liblua5.3-0 libmediaart-2.0-0 libmspub-0.1-1 libodfgen-0.1-1 libqqwing2v5
librevenge-0.0-0 libsgutils2-2 libssh-4 libsuitesparseconfig5 libvncclient1
libwinpr2-2 libxapian30 libxmlsec1-nss lp-solve media-player-info
python3-mako python3-markupsafe syslinux syslinux-common syslinux-legacy
usb-creator-common
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
ros-melodic-serial
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 38.5 kB of archives.
After this operation, 144 kB of additional disk space will be used.
Get:1 http://mirrors.ustc.edu.cn/ros/ubuntu bionic/main amd64 ros-melodic-serial amd64 1.2.1-0bionic.20200801.023456 [38.5 kB]
Fetched 38.5 kB in 0s (85.5 kB/s)
Selecting previously unselected package ros-melodic-serial.
(Reading database ... 240775 files and directories currently installed.)
Preparing to unpack .../ros-melodic-serial_1.2.1-0bionic.20200801.023456_amd64.deb ...
Unpacking ros-melodic-serial (1.2.1-0bionic.20200801.023456) ...
Setting up ros-melodic-serial (1.2.1-0bionic.20200801.023456) ...
编译成功:
root@ubuntu:~/wheeltec_mini# catkin_make
Base path: /home/yfm/wheeltec_mini
Source space: /home/yfm/wheeltec_mini/src
Build space: /home/yfm/wheeltec_mini/build
Devel space: /home/yfm/wheeltec_mini/devel
Install space: /home/yfm/wheeltec_mini/install
####
#### Running command: "cmake /home/yfm/wheeltec_mini/src -DCATKIN_DEVEL_PREFIX=/home/yfm/wheeltec_mini/devel -DCMAKE_INSTALL_PREFIX=/home/yfm/wheeltec_mini/install -G Unix Makefiles" in "/home/yfm/wheeltec_mini/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/yfm/wheeltec_mini/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/melodic
-- This workspace overlays: /opt/ros/melodic
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.17", minimum required is "2")
-- Using PYTHON_EXECUTABLE: /usr/bin/python2
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/yfm/wheeltec_mini/build/test_results
-- Found gtest sources under '/usr/src/googletest': gtests will be built
-- Found gmock sources under '/usr/src/googletest': gmock will be built
-- Found PythonInterp: /usr/bin/python2 (found version "2.7.17")
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.7.29
-- BUILD_SHARED_LIBS is on
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 3 packages in topological order:
-- ~~ - m1_auto_start
-- ~~ - roscar
-- ~~ - fdilink_ahrs
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'm1_auto_start'
-- ==> add_subdirectory(m1_auto_start)
-- +++ processing catkin package: 'roscar'
-- ==> add_subdirectory(roscar)
-- +++ processing catkin package: 'fdilink_ahrs'
-- ==> add_subdirectory(fdilink_ahrs)
-- Using these message generators: gencpp;geneus;genlisp;gennodejs;genpy
-- Configuring done
-- Generating done
-- Build files have been written to: /home/yfm/wheeltec_mini/build
####
#### Running command: "make -j2 -l2" in "/home/yfm/wheeltec_mini/build"
####
Scanning dependencies of target crc_table
Scanning dependencies of target imu_tf
[ 16%] Building CXX object fdilink_ahrs/CMakeFiles/crc_table.dir/src/crc_table.cpp.o
[ 33%] Linking CXX shared library /home/yfm/wheeltec_mini/devel/lib/libcrc_table.so
[ 50%] Building CXX object fdilink_ahrs/CMakeFiles/imu_tf.dir/src/imu_tf.cpp.o
[ 50%] Built target crc_table
Scanning dependencies of target ahrs_driver
[ 66%] Building CXX object fdilink_ahrs/CMakeFiles/ahrs_driver.dir/src/ahrs_driver.cpp.o
[ 83%] Linking CXX executable /home/yfm/wheeltec_mini/devel/lib/fdilink_ahrs/imu_tf
[ 83%] Built target imu_tf
[100%] Linking CXX executable /home/yfm/wheeltec_mini/devel/lib/fdilink_ahrs/ahrs_driver
[100%] Built target ahrs_driver
相关文章
文章评论
暂无评论添加评论
点击排行
本栏推荐
标签云
热评文章
- django使用qq邮箱发送邮件
- mysql8设置数据库远程连接
- pip修改下载源为国内源
- win10看不到win7共享的文件夹的解决方法
- SQLyog连接 Mysql 8.0.11 报error no.1251- Client does not support authentic...
- 使用Oracel Net Nanager配置Oracle数据库远程访问
- 将anaconda的下载源切换为国内的源
- Python+selenium+firefox设置代理IP
- selenium+firefox+js实现动态设置firefox浏览器代理IP
- scrapy文件下载(高新技术企业认定网)
- Python调用JS代码
- Chrome浏览器的overrides的使用
站点信息
- 建站时间:2021-01-01
- 网站程序:Django 3.1.2
- 文章统计:53篇
- 文章评论:36条
- 统计数据: