CARLA
 
载入中...
搜索中...
未找到
函数
odrSpiral.h 文件参考
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

void odrSpiral (double s, double cDot, double *x, double *y, double *t)
 compute the actual "standard" spiral, starting with curvature 0
 

函数说明

◆ odrSpiral()

void odrSpiral ( double s,
double cDot,
double * x,
double * y,
double * t )
extern

compute the actual "standard" spiral, starting with curvature 0

参数
srun-length along spiral//这表示参数s是沿着螺旋线的运行长度。
cDotfirst derivative of curvature [1/m2]//参数cDot是曲率的一阶导数,单位是每平方米(1/m²)。
xresulting x-coordinate in spirals local co-ordinate system [m]//参数x是在螺旋线局部坐标系中的x坐标,单位是米(m)。
yresulting y-coordinate in spirals local co-ordinate system [m]//参数y是在螺旋线局部坐标系中的y坐标,单位是米(m)。
ttangent direction at s [rad]//参数t是在s处的切线方向,单位是弧度(rad)。
srun-length along spiral
cDotfirst derivative of curvature [1/m2]
xresulting x-coordinate in spirals local co-ordinate system [m]
yresulting y-coordinate in spirals local co-ordinate system [m]
ttangent direction at s [rad]

在文件 odrSpiral.cpp240 行定义.

引用了 fresnel().

被这些函数引用 carla::road::element::GeometrySpiral::PosFromDist().

+ 函数调用图:
+ 这是这个函数的调用关系图: