Skip to content

An error while using ObjectMotionMap #30

Description

@SitianShen

Dear author,

Thanks for your great work and open-sourced code!

I noticed that in dynosam_ros/src/displays/inbuilt_displays/FrontendInbuiltDisplayRos.cc, the ObjectMotionMap is currently being used as if it maps ObjectId → Pose3. However, according to the type definition, it is actually a nested map:
ObjectId → (FrameId → Motion3ReferenceFrame).
In the current code, the loop treats current_obj_motion as a single pose.
Link

Though it's not hard to fix, it leads to failure in building the project. Thanks again!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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