-
Notifications
You must be signed in to change notification settings - Fork 29
An error while using ObjectMotionMap #30
Copy link
Copy link
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels