1 Star 0 Fork 1

gg/linux-ros

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
EnvBuild_ubuntu18.04.sh 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
gg 提交于 2021-09-12 02:12 . newtoros-melodic
#!/bin/bash
echo made catkin_work_space
sudo mkdir -p ./catkin_ws/src
cd catkin_ws/src
catkin_init_workspace
cd ..
catkin_make
echo workspace created
echo imu_tk build
echo Install lie
sudo apt-get install libdw-dev
echo Install ceres-solver1.14 lie
sudo apt-get install liblapack-dev libsuitesparse-dev libcxsparse3.1.2 libgflags-dev libgoogle-glog-dev libgtest-dev
echo Install ceres-solver1.14
cd ..
cp insfile/ceres-solver-1.14.0 -r .
mkdir ceres-bin
cd ceres-bin
cmake ../ceres-solver-1.14.0
make -j8
sudo make install
cd ..
echo ceres-1.14 Install over
echo Install code_utils lie
sudo apt-get install libdw-dev
cp insfile/code_utils-master -r catkin_ws/src
cd catkin_ws
catkin_make
cd src
cp insfile/imu_utils-master -r src
cd ..
catkin_make
echo imu_utils completed
echo imu-tk Install start
echo Install lie
sudo apt-get install build-essential cmake libeigen3-dev libqt4-dev libqt4-opengl-dev freeglut3-dev gnuplot
cd src
cp insfile/imu_tk-master -r .
cd imu_tk-master
mkdir build
cd build
cmake ..
make -j8
cd ..
cd ..
cd ..
echo kalibr lie Install
sudo apt-get install python-setuptools python-rosinstall ipython libeigen3-dev libboost-all-dev doxygen libopencv-dev
ros-melodic-vision-opencv ros-melodic-image-transport-plugins ros-melodic-cmake-modules software-properties-common
libpoco-dev python-matplotlib python-scipy python-git python-pip ipython libtbb-dev libblas-dev liblapack-dev
python-catkin-tools libv4l-dev
sudo apt-get install python-pip
sudo pip install python-igraph
echo create kalibr workspace
mkdir -p kalibr_ws/src
cd kalibr_ws
source /opt/ros/kinetic/setup.bash
cd src
catkin_init_workspace
cd ..
catkin_make
cd src
cp ../../insfile/kalibr-master .
cd ..
catkin_make
source kalibr_ws/devel/setup.bash
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fortrees/linux-ros.git
git@gitee.com:fortrees/linux-ros.git
fortrees
linux-ros
linux-ros
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385