Skip to content

Commit 6084b37

Browse files
authored
Switch to upstream commit of bop_toolkit (#32)
Signed-off-by: Yadunund <[email protected]>
1 parent e97f6f9 commit 6084b37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile.tester

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ ADD ibpc_tester /opt/ros/overlay/src/ibpc_tester
3737
RUN . /opt/ros/jazzy/setup.sh \
3838
&& . /opt/ros/underlay/install/setup.sh \
3939
&& cd /opt/ros/overlay \
40-
&& cd src/ && git clone https://github.com/Yadunund/bop_toolkit.git -b yadu/add_val_key src/ && cd ../ \
40+
# clone bop_toolkit and pin version to include changes from https://github.com/thodan/bop_toolkit/pull/176.
41+
&& cd src/ && git clone https://github.com/thodan/bop_toolkit.git && cd bop_toolkit && git checkout 0cb4be14cbde81d9d19d6dfc8a2ae253cc42d411 && cd ../../ \
4142
# && rosdep install --from-paths src --ignore-src --rosdistro jazzy -yir \
4243
&& colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release \
4344
--event-handlers=console_direct+ \
@@ -49,7 +50,7 @@ FROM base
4950
ARG DATASET_NAME
5051
ARG SERVICE_PACKAGE=ibpc_tester
5152
ARG SERVICE_EXECUTABLE_NAME=ibpc_tester
52-
ARG SPLIT_TYPE
53+
ARG SPLIT_TYPE=val
5354

5455
RUN apt update \
5556
&& sudo apt install curl -y \

0 commit comments

Comments
 (0)