自动驾驶carla模拟器坐标系转换为icv坐标系[完整版源码]
程序员文章站
2022-03-05 16:24:06
...
欢迎点赞转发、一起交流学习
#!/usr/bin/env python
#
# Copyright (c) 2018-2019 Intel Corporation
#
# This work is licensed under the terms of the MIT license.
# For a copy, see <https://opensource.org/licenses/MIT>.
#
"""
Tool functions to convert transforms from carla to icv coordinate system
"""
import math
import numpy
import transformations
from geometry_msgs.msg import Vector3,</
上一篇: Apollo视觉感知跑起来
下一篇: Kalman滤波学习笔记一《绪论》