-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some question about channel's message type #188
Comments
前置知识这个项目的本意是由carla_apollo_bridge为apollo提供精确的地理位置和朝向数据,而不经过apollo本身的定位模块的处理。 一般的情况下,apollo的定位模块(MSF、RTK)都需要订阅传感器数据,比如 回到你提出的问题1. 关于
|
Note: If you have a general support question and are looking for a quicker response, please checkout our discord channel for answers from the community:
https://bbs.carla.org.cn/ask
In what area(s)?
Ask your question here
cyber_montior
查看数据通道时,我注意到一些数据通道的数据很少,比如/apollo/sensor/gnss/best_pose
数据通道只有经纬度与高度:而完整的数据还包括其它部分:
但我在Carla官网发现gnss传感器的数据只包括经纬度与高度,那么其它的数据我要怎么获得呢?
carla_bridge/actor/ego_vehicle.py
中,我看到了这个数据通道的定义:我没有找到对它的引用,但是在使用rtk定位时,该通道却有数据,这是为什么?
3. 在使用rtk_localization时,
/apollo/localization/pose
数据通道的数据在闪烁,如表中所示有两种数据,这是不是说明有两个writer在向这个通道写入数据?The text was updated successfully, but these errors were encountered: