-
Notifications
You must be signed in to change notification settings - Fork 0
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
Release as installable package #14
Comments
i think it should be created by snapcraft : https://docs.ros.org/en/foxy/Tutorials/Miscellaneous/Packaging-your-ROS-2-application-as-a-snap.html |
@MilesOuirari mentioned, remaining effort: 2-3 days |
@MilesOuirari There is no branch created for this, last status update from 26.3. |
@MilesOuirari Please keep in mind, that ideally, packages are created in a pipeline with the latest version number upon GitHub release. Thus, the developer does not need to think about building by themselves and push some packages |
in resume : first approach is using bloom : for bloom i was able to generate a debian image , but when testing there was some disfonctionality , bloom dont use ament_python to build a package but instead it use ament_cmake_python . okay and if we use ament_cmake_python and Build error when using ament_python_install_package() and generated interfaces #141 this is known issue from ros 2 , ros2/rosidl_python#141 , to bypass this two solution is possible :
second approach is to deliver a docker image . |
@MilesOuirari Further investigation postponed until end of May 2024 (delivery of customer project SP Automation&Robotics) Developing with C++? |
There should be no source code to share, an installable package should be created using the GitHub pipelines.
The text was updated successfully, but these errors were encountered: