-
Notifications
You must be signed in to change notification settings - Fork 9
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
Orocos Load Error #3
Comments
Hi thanks for trying out the code. This is your error:
Please try the following (source the env.sh file before):
Afterward, this should work. If you still have problems it is because the omniorb daemon is not running. Therefore run:
|
Thanks for your comment. I had the same problem and it solved by your solution.
I would appreciate if you can help me in this regard. |
Can you do the following in a terminal:
Can you show your output? |
I do appreciate your response. The output is: `
` |
It cannot find your opencv installation. Can you try?
|
By running the following command:
The output is:
The output of following command is:
The output of last command is:
It seems all these run correctly. But when I run again:
I got the same error. :( |
This is the exact output:
14: from /home/labuser/rock/dev/base/scripts/lib/rock/bundles.rb:410:in run' 13: from /home/labuser/rock/dev/install/lib/ruby/2.7.0/transformer/runtime.rb:262:in start_broadcaster'12: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:847:in run' 11: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:1343:in guard'10: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:848:in block in run' 9: from /home/labuser/rock/dev/install/lib/ruby/2.7.0/transformer/runtime.rb:264:in block in start_broadcaster'8: from /home/labuser/rock/dev/base/scripts/lib/rock/bundles.rb:411:in block in run' 7: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:136:in run'6: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:808:in run' 5: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:645:in parse_run_options'4: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:537:in partition_run_options' 3: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:537:in each'2: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:542:in block in partition_run_options' 1: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:546:in rescue in block in partition_run_options'/home/labuser/rock/dev/tools/orogen/lib/orogen/loaders/aggregate.rb:204:in deployment_model_from_name': there is no deployment named eds::Task on #<Orocos::DefaultLoader(1338): #<OroGen::Loaders::PkgConfig(438) gnulinux>,#<OroGen::Loaders::Files(44c) projects= typekits=>,#<Orocos::ROS::DefaultLoader packs=[] search_path=["/home/labuser/rock/dev/tools/orogen/lib/orogen/ros"]>> (OroGen::DeploymentModelNotFound) 15: from scripts/slam/eds/run_eds_logs.rb:47:in '14: from /home/labuser/rock/dev/base/scripts/lib/rock/bundles.rb:410:in run' 13: from /home/labuser/rock/dev/install/lib/ruby/2.7.0/transformer/runtime.rb:262:in start_broadcaster'12: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:847:in run' 11: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:1343:in guard'10: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:848:in block in run' 9: from /home/labuser/rock/dev/install/lib/ruby/2.7.0/transformer/runtime.rb:264:in block in start_broadcaster'8: from /home/labuser/rock/dev/base/scripts/lib/rock/bundles.rb:411:in block in run' 7: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:136:in run'6: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:808:in run' 5: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:645:in parse_run_options'4: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:537:in partition_run_options' 3: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:537:in each'2: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:542:in block in partition_run_options' 1: from /home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:545:in rescue in block in partition_run_options'/home/labuser/rock/dev/tools/orocos.rb/lib/orocos/process.rb:548:in rescue in rescue in block in partition_run_options': eds::Task is neither a task model nor a deployment name (OroGen::NotFound)
|
@jhidalgocarrio Could you help me to solve this error? I till have an error in loading OroGen. |
I followed the "Execution" steps and if fails when running the following:
javi@b46bcf1cc0d6:~/rock/dev/bundles/eds$ ruby scripts/slam/eds/run_eds_logs.rb --dataset=atrium --log_type=davis /tmp/atrium.log
Traceback (most recent call last):
2: from scripts/slam/eds/run_eds_logs.rb:3:in
<main>' 1: from /usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in
require'/usr/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require': cannot load such file -- orocos (LoadError)
The text was updated successfully, but these errors were encountered: