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

Vizkit.control destroys configurations #55

Open
mintar opened this issue Feb 24, 2016 · 0 comments
Open

Vizkit.control destroys configurations #55

mintar opened this issue Feb 24, 2016 · 0 comments

Comments

@mintar
Copy link

mintar commented Feb 24, 2016

In my ruby scripts, I had this (shortened):

Bundles.initialize
Bundles.run 'laserscanner_tracking_filter_kalman' do
    # [...]
    Vizkit.control log
    # [...]
    filter = Orocos::TaskContext.get "laserscanner_tracking_filter_kalman"
    Orocos.conf.apply(filter, ["default", "laserscanner_tracking"], true)
    # [...]
    Vizkit.exec
end

That gave me the following error:

orocos.rb[WARN]:   /home/martin/rock/tools/orocos.rb/lib/orocos/configurations.rb:726:in `resolve_requested_configuration_names': no configuration available for multisensor_tracking::KalmanFilterLinearTask

... which sent me looking in all the wrong places. In the end, it turned out that moving Vizkit.control log after the Orocos.conf.apply line fixed the problem. So something inside Vizkit destroyed the available configurations.

(see rock-dev post)

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