orocos-toolchain / orogen

Code generator for components and type handling in Rock - the Robot Construction Kit - and the Orocos Toolchain
http://rock-robotics.org
Other
4 stars 35 forks source link

oroconf extract error #72

Closed rafaelsaback closed 8 years ago

rafaelsaback commented 8 years ago

After this commit when I try to use

oroconf extract auv_control::AccelerationController --save=.

I get the following error message:

/home/rafaelsaback/flatfish/bir_rock/tools/orogen/lib/orogen/loaders/aggregate.rb:76:in `find_task_library_from_task_model_name': NotImplementedError (NotImplementedError)
    from /home/rafaelsaback/flatfish/bir_rock/tools/orocos.rb/bin/oroconf:101:in `<main>'
doudou commented 8 years ago

This is an orocosrb bug. Could you test https://github.com/rock-core/tools-orocosrb/pull/90 ?

rafaelsaback commented 8 years ago

It has solved the problem. Closing this issue...