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

yarpidl_rosmsg is incomplete #211

Closed
paulfitz opened this issue Aug 5, 2014 · 5 comments
Closed

yarpidl_rosmsg is incomplete #211

paulfitz opened this issue Aug 5, 2014 · 5 comments

Comments

@paulfitz
Copy link
Member

paulfitz commented Aug 5, 2014

@elen4 mentions output folders not being created, and includes not working between .msg files copied into a subdirectory (as opposed to begin found via delegation to rosmsg or online).

@paulfitz
Copy link
Member Author

Also subtypes aren't getting generated if rosmsg is unavailable.

@paulfitz paulfitz changed the title yarpidl_rosmsg glitchy with copied .msg files in subdirectories yarpidl_rosmsg is incomplete Aug 19, 2014
@paulfitz
Copy link
Member Author

The call to rosmsg in RosType.cpp won't work on systems without sh - needs a fix for windows.

@paulfitz
Copy link
Member Author

Example of directory problem:

mkdir test211
touch test211/t.msg
mkdir test211out
yarpidl_rosmsg --out test211out test211/t.msg

gives

[type] BEGIN test211/t.msg
[type] END test211/t.msg
Generating test211out/test211_t.h
[type] FAILED to open test211/t

and the result is incomplete.

@paulfitz
Copy link
Member Author

The directory problem has been fixed in 6a7b062

@randaz81
Copy link
Member

closing, now obsolete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants