RVMI / skiros2

A skill-based platform for ROS v.2
Other
144 stars 19 forks source link

Adding a new property with a list as value removes other properties #70

Open matthias-mayr opened 1 year ago

matthias-mayr commented 1 year ago

When adding a property such as

el = self.params["Param"].value
el.setProperty("skiros:myProperty", [0.0, 0.0, 0.0, 0.0])
self._wmi.update_element_properties(el)

Converting the list to a string yields to the expected behavior.