Skip to content

TF坐标系矛盾! #15697

Open
Open
@zouzhe1

Description

@zouzhe1

连交流的盆友都没有,我建了QQ群,大家来交流apollo:119702202

你们在modules/drivers/gnss/conf/gnss_conf.pb.txt里面,写

tf {
    frame_id: "world"
    child_frame_id: "imu"
    enable: true
}

然后在Localization里面写:

broadcast_tf_frame_id: "world"
broadcast_tf_child_frame_id: "localization"

最后又在modules/transform/conf/static_transform_conf.pb.txt里面写:

extrinsic_file {
    frame_id: "novatel"
    child_frame_id: "velodyne64"}

extrinsic_file {
    frame_id: "localization"
    child_frame_id: "novatel"}

extrinsic_file {
    frame_id: "localization"
    child_frame_id: "imu"}

综上:
imu打架了。矛盾了。你们不知道吗?
imu到底是跟localization,还是跟world?
然后激光雷达到底是跟imu,还是跟localization?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions