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
actually i want to fuse the pose information of my zed camera with gps into the px4. After stopping the vision the base_link is not moving anymore and jumps back to map at position (0,0,baro_hgt). It doesnt give any local_position from GPS data. I thought that it is a real fusion and will rely on gps when vision is gone. see this post #10062.
At start without vision the local_position is working on GPS.
my setup is following:
zed camera publishs pose message referenced to its origin frame zed_origin.
mavros uses map->vision_estimate lookup instead of topic /mavros/vision_pose/pose.
i publish static map->zed_origin transform to get zed pose into ENU.
i publish zed_origin->vision_estimate from zed pose msg
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey @mhkabir @dagar @priseborough ,
actually i want to fuse the pose information of my zed camera with gps into the px4. After stopping the vision the base_link is not moving anymore and jumps back to map at position (0,0,baro_hgt). It doesnt give any local_position from GPS data. I thought that it is a real fusion and will rely on gps when vision is gone. see this post #10062.
At start without vision the local_position is working on GPS.
my setup is following:
map --> zed_origin --> vision_estimate (my solution)
map --> base_link (published by mavros)
The text was updated successfully, but these errors were encountered: