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
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.cpp234 行定义.

引用了 fresnel().

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

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