Add target node id to skybrowser topic

This commit is contained in:
Ylva Selling
2022-11-07 12:53:30 -05:00
parent e04ccdd15d
commit bab3c78cf2

View File

@@ -164,6 +164,7 @@ ghoul::Dictionary TargetBrowserPair::dataAsDictionary() const {
ghoul::Dictionary res;
res.setValue("id", browserId());
res.setValue("targetId", targetNodeId());
res.setValue("name", browserGuiName());
res.setValue("fov", static_cast<double>(verticalFov()));
res.setValue("ra", spherical.x);