-
Notifications
You must be signed in to change notification settings - Fork 5
rename test_fixture_interfaces package to testdata #64
Conversation
Signed-off-by: James Smith <[email protected]>
6275e32
to
a015e39
Compare
This is fine with me. I did rosbag2_storage_mcap_test_msgs in mine first attempt and I think that was fine, but it revealed some linkage issue |
How do I test this? |
Gist: https://gist.githubusercontent.com/emersonknapp/71cc6771a12ae04a44854e6ee89a6c7c/raw/c6766239aa52506ed71be2ace4abc718e338dfc1/ros2.repos |
To bikeshed on this just a little, maybe |
When I was attempting to fix #54 build, I tried making a package-in-a-package that was just declared within the |
To bikeshed a little more; I was thinking of
FYI, it is possible to not release this one package onto the buildfarm (and I'll suggest you don't release it if possible). In particular, with bloom it is possible to exclude certain packages from being released; see https://github.com/ros2-gbp/launch-release/blob/master/rolling.ignored for instance. Thus, I think the current approach is fine and you can just ignore the test package when doing the release. |
It's not obvious to me how to fix this issue - It looks like @clalancette is there something we're missing when declaring the exported library in
|
@james-rms It could be missing |
…g2_storage_mcap#64) Signed-off-by: James Smith <[email protected]> Signed-off-by: James Smith <[email protected]>
In attempt to fix windows CI. ROS2 packages appear to live in a global namespace (i think?) so this is by best attempt under that assumption - if there's a way to make a local-only package I can try that as well.
Fixes #60
Signed-off-by: James Smith [email protected]