树莓派编译cartographer缺pcl_msgs依赖问题

本文记录了在树莓派上安装ROS过程中遇到的问题及解决办法,包括解决pcl_msgs依赖问题和tf2_ros编译错误的具体步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

按照大神文章安装:https://blog.youkuaiyun.com/weixin_37918890/article/details/96165880

sudo apt-get update
sudo apt-get install -y python-wstool python-rosdep ninja-build
mkdir rosws_cartographer
cd rosws_cartographer
wstool init src
wstool merge -t src /你放置onekey_install_cartographer.rosinstall的路径/onekey_install_cartographer.rosinstall
wstool update -t src
src/cartographer/scripts/install_proto3.sh
sudo rosdep init
rosdep update
rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y
catkin_make_isolated --install --use-ninja
source install_isolated/setup.bash
 

树莓派执行依赖安装时
cd ~/rosws_cartographer
rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y
问题:出现pcl_msgs依赖找不到问题

ERROR: the follo
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值