在ROS-Noetic(Ubuntu 20.04)中安装stdr-simulator

在ROS-Noetic中安装STDR

STDR在Noetic并不支持,你无法通过命令行的方式获得

sudo apt-get install ros-$ROS_DISTRO-stdr-simulator

执行以下命令后,将提示你无法定位软件包。

所以你需要通过源码安装

STDR项目地址如下

https://github.com/stdr-simulator-ros-pkg/stdr_simulator.git

在该项目下,你会发现,其已经很久没有人维护了,最早的都是4年前。

    首先参考官网文档安装说明

    http://wiki.ros.org/stdr_simulator/Tutorials/Set up STDR Simulator

    源码安装的方式需要进行以下命令

cd <your_catkin_ws>/src
git clone https://github.com/stdr-simulator-ros-pkg/stdr_simulator.git
cd ..
rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO
catkin_make

# after a successful build
source <your_catkin_ws>/devel/setup.bash

在进行rosdep install --from-paths src --

评论 6
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值