Skip to content

Commit 58c6d9f

Browse files
committed
Branched off Jazzy for rmw_zenoh
Signed-off-by: ChenYing Kuo <evshary@gmail.com>
1 parent fd6ca33 commit 58c6d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ros2-jazzy/rmw-zenoh/justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ all: download dependency build
44
download:
55
mkdir -p ros2_jazzy_rmw_zenoh_ws/src
66
cd ros2_jazzy_rmw_zenoh_ws/src && \
7-
git clone https://github.com/ros2/rmw_zenoh -b rolling && \
7+
git clone https://github.com/ros2/rmw_zenoh -b jazzy && \
88
cd rmw_zenoh && \
99
git remote add zetta git@github.com:ZettaScaleLabs/rmw_zenoh.git && git fetch zetta
1010

0 commit comments

Comments
 (0)