Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
matthias-mayr opened this issue Jun 21, 2023 · 0 comments
Open
Labels
bug ROS 1 Issue affects ROS 1 ROS 2 Issue affects ROS 2

Comments

@matthias-mayr
Copy link
Member

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.

@matthias-mayr matthias-mayr added bug ROS 1 Issue affects ROS 1 ROS 2 Issue affects ROS 2 labels Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ROS 1 Issue affects ROS 1 ROS 2 Issue affects ROS 2
Projects
None yet
Development

No branches or pull requests

1 participant