ros-humble icon indicating copy to clipboard operation
ros-humble copied to clipboard

Add rosbag2-storage-mcap on linux-64 and win-64

Open mvarble opened this issue 1 year ago • 1 comments

I added pid-controller and rosx-introspection to ignored packages, because they for some reason get included in my vinca recipe and fail during build and have nothing to do with rosbag2-storage-mcap.

The pid-controller fails when missing header control_msgs/msg/multi_dof_command.hpp. The build environment has an old version of control_msgs which does not include this message. I would happily help bumping control_msgs, but vinca seems pretty blind to me adding it to the dependencies; I don't know what is going on there.

The rosx-introspection fails when missing header rapidjson/document.h. I tried experimenting with adding it to various files like ./env/robostackenv.yaml, ./conda_build_config.yaml, and ./.ci_support/conda_forge_pinnings.yaml to no avail, so I also gave up on understanding where I mess with vinca to include this library in the build.

mvarble avatar Aug 23 '24 16:08 mvarble

Can you by chance CI check? It seems that the action failed from a timeout.

mvarble avatar Sep 09 '24 19:09 mvarble

Can you merge now that it passes?

mvarble avatar Dec 30 '24 02:12 mvarble

Can you merge now that it passes?

Thanks for the ping @mvarble ! Probably it is better to either integrate in https://github.com/RoboStack/ros-humble/pull/229 .

traversaro avatar Jan 02 '25 00:01 traversaro

See #229 instead

Tobias-Fischer avatar Jan 05 '25 22:01 Tobias-Fischer