Skip to content

Conversation

bjsowa
Copy link

@bjsowa bjsowa commented Jul 19, 2022

I was trying to create a debian package but I was getting permission errors during building. After digging long enough I found out that the Superbuild is trying to install files to CMAKE_INSTALL_PREFIX but it doesn't have access at the time.

With this PR, during the build, the microxrcedds_agent is installed to a temporary directory under project's build directory. Then, during the install step, the files are installed to a proper path. The Micro-XRCE-DDS-Agent is implemented similarly.

@pablogs9
Copy link
Member

pablogs9 commented Jul 20, 2022

If you need binary packages for micro-ROS agent please take a look here:
https://docs.vulcanexus.org/en/latest/rst/installation/linux_binary_installation.html

@bjsowa
Copy link
Author

bjsowa commented Jul 25, 2022

I'm aware of the vulcanexus project. I still have reasons for distributing the package myself. I created this PR because I consider this change a bugfix.

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

Successfully merging this pull request may close these issues.

2 participants