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

initialize of typelib types not used when loaded from configuration #133

Open
vbargsten opened this issue Oct 28, 2019 · 0 comments
Open

Comments

@vbargsten
Copy link

When loading task configuration and converting to typelib types, the types' initilize method is not used but apperently everything is set to zero.

Example:
When loading the configuration for a JointWaypointProvider where only the position fields of the joint states are set, the other fields are shown as zero via Orocos.conf.conf["waypoint_provider::JointWaypointProvider"].conf_as_typelib("default") .

In contrast, Types::base::JointState.new calls the initilize method, and the unset fields are set to NaN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant