AUTOSAR(Automotive Open Systerm Architecture),汽车开发系统架构,…
作者: mindthink
Tips: Ubuntu删除DNS缓存
sudo /etc/init.d/dns-clean start
Leetcode: 13. Roman to Integer
Roman numerals are represented by seven different symbo…
Linux虚拟视频驱动vivi
/* * Virtual Video driver – This code emulates a real v…
V4L2框架
怎么写字符设备驱动? 构造file_operations: .open = drv_open .read = …
一些觉得不错的国外Mooc课程
https://www.coursera.org/learn/programming-languages/ho…
第一个MOOC 毕业证书: Learning How to learn
学习如何学习,总体上还不错,更新了一些自己原有的认知,以后抽时间整理一下学习笔记。
Leetcode: 9. Palindrome Number
Determine whether an integer is a palindrome. An intege…
一周书评之第六周
Leetcode:7. Reverse Integer
题目: Given a 32-bit signed integer, reverse digits of an…
Leetcode:706. Design HashMap
题目: Design a HashMap without using any built-in hash ta…
Leetcode:705. Design HashSet
题目: Design a HashSet without using any built-in hash ta…
ROS vs ROS2 vs Apollo Cyber RT
Lessons learned building a self-driving car on ROS
Apollo3.5上手
steps: # install git-lfs first sudo apt-get install -y …
关于Gtest 和 ros_test
http://wiki.ros.org/gtest https://github.com/VGonPa/ros…