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
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Debugging to the Point, where the data of msg is replaced by the actual values (obj2Ros) shows, that the actual msg on that point is a empty list, but the obj still contains information.
The text was updated successfully, but these errors were encountered:
In commit e4093ce the Objects received from CB are parsed differently now. With the Object-Converter 'Type'-Information are saved on the CB, so that the parsing to a ROS-class can happen without prior knowledge about the actual ROS-class.
Instead of using Integer, we should use standard json-DataTypes. In Addition to that, we should find more documentation about such a representation before Implementation.
Firos currently cannot convert an object into the correct Ros-Message, which look like:
It looks like the implementation is missing for such cases in:
firos/scripts/include/ros/rosutils.py
Lines 36 to 53 in 36e1e7e
Also the 'Definition file class' which is loaded on line
firos/scripts/include/ros/topicHandler.py
Line 166 in 36e1e7e
might be errorneos in this case
Debugging to the Point, where the data of
msg
is replaced by the actual values (obj2Ros
) shows, that the actualmsg
on that point is a empty list, but the obj still contains information.The text was updated successfully, but these errors were encountered: