Skip to content

Commit

Permalink
Fix mcap build
Browse files Browse the repository at this point in the history
  • Loading branch information
roym899 committed Jul 3, 2024
1 parent c30f15a commit 1da64f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cwd = "humble_ws"
[tasks.rosbag2_storage_mcap]
cmd = """
(test -d src/rosbag2_storage_mcap || git clone https://github.com/ros-tooling/rosbag2_storage_mcap.git src/rosbag2_storage_mcap)
&& colcon build --packages-select rosbag2_storage_mcap --cmake-args -DCMAKE_BUILD_TYPE=Release
&& colcon build --packages-select mcap_vendor rosbag2_storage_mcap_testdata rosbag2_storage_mcap --cmake-args -DCMAKE_BUILD_TYPE=Release
"""
depends_on = ["ws"]
cwd = "humble_ws"
Expand Down

0 comments on commit 1da64f1

Please sign in to comment.