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
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.
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
msgis replaced by the actual values (obj2Ros) shows, that the actualmsgon that point is a empty list, but the obj still contains information.