1 Star 3 Fork 0

shaolei_zhong/slam_toolbox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM ros:eloquent-ros-base-bionic
# USE BASH
SHELL ["/bin/bash", "-c"]
# RUN LINE BELOW TO REMOVE debconf ERRORS (MUST RUN BEFORE ANY apt-get CALLS)
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends apt-utils
# slam_toolbox
RUN mkdir -p colcon_ws/src
RUN cd colcon_ws/src && git clone -b eloquent-devel https://github.com/SteveMacenski/slam_toolbox.git
RUN source /opt/ros/eloquent/setup.bash \
&& cd colcon_ws \
&& rosdep update \
&& rosdep install -y -r --from-paths src --ignore-src --rosdistro=eloquent -y
RUN source /opt/ros/eloquent/setup.bash \
&& cd colcon_ws/ \
&& colcon build --cmake-args=-DCMAKE_BUILD_TYPE=Release \
&& colcon test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/futurelei/slam_toolbox.git
git@gitee.com:futurelei/slam_toolbox.git
futurelei
slam_toolbox
slam_toolbox
ros2

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385