代客泊车手势召车功能设计规范

news/2025/2/8 18:39:00 标签: 设计规范, 自动驾驶

目  录 Contents

目录

1. 介绍 Introduction. 8

1.1 此文档的范围和目的 Scope and Purpose of This Document 8

1.2 参考文档References. 9

1.3 文档的维护 Maintenance of the Document 10

1.4 缩略词Abbreviations. 10

1.5 文档概述Document Overview.. 11

1.6 功能区域Function Area. 12

1.7 成熟度Maturity. 12

2. Function Area <指挥泊车功能>.. 13

2.1 手势控制点火、熄火 Gestures Control The Engine To Start or Stop. 16

2.1.1 功能场景... 16

2.1.2 功能逻辑... 17

2.1.3 功能框图... 17

2.1.4 功能映射... 19

2.1.5 功能接口... 19

2.1.6 故障诊断... 19

2.1.7 对其他功能的需求... 20

2.1.8 其他功能的需求... 20

2.1.9 非功能需求... 20

2.1.10 运行模式(状态机)... 21

2.1.11 历史故障... 22

2.2 手势控制车辆前进和后退  Gestures Control The Vehicle To Move Forward And Back. 22

2.2.1 功能场景... 23

2.2.2 功能逻辑... 23

2.2.3 功能框图... 24

2.2.4 功能映射... 28

2.2.5 功能接口... 29

2.2.6 故障诊断... 29

2.2.7 对其他功能的需求... 30

2.2.8 其他功能的需求... 30

2.2.9 非功能需求... 30

2.2.10 运行模式(状态机)... 31

2.2.11 历史故障... 31

  1. 介绍 Introduction
    1. 此文档的范围和目的 Scope and Purpose of This Document

定义并描述功能,功能逻辑,功能与驾驶员、环境和其它要素的依赖性和相互影响。为充分理解功能提供支持,以便支持后续阶段的研发活动。

To define and describe the function, its function logic, dependencies on, and interaction with, the driver, the environment and other elements at the vehicle level. To support an adequate understanding of the function so that the activities in subsequent phases can be performed.

此文档准备用于:整车功能负责人、零部件负责人、总线负责人、架构负责人、整车功能安全负责人、零部件功能安全负责人执行后续研发活动的参考信息。

This document is intended to be used by: Provide reference information for vehicle function owners,component owners, bus design owners,architecture owners, vehicle functional safety owners, component functional safety owners performing the designing activity of the functional.

    1. 参考文档References  

下列文件对于本文件的应用是必不可少的。凡是注日期的引用文件,仅所注日期的版本适用于本文件。凡是不注日期的引用文件,其最新版本(包括所有的修改单)适用于本文件。

The following referenced documents are indispensable for the application of this document. For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments) applies.

表1 参考文档 Table1  References Documents

序号

No.

文件编号

Document ID

适用范围

Scope

标准类型

Type

文件名称

Name

版本

Version

1

2

3

4

5

    1. 文档的维护 Maintenance of the Document

整车功能负责人负责本文档的编制、维护及更新。本文档以中英文两种语言书写,两种语言表述不一致时,以中文为准。

GWM vehicle function owner is responsible for the document creation, maintenance and updating. This document is executed in Chinese and English. In case of inconsistency between the Chinese language version and the English language version, the Chinese language version shall prevail.

    1. 缩略词Abbreviations

表2  缩略词  Table2 Abbreviations

缩略词Abbreviation

英文定义

English Definition

中文定义

Chinese Definition

ECU

Electronic Control Unit

电子控制单元

E/E

Electrical/ Electronic

电子电气

HUT

Head Unit System

导航主机系统

IP

Instrument Panel

仪表系统

iPAS

Integration Park Assistant System

集成式泊车辅助系统

HAP

Highly Automatic Parking

高级自动泊车

GW

Gate Way

独立网关

DVR

Digital Video Recorder

行车记录仪

T-BOX

Telematics control Box

车联网主机

EPS

Electric Power Steering

电动助力转向

ESP

Electronic Stability

Program

电子稳定程序控制

CAN

Controller Area Network

控制器局域网络

CANFD

CAN with Flexible Date-Rate

带可变速率的控制器局域网

BD

Body

车身

Private

Private

私有的

DG

Diagnostic

诊断

TesterInterface

TesterInterface

诊断接口

    1. 文档概述Document Overview

本文档的结构如表3所示:

需要完整功能规范文档私信。


http://www.niftyadmin.cn/n/5251378.html

相关文章

Flutter自定义下拉选择框dropDownMenu

利用PopupMenuButton和PopupMenuItem写了个下拉选择框&#xff0c;之所以不采用系统的&#xff0c;是因为自定义的更能适配项目需求&#xff0c;话不多说&#xff0c;直接看效果 下面直接贴出代码、代码中注释写的都很清楚&#xff0c;使用起来应该很方便&#xff0c;如果有任何…

wordpress小记

1.插件市场搜索redis&#xff0c;并按照 Redis Object cache插件 2.开启php的redis扩展 执行php -m|grep redis&#xff0c;没有显示就执行 yum -y install php-redis3.再次修改wp配置文件&#xff0c;增加redis的配置 define( WP_REDIS_HOST, 114.80.36.124 );define( WP_…

【图像分类】【深度学习】【Pytorch版本】 DenseNet模型算法详解

【图像分类】【深度学习】【Pytorch版本】 DenseNet模型算法详解 文章目录 【图像分类】【深度学习】【Pytorch版本】 DenseNet模型算法详解前言DenseNet讲解Dense Block(稠密块)Dense Layer(稠密层)Transition Layer 过渡层DenseNet模型结构 DenseNet Pytorch代码完整代码附加…

PostgreSQL pgvector:如何利用向量数据库提升搜索效率和精度

LLMs模型实战教程 文章来源&#xff1a;https://zhuanlan.zhihu.com/p/641516393 Kevin 一、介绍 随着基础模型的兴起&#xff0c;向量数据库的受欢迎程度也飙升。事实上&#xff0c;在大型语言模型环境中&#xff0c;向量数据库也很有用。 在机器学习领域&#xff0c;我们经…

实现简易的一对一用户聊天

服务端 package 一对一用户;import java.awt.BorderLayout; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.ServerSocket; import java.net.Socket; import java.util.Vector…

做数据分析为何要学统计学(6)——什么问题适合使用方差分析?

方差分析&#xff08;ANOVA&#xff0c;也称变异数分析&#xff09;是英国统计学家Fisher&#xff08;1890.2.17&#xff0d;1962.7.29&#xff09;提出的对两个或以上样本总体均值进行差异显著性检验的方法。 它的基本思想是将测量数据的总变异&#xff08;即总方差&#xff…

普冉(PUYA)单片机开发笔记(4): 配置通用定时器

概述 在前几篇开发笔记中&#xff0c;从 PY32F003 的一个厂家标准例程开始&#xff0c;实现了中断式无阻塞串口收发、对开发板 LED3 的亮/灭控制&#xff0c;时钟系统的初始化和时钟选择。在此基础上&#xff0c;今天做一下定时器的应用实验。事先考虑以下几个问题&#xff1a…

阿里云SLB的使用总结

一、什么是SLB 实现k8s的服务service的一种推荐方式&#xff0c;也是服务上云后&#xff0c;替代LVS的一个必选产品。 那么它有什么作用呢&#xff1f; 1、负载均衡&#xff0c;是它与生俱来的。可以配置多个服务器组&#xff1a;包括虚拟服务器组、默认服务器组、主备服务器…