logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ORB-SLAM2+EuRoC双目相机数据集测试

转载:https://blog.csdn.net/Banmei_Brandy/article/details/90239123

ubuntu+yolo3+gtx1060复制别人的人数识别程序

参考网址:https://blog.csdn.net/leviopku/article/details/80973970https://github.com/qqwweee/keras-yolo3wget https://pjreddie.com/media/files/yolov3.weightspython convert.py yolov3.cfg yolov3.weight...

卡尔曼滤波(Kalman filter)及预测

参考文章:https://blog.csdn.net/baidu_38172402/article/details/82289998;https://www.jianshu.com/p/2768642e3abfkalman滤波的作用:1.数据滤波;2.数据预测 3.数据融合。其基本原理:是通过协方差 来进行加权。1.什么是KalmanA Linear Dynami...

GMAPPING的参数设置

二、运行gmapping我总结了运行gmapping的两种方法:1.基于命令行rosrun gmapping slam_gmapping scan:=scan _delta:=0.1 _maxUrange:=4.99 _xmin:=-5.0 _ymin:=-5.0 _xmax:=5.0 _ymax:=5.0 _particles:=30 _srr:=0 _srt:=0 _str:=0 ...

两轮差速运动模型推导

由于目前的小车EAI底盘是两轮的(其底部后方两个同构驱动轮的转动为其提供动力,前方的随动轮起支撑作用并不推动其运动),所以记录一下其航迹推算公式两篇博客值得参考:1.两轮差速运动模型推导过程,https://blog.csdn.net/u010422438/article/details/822562802.两轮差速运动分析及建模,https://blog.csdn.net/iProp...

topic_demo by roscpp

参考中国大学MOOC课程《机器人操作系统入门》第一步:建立文件夹cd catkin_ws/srccd ..catkin_make第二步:添加文件。pylistener.py, pytalker.py等#pylistener.py#!/usr/bin/env python#coding=utf-8import rospyimport math#导入mgs到p...

到底了