File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ ADD ibpc_tester /opt/ros/overlay/src/ibpc_tester
3737RUN . /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
4950ARG DATASET_NAME
5051ARG SERVICE_PACKAGE=ibpc_tester
5152ARG SERVICE_EXECUTABLE_NAME=ibpc_tester
52- ARG SPLIT_TYPE
53+ ARG SPLIT_TYPE=val
5354
5455RUN apt update \
5556 && sudo apt install curl -y \
You can’t perform that action at this time.
0 commit comments