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

typegen executable missing #47

Open
gborghesan opened this issue Oct 21, 2015 · 2 comments
Open

typegen executable missing #47

gborghesan opened this issue Oct 21, 2015 · 2 comments

Comments

@gborghesan
Copy link

Hi, i have to build old component with typekit (14.04, OROCOS Toolchain version '2.8.1' from deb)
it seems that the binaries of orogen and typegen are missing.

with a make in the kuka_lwr_fri package i get

...
CMake Error at /opt/ros/indigo/lib/cmake/orocos-rtt/UseOROCOS-RTT.cmake:547 (message):
  'typegen' not found in path.  Can't build typekit.  Did you 'source env.sh' ?
...

if i try to

$ locate typegen
/opt/ros/indigo/lib/rtt_ros/typegen

that contains only

$ cat /opt/ros/indigo/lib/rtt_ros/typegen
#!/usr/bin/env bash

# Wrapper script 

typegen "$@"
@smits
Copy link
Member

smits commented Oct 22, 2015

Can you try which typegen

R.

On Wed, Oct 21, 2015 at 6:39 PM Gianni notifications@github.com wrote:

Hi, i have to build old component with typekit (14.04, OROCOS Toolchain
version '2.8.1' from deb)
it seems that the binaries of orogen and typegen are missing.

with a make in the kuka_lwr_fri package i get

...
CMake Error at /opt/ros/indigo/lib/cmake/orocos-rtt/UseOROCOS-RTT.cmake:547 (message):
'typegen' not found in path. Can't build typekit. Did you 'source env.sh' ?
...

if i try to

$ locate typegen
/opt/ros/indigo/lib/rtt_ros/typegen

that contains only

$ cat /opt/ros/indigo/lib/rtt_ros/typegen
#!/usr/bin/env bash

Wrapper script

typegen "$@"


Reply to this email directly or view it on GitHub
#47.

Ruben Smits, Roboticist - Founder
+32 479 511 786
Intermodalics - Kapeldreef 60, 3001 Heverlee - BELGIUM
www.intermodalics.eu

@gborghesan
Copy link
Author

hi ruben, there is no typegen executable in the path (as i said, it seems that there is no executable at all)

$ which typegen
$

my colleague that has 12.04 and groovy, has typegen under the orogen folder (i tried yesterday)

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

2 participants