Lai Qiangqiang
Lai Qiangqiang
@whai362 Thanks for your awesome work. I also meet the problem. I install mmdetection3d following this official install tutorial [https://github.com/fundamentalvision/BEVFormer/blob/master/docs/install.md], mmcv-full = 1.4.0 , mmdet = 2.14.0 mmsegmentation = 0.14.1...
you could try to install a older opencv version. for example, `pip3 install opencv-python==4.1.2.30` I solved this question by doing so.
i have solved this problem by change the git branch to lanelet2. enjoy!!!
dx和dy为小车坐标系,作者给了三个扩展数量,前进,左转,右转,三种扩展方式的路径长度是一样的。
> ``` > Node3D* Node3D::createSuccessor(const int i) { > float xSucc; > float ySucc; > float tSucc; > > // calculate successor p ositions forward > if (i < 3)...