摘要: ##只需要在你想要的连接中在github.com后面加入.cnpmjs.org ###例如https://github.com.cnpmjs.org/Livox-SDK/livox_horizon_loam ##特别声明 ###如果第一次打开遇到了不要管它,让它开着然后继续,在新的标签页(tab)中 阅读全文
posted @ 2021-04-02 16:14 Lachiven 阅读(438) 评论(0) 推荐(0) 编辑
摘要: #一、环境的搭建 ##1、小车底盘的驱动 首先下载并编译小车底盘的驱动 $ mkdir catkin_hunter $ cd catkin_hunter $ mkdir src $ cd src $ git clone --depth 1 https://github.com/agilexrobot 阅读全文
posted @ 2020-12-21 08:48 Lachiven 阅读(976) 评论(0) 推荐(1) 编辑
摘要: ##一、整体思路 基本思路是用GPS作为里程计,然后将点云显示保存即可 ##二、GPS里程计 将GPS第一点作为我们建图的原点,同时获取姿态角作为第一帧电云的姿态,然后后面的GPS及姿态做一个transform即可,将后续每一帧电云做个同步然后就可以建图了。 ##三、GPS地图中的定位 将GPS建图 阅读全文
posted @ 2020-12-04 17:50 Lachiven 阅读(809) 评论(0) 推荐(1) 编辑
摘要: ##一、环境编译 # init ROS workspace mkdir -p ~/catkin_li_calib/src cd ~/catkin_li_calib/src catkin_init_workspace # Clone the source code for the project an 阅读全文
posted @ 2020-11-27 16:43 Lachiven 阅读(13252) 评论(14) 推荐(3) 编辑
摘要: modprobe can // 插入 can 总线子系统 modprobe can-raw //插入can 协议模块 modprobe can-bcm modprobe can-gw modprobe can_dev modprobe mttcan sudo ip link set can0 up 阅读全文
posted @ 2020-11-24 17:35 Lachiven 阅读(353) 评论(0) 推荐(1) 编辑
摘要: sudo gedit /etc/apt/sources.list 粘贴以下内容 deb https://repo.huaweicloud.com/ubuntu-ports/ bionic main restricted universe multiverse deb-src https://repo 阅读全文
posted @ 2020-11-18 16:46 Lachiven 阅读(544) 评论(0) 推荐(1) 编辑
摘要: https://www.kalmanfilter.net/default.aspx 阅读全文
posted @ 2020-09-28 17:42 Lachiven 阅读(103) 评论(0) 推荐(0) 编辑
摘要: g2o入门博客 阅读全文
posted @ 2020-09-12 17:50 Lachiven 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 解读这一段cmakelist file(GLOB_RECURSE ALL_SRCS "*.cpp") file(GLOB_RECURSE NODE_SRCS "src/*_node.cpp") file(GLOB_RECURSE THIRD_PARTY_SRCS "third_party/*.cpp 阅读全文
posted @ 2020-09-11 09:49 Lachiven 阅读(10458) 评论(0) 推荐(2) 编辑
摘要: ####由于经常忘记这里面的一些道道,于是写一篇博客来记录。。。 #1.makelist makelist里面主要是由于很多环境经常不能找到,会出现一些问题,有时候需要特意的链接一下比如:list(INSERT CMAKE_MODULE_PATH 0 "/usr/share/cmake/geogra 阅读全文
posted @ 2020-08-30 16:36 Lachiven 阅读(345) 评论(0) 推荐(1) 编辑