ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Use bloom to generate a deb and a -dev.deb packages

asked 2023-01-24 09:49:49 -0500

apalomer gravatar image

I have implemented a library with some functionalities. As an example, let's say this is my library. Whenever I compile with:

mkdir build cmake .. make

and install this library:

sudo make install

another package can find it and use it.

Now I want to create Debian packages for this library. If I use the ROS approach (bloom) with:

bloom-generate debian --os-name ubuntu --os-version jammy fakeroot debian/rules binary

A binary package is created and if I install it everything looks ok. However, I want to create instead of one package, two, one for the runtime library and one for the development tools, in this way, clients that are not developing new apps on top of the library do not need to install all the headers, cmakes, etc.

Is there any way of doing such a thing? I would like to stick to ROS bloom as it simplifies a lot the packaging dependency (both runtime and build time).

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2023-01-25 02:38:27 -0500

gvdhoorn gravatar image

No, this is not supported by Bloom at this time.

See Generating ‘dev’ and runtime artefacts from ROS packages on ROS Discourse for a related discussion.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2023-01-24 09:49:49 -0500

Seen: 205 times

Last updated: Jan 25 '23