C++下线程池的一种实现解读
Linux 下 OneDrive 文件同步开源软件使用
国内网盘服务测评

国内网盘服务测评

[TOC]

挑选一款适合自己的网盘服务对现在人实在是太重要了,想想自己当年踩过的坑后悔不已.例如 360 网盘空间无上限,我把自己几乎所有的本地文件都上传了上去,结果 360 宣布结束服务的时候下载速度实在是太慢,很多大文件只能丢失作罢.Dropbox 当年在国内无敌手,结果无法适应国内政策停止了服务,那么多与之对接的接口上下的功夫都无效了.微云是我四五年前最看好的服务商,免费的空间很小,因此我推断微云靠收费与良好的用户界面设计能重塑国内的网盘消费市场,结果一千多张照片凭空消失,一百多张图片严重损坏,我对国内这些所谓的大厂失望透顶,至于微云对我的网盘里的个人隐私应该把我扒的底裤都不剩了吧.因此有必要重新认识一下网盘服务,让自己避免踩同样的坑.

阅读更多
论文阅读笔记-Safe Trajectory Generation for Complex Urban Environments Using Spatio-temporal Semantic Corridor

论文阅读笔记-Safe Trajectory Generation for Complex Urban Environments Using Spatio-temporal Semantic Corridor

[TOC]

本文为论文《Safe Trajectory Generation for Complex Urban Environments Using Spatio-temporal Semantic Corridor》的阅读后总结.
作者:Wenchao Ding,Lu Zhang 等
学校:香港科技大学
主题: frenet 坐标系下建图后, 利用 QP 进行局部轨迹规划.
论文网址: https://ieeexplore.ieee.org/document/8740885

阅读更多
论文阅读笔记-EPSILON An Efficient Planning System for Automated Vehicles in Highly Interactive Environments

论文阅读笔记-EPSILON An Efficient Planning System for Automated Vehicles in Highly Interactive Environments

[TOC]

本文为论文《EPSILON: An Efficient Planning System for Automated Vehicles in Highly Interactive Environments》的阅读后总结.
作者:Wenchao Ding,Lu Zhang 等
学校:香港科技大学
主题: 将预测和决策融合, 使用 POMDP 的概念包装决策树, 实现城市拥堵路段的自主换道. 局部轨迹规划可以参考他们之前的论文,解读博文链接.
论文网址: https://arxiv.org/pdf/2108.07993.pdf
开源地址: https://github.com/HKUST-Aerial-Robotics/EPSILON

阅读更多
Introdunction to Linear Algebra-第11章-Numerical Linear Algebra
Introdunction to Linear Algebra-第10章-Applications
Introdunction to Linear Algebra-第9章-Complex Vectors Matrices
Introdunction to Linear Algebra-第8章-Linear Transformations
Introdunction to Linear Algebra-第7章-The Singular Value Decomposition (SVD)