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

kernel_require.rb:55:in `require': cannot load such file -- orogen (LoadError) #124

Open
CK0916 opened this issue Aug 29, 2019 · 2 comments

Comments

@CK0916
Copy link

CK0916 commented Aug 29, 2019

Hi,
i run "orocreate-pkg mycomponent", then make it. The terminal display like this:

/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- orogen (LoadError)
from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in require' from /home/wangzheng/orocos_toolchain/install/bin/typegen:2:in

'
CMake Error at /home/wangzheng/orocos_toolchain/install/lib/cmake/orocos-rtt/UseOROCOS-RTT.cmake:611 (add_subdirectory):
add_subdirectory given source "/home/wangzheng/Robot/build/typekit" which
is not an existing directory.
Call Stack (most recent call first):
CMakeLists.txt:34 (orocos_typegen_headers)
`
What‘s the problem? Is there something wrong with ruby on my computer. And the system is Ubuntu16.04.

@doudou
Copy link
Contributor

doudou commented Dec 22, 2020

I personally don't support orogen/typegen within the orocos-toolchain install. Ping @smits

@ymkim92
Copy link

ymkim92 commented Feb 18, 2021

I have the same problem. And I think this is the closer reason to the problem:

$ orogen
Traceback (most recent call last):
	2: from /opt/orocos/bin/orogen:4:in `<main>'
	1: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require'
/usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- orogen (LoadError)

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

3 participants