You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use the pose estimate by SVO Pro foir further use, which requires the covariance matrix along with the pose estimate. However, even I find you used geometry_msgs::posewithcovariancestamped as the message type of imu pose, the covariance part is all zeros. Is that what you planned in your algorithm or should I do something in the configuartion file (I actually haven't found any)?
Currently, I am using your vio setup by virtue of the configuration file (https://github.com/uzh-rpg/rpg_svo_pro_open/blob/master/svo_ros/param/vio_mono.yaml)
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
. So, it seems that you don't want to propagate the covariance and finally output the covariance. That is different from your previous version, where the covariance of frame pose is output, as shown in https://github.com/uzh-rpg/rpg_svo/blob/d6161063b47f36ce78252ee4c4fedf3f6d8f2898/svo_ros/src/visualizer.cpp#L182. Could you tell me why you did that? Is that possibly due to the subsequent bundle adjustment step that does not update covariance information as KF, which as a result makes the pose after BA no longer consistent with the one after propagation in terms of the uncertainty? If I'd use the covariance matrix for my use case where the cov mat is needed, what can I do about it?
I'd like to use the pose estimate by SVO Pro foir further use, which requires the covariance matrix along with the pose estimate. However, even I find you used
geometry_msgs::posewithcovariancestamped
as the message type of imu pose, the covariance part is all zeros. Is that what you planned in your algorithm or should I do something in the configuartion file (I actually haven't found any)?Currently, I am using your vio setup by virtue of the configuration file (https://github.com/uzh-rpg/rpg_svo_pro_open/blob/master/svo_ros/param/vio_mono.yaml)
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: