Open Prototyx opened 4 years ago
I am also facing this issue in Python. Specifically, the notification callback does not produce any updates when there are sudden changes in the pose data. My guess is that the event is actually pose jumping, but currently it is not listed in the available events. Hope this gets results soon.
Hello,
Is there any plan to implement this kind of feature ? Like a flag when you have a loop closure with a jump in the position ?
Hello,
As far as I understand POSE_RELOCALIZATION notification is responsible for finding a match between the current position and the previously recorded map. Moreover, this event can be triggered only once. At the same time, it is impossible to receive a notification that the current position has been relocated in the current map?
@MartyG-RealSense @dorodnic @ev-mp
Thanks
Dear @RealSense-Customer-Engineering @RealSenseSupport @RealSenseCustomerSupport Can you comment on that? I am facing the same issue. Thank you so much!
Issue Description
Hello, I am trying to get the info when a relocalization occurs (or a jump in the position). It is necessary when you use a drone and you need to inform the autopilot to not consider this jump in the position.
So I run the ar-advanced example which contain the following part:
When I hide the camera, shake it for 5 seconds in order to have a drift in the position and then remove my hands from the sensor to get a relocalization, the message for the relocalization never show up.
Is there another way to be informed about the relocalization ?
Thanks