1 Star 0 Fork 7

rhythm-A/lidar2cam_calibration

forked from lin/lidar2cam_calibration 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dockerfile 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
lin 提交于 2023-03-25 17:12 . update readme
FROM osrf/ros:noetic-desktop-full
# setup environment
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
ENV DEBIAN_FRONTEND noninteractive
RUN cp -r /etc/apt/sources.list /etc/apt/sources.list_back
RUN echo "deb http://mirrors.ustc.edu.cn/ubuntu/ focal main restricted universe multiverse" > /etc/apt/sources.list
RUN echo "deb http://mirrors.ustc.edu.cn/ubuntu/ focal-updates main restricted universe multiverse" >> /etc/apt/sources.list
RUN echo "deb http://mirrors.ustc.edu.cn/ubuntu/ focal-backports main restricted universe multiverse" >> /etc/apt/sources.list
RUN echo "deb http://mirrors.ustc.edu.cn/ubuntu/ focal-security main restricted universe multiverse" >> /etc/apt/sources.list
RUN apt-get update
# ----- base set------------
# RUN apt-get install --assume-yes apt-utils
RUN apt-get install git -y
# --ros env--
RUN echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
# --git lidar2cam_calibration--
RUN mkdir -p catkin_ws/src
RUN cd catkin_ws/src
RUN git clone https://gitee.com/linClubs/lidar2cam_calibration.git
# --ceres--
RUN apt-get install -y liblapack-dev libsuitesparse-dev libcxsparse3 libgflags-dev libgoogle-glog-dev libgtest-dev
RUN cd lidar2cam_calibration/Thirdparty \
&& tar -xf ceres-solver-1.14.0.tar.xz \
&& cd ceres-solver-1.14.0 \
&& mkdir build \
&& cd build \
&& cmake .. \
&& make -j8 \
&& make install
CMD ["bash"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/areszheng/lidar2cam_calibration.git
git@gitee.com:areszheng/lidar2cam_calibration.git
areszheng
lidar2cam_calibration
lidar2cam_calibration
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385