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.
Currently we replace
/
into.
in each type-attribute (except, the first, with an id).Here are the lines:
FiwareObjectConverter/ObjectToJson/entityAttribute.py
Lines 120 to 125 in 38d9367
This is not correct. Sadly the OCB has some forbidden Characters, which restricts us (even some messages cannot be sent due to this.)
Iff in the future, some forbidden characters are removed, we should remove the line
L122
.here is an example of a publish on something else then the OCB:
It show here two different ROS-Message
geometry_msgs/Twist
and with a dotgeometry_msgs.Vector3
. (It would be great to avoid excaping dots after all.)The text was updated successfully, but these errors were encountered: