美团无人机-规划调度软件工程师
社招全职3年以上无人机业务部地点:北京状态:招聘
任职要求
1. 硕士及以上学历,计算机,自动化,机器人,软件工程等相关专业,具有3-5年相关行业经验。 2. 具备扎实的编程功底与良好的编程习惯,熟练掌握数据结构和算法知识,熟练掌握C++/Python,熟悉多线程编程,内存管理,设计模式和Linux开发环境。 3. 对无人机规划调度、自动驾驶、运筹优化、机器学习有兴趣,有意愿参与相关的算法工程化工作。 4. 熟悉高性能计算(HPC)技术,有MPI/OpenMP/CUDA/OpenCL等编程或优化经验。熟悉主流AI平台框架,如PyTorch, TensorFlow等。 5. 了解云原生相关容器、可观测、数据处理等DevOps技术或产品,如gRPC, D…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1. 负责无人机规划调度算法的工程化架构设计、工程化迁移和性能优化,提升系统稳定性、可观测性、计算效率等。 2. 负责无人机规划调度算法服务的日常运维与质量管理,包括平台搭建(仿真、测试、数据等)、故障定位与处理、性能统计与瓶颈优化等。 3. 负责探索无人机规模化运行场景下的规划调度算法工程框架,支持无人机配送中长期发展。
包括英文材料
学历+
编程规范+
[英文] Google Style Guides
https://google.github.io/styleguide/
Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style.
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
算法+
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/
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.
多线程+
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://liaoxuefeng.com/books/java/design-patterns/index.html
设计模式,即Design Patterns,是指在软件设计中,被反复使用的一种代码设计经验。使用设计模式的目的是为了可重用代码,提高代码的可扩展性和可维护性。
[英文] Design Patterns
https://refactoring.guru/design-patterns
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
https://www.youtube.com/watch?v=NU_1StN5Tkk
Design Patterns tutorial explained in simple words using real-world examples.
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=_q4WUxgwDeg&list=PL05umP7R6ij321zzKXK6XCQXAaaYjQbzr
Lecture: Self-Driving Cars (Prof. Andreas Geiger, University of Tübingen)
https://www.youtube.com/watch?v=NkI9ia2cLhc&list=PLB0Tybl0UNfYoJE7ZwsBQoDIG4YN9ptyY
You will learn to make a self-driving car simulation by implementing every component one by one. I will teach you how to implement the car driving mechanics, how to define the environment, how to simulate some sensors, how to detect collisions and how to make the car control itself using a neural network.
运筹优化+
https://medium.com/gousto-engineering-techbrunch/an-introduction-to-operations-research-5a9e898b6c60
Operations research (OR) is a scientific approach to determining the optimal solution to a defined business problem.
机器学习+
https://www.youtube.com/watch?v=0oyDqO8PjIg
Learn about machine learning and AI with this comprehensive 11-hour course from @LunarTech_ai.
https://www.youtube.com/watch?v=i_LwzRVP7bg
Learn Machine Learning in a way that is accessible to absolute beginners.
https://www.youtube.com/watch?v=NWONeJKn6kc
Learn the theory and practical application of machine learning concepts in this comprehensive course for beginners.
https://www.youtube.com/watch?v=PcbuKRNtCUc
Learn about all the most important concepts and terms related to machine learning and AI.
还有更多 •••
相关职位
实习自动车配送部
1.负责机器人导航定位算法研发,包括卫星导航、视觉或激光SLAM、组合导航; 2.负责机器人视觉建图与渲染、全局视觉定位算法研发,包括视觉特征检测与匹配、相机姿态估计、多视几何重建、稠密点云重建、神经场渲染; 3.负责机器人控制、规划与调度算法研发; 4.负责机器人算法在嵌入式平台加速与优化; 5.负责机器人无线通信算法研发;6.负责机器人电机驱动算法研发; 7.负责低空物流无人配送领域机器学习、数据挖掘、仿真建模算法研发。
更新于 2025-02-26北京|深圳
社招3年以上无人车业务部
负责多车智能任务调度和导航规划架构设计和开发,打造安全、高效、可扩展的车队系统,服务于实际自动驾驶配送业务场景。 负责自动驾驶路测工具的架构设计与全栈开发,打造高效、轻量、可扩展的路测工具系统,支持自动驾驶车队道路测试与业务履约。 负责开发和维护 POI 点位系统、排班系统、路测任务系统、路测HMI工具,确保软件的高可用性。 负责开发和维护前端与后端应用,确保应用的性能、稳定性及安全性。
更新于 2025-09-22深圳
社招3年以上无人机业务部
1. 负责无人机运筹调度算法的设计研发和优化,提升业务运营效率,降低配送成本。 2. 负责无人机航线规划算法的设计研发和优化,提高无人机运营的安全性和灵活性。 3. 负责探索无人机规模化运行场景下的前沿算法,支持无人机配送中长期发展。
更新于 2025-12-06北京|深圳