
哈啰软件工程师(远程驾驶系统方向)-【自动驾驶】
社招全职技术地点:上海状态:招聘
任职要求
1、精通Linux系统,熟悉内核机制、进程管理和实时调度; 2、熟练掌握C/C++或者python编程,具备系统级编程能力; 3、深入理解ROS/ROS2生态系统,熟悉常用消息类型和通信机制; 4、精通网络编程,熟悉TCP/UDP协议栈,能够处理复杂网络环境下的数据传输; 5、熟悉数据序列化技术,如Protocol buffer; 6、熟练掌握多线程和并发编程,能够设计高性能数据处理系统; 7、熟悉分布式系统设计原则,了解数据一致性和可靠性保障机制; 8、熟悉常见中间件技术,如DDS、ZeroMQ、Kafka, mqtt等; 9、了解数据压缩算法和技术,能够根据场景选择合适的压缩方案; 10、熟悉网络安全基础知识,了解加密和认证机制; 11、具备系统性能分析和优化能力,熟悉常用调试和分析工具; 12、了解时间同步技术,如PTP、NTP等; 13、具备良好的问题分析和解决能力,能够处理复杂系统中的疑难问题。
工作职责
1、负责从自动驾驶中间件(ROS/ROS2/Autoware等)采集结构化数据; 2、设计并实现高效的数据处理管道,确保数据实时性和完整性; 3、开发数据传输模块,实现车端与云端的可靠通信; 4、优化数据压缩算法,降低传输带宽需求; 5、设计并实现数据缓存、重传和恢复机制; 6、开发数据同步和时间戳对齐系统; 7、负责数据安全传输方案的设计与实现; 8、构建数据监控和诊断工具,确保系统稳定运行; 9、与其他团队协作,确保数据处理系统与整体平台无缝集成; 10、参与制定数据格式标准和接口规范。
包括英文材料
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
内核+
https://www.youtube.com/watch?v=C43VxGZ_ugU
I rummage around the Linux kernel source and try to understand what makes computers do what they do.
https://www.youtube.com/watch?v=HNIg3TXfdX8&list=PLrGN1Qi7t67V-9uXzj4VSQCffntfvn42v
Learn how to develop your very own kernel from scratch in this programming series!
https://www.youtube.com/watch?v=JDfo2Lc7iLU
Denshi goes over a simple explanation of what computer kernels are and how they work, alonside what makes the Linux kernel any special.
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
ROS+
https://www.youtube.com/watch?v=92Zz5nnd41c&list=PLk51HrKSBQ8-jTgD0qgRp1vmQeVSJ5SQC
https://www.youtube.com/watch?v=HJAE5Pk8Nyw
Ready to learn ROS2 and take your robotics skills to the next level?
https://www.youtube.com/watch?v=MWKnMPX0Yjg&list=PLU9tksFlQRircAdEplrH9NMm4WtSA8yzi
Do you want to know more about ROS the Robot Operating System?
网络编程+
https://www.youtube.com/watch?v=2HrYIl6GpYg
I will make a simple HTTP web server with the C Programming Language.
https://www.youtube.com/watch?v=8z6okCgdREo
This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level concepts like reading and writing to sockets, working with channels, and managing multiple goroutines.
https://www.youtube.com/watch?v=bdIiTxtMaKA&list=PL9IEJIKnBJjH_zM5LnovnoaKlXML5qh17
https://www.youtube.com/watch?v=bzja9fQWzdA
Implement the ubiquitous TCP protocol that underlies much of the traffic on the internet!
[英文] 📺Network Programming with Python Course (build a port scanner, mailing client, chat room, DDOS)
https://www.youtube.com/watch?v=FGdiSJakIS4
Learn network programming in Python by building four projects. You will learn to build a mailing client, a DDOS script, a port scanner, and a TCP Chat Room.
https://www.youtube.com/watch?v=gntyAFoZp-E
https://www.youtube.com/watch?v=JiuouCJQzSQ
Explore the fundamentals of networking in Rust by building a simple TCP server.
https://www.youtube.com/watch?v=JRTLSxGf_6w
https://www.youtube.com/watch?v=sFizpxHkIlI
In this video we'll cover SOCKET PROGRAMMING in JAVA.
https://www.youtube.com/watch?v=sXW_sNGvqcU
多线程+
https://liaoxuefeng.com/books/java/threading/basic/index.html
和单线程相比,多线程编程的特点在于:多线程经常需要读写共享数据,并且需要同步。
https://www.youtube.com/watch?v=_uQgGS_VIXM&list=PLsc-VaxfZl4do3Etp_xQ0aQBoC-x5BIgJ
https://www.youtube.com/watch?v=IEEhzQoKtQU
https://www.youtube.com/watch?v=mTGdtC9f4EU&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4
https://www.youtube.com/watch?v=TPVH_coGAQs&list=PLk6CEY9XxSIAeK-EAh3hB4fgNvYkYmghp
https://www.youtube.com/watch?v=xPqnoB2hjjA
This video is an introduction to multithreading in modern C++.
https://www.youtube.com/watch?v=YKBwKy5PrpQ
Rust threading is easy to implement and improves the efficiency of your applications on multi-core systems!
分布式系统+
https://www.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
Kafka+
https://developer.confluent.io/what-is-apache-kafka/
https://www.youtube.com/watch?v=CU44hKLMg7k
https://www.youtube.com/watch?v=j4bqyAMMb7o&list=PLa7VYi0yPIH0KbnJQcMv5N9iW8HkZHztH
In this Apache Kafka fundamentals course, we introduce you to the basic Apache Kafka elements and APIs, as well as the broader Kafka ecosystem.
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
相关职位

社招技术
1、负责车端视频的采集, 编码, 传输; 2、负责车端视频的解码, 显示; 3、负责车端视频的传输协议开发; 4、负责从自动驾驶中间件采集数据并进行处理; 5、设计并实现低延迟、高可靠性的视频流处理系统; 6、优化视频编解码算法以适应网络波动和带宽限制; 7、开发视频质量自适应调整机制; 8、设计并实现视频数据的缓存和恢复机制; 9、与系统团队协作,确保视频系统与平台的无缝集成。
更新于 2025-09-10

社招技术
1、负责车端数据采集; 2、负责车端数据处理和分析; 3、负责车端数据可视化; 4、负责车端数据存储和查询; 5、负责车端数据传输和同步; 6、负责车端数据安全性和可靠性; 7、负责数据闭环系统的设计与实现。
更新于 2025-09-10
社招3年以上IDG
-设计分布式系统架构,集成自动化部署流程(CI/CD),确保平台支持高并发、低延时的OTA服务,满足车规级安全与稳定性要求,支持车辆软件升级、数据回传及远程诊断功能的高效管理 -制定OTA云平台架构方案与各数据系统、软件系统、信息安全系统的对接方案,并组织系统对接联调 -负责OTA云端平台的任务运营和管理 -负责数据通路基础组件的研发和运维云稳定性保障
更新于 2025-09-30