compas-dev / compas-dev/compas
`scale_factor` attribute to Configuration
Open
enhancement
- Dominant language
- Python
- Stars
- 386
- Forks
- 122
- Avg merge
- 11d 46m
- Merged PRs (30d)
- 1
Description
When serializing a `Configuration`, I think it is meaningful to keep track of its `scale_factor`.
For example, if I plan a path using a scaled robot (`robot.scale(1000)`), the configuration's prismatic or planar joint values will also be scaled, and serialized as such. When deserializing that information, the scale_factor information is lost.
EPIC: @gonzalocasas mentioned the idea of a `compas_units` library that would take care of such issue.
Contributor guide
Assessment
This issue has not been assessed yet.