Closed SageKaz closed 1 year ago
Reading through the commit this was removed in and I did notice a comment about some firmware not reporting pose which may be why this was removed. Perhaps removing the portion to add it back to the mission info, but maintaining the new endpoint would be better in this case.
Revisiting your documentation it seems this is actually the correct way to handle this. Devices that don't have pose information available anymore should probably use the getBasicMission() call instead for the time being.
Pose appeared to be removed with a previous update from mission output. This broke compatibility with rest980.
In addition I added a separate method to get just pose information.