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

Building custom LCM types as a standalone package. #23

Open
pangtao22 opened this issue Apr 27, 2021 · 2 comments
Open

Building custom LCM types as a standalone package. #23

pangtao22 opened this issue Apr 27, 2021 · 2 comments

Comments

@pangtao22
Copy link
Member

As of #20, custom LCM types are generated into the project binary directory, and a variable to the lcm-type directory is set in the project cmakelist to enable access:

set(LCM_INCLUDE_PATH ${CMAKE_BINARY_DIR}/lcmtypes)
. Eventually we'd like to have these lcm types installed as a separate package, similar to how drake installs its lcm types.

@mpetersen94
Copy link
Collaborator

Work on this should also include building the java versions of the lcmtypes.

@hjsuh94
Copy link
Member

hjsuh94 commented Apr 29, 2021

Need java versions for message to be decodeable from drake-lcm-spy.

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

3 participants