You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gtsam users
Hello, I would like to know if anyone know of tips or references on how to add NH constraints to a system, as I am estimating the poses of a robot that can't move along the vertical and lateral direction. I tried using prior factors on the velocity (setting lateral and upward velocity to 0, and setting high sigma for forward velocity and low sigma for the other directions) and between factors between subsequent Pose3 (setting the delta pose as 0 for the lateral and upward direction and sigmas like above) but I am getting mixed results. Looking at the marginals of the poses it doesn't seems to have the correct influence and strange behavior happens when the NH prior factor is used with a combinedIMUFactor.
Do you know if there is a standard way to implement this type of constraint? Thank you