Where is the code that builds the Ubuntu packages?
I was hoping to find some ground truth for what comes with the .deb packages and how they are built.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I was hoping to find some ground truth for what comes with the .deb packages and how they are built.
bloom is the tool in ROS which generates the Debian control files based on the metadata available in the package manifest.
ros_buildfarm is the Python package which drives the buildfarm which actually produces the .deb
files. But uultimately it simply invokes gbp buildpackage
and apt-src build
.
It seems the ROS2 config is here: https://github.com/ros2/ci
That repository doesn't contain any logic to create Debian packages. It only creates logic for CI jobs.
Asked: 2018-07-19 10:35:19 -0600
Seen: 110 times
Last updated: Jul 19 '18
ROS2 Unity subscribe to joint_states
Get an error when import tf2_ros
RTPS_TRANSPORT_SHM Error and at the same time no topics are available in ros2 topic list
how to install a python file with ament_cmake
CPU Issues on ROS2 multiple robots
rviz2: Message Filter dropping message [closed]