Skip to content

Commit f16f08b

Browse files
committed
Remove changes that evaluate fbattochia's Beluga PR 476
1 parent f7fd9aa commit f16f08b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/benchmarks/beluga_vs_nav2_multi_dataset/Earthfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ devel:
2626
FROM lambkin+embed-ubuntu-devel --distro=${distro} --rosdistro=${rosdistro}
2727
RUN mkdir -p /workspace/src
2828
WORKDIR /workspace
29-
RUN cd src \
30-
&& git clone https://github.com/Ekumen-OS/beluga \
31-
&& cd beluga \
32-
&& git checkout 3a800c6 && echo "Checking out fbattocchia_likelihoob_prob..."
3329
COPY package.xml src/lambkin/benchmarks/beluga_vs_nav2_multi_dataset/package.xml
3430
RUN . /etc/profile && apt update && rosdep update && \
3531
rosdep install -y -i --from-paths src \
@@ -56,10 +52,6 @@ build:
5652
FROM lambkin+embed-ubuntu-devel --distro=${distro} --rosdistro=${rosdistro} --components="external/ros2"
5753
RUN mkdir -p /workspace/src
5854
WORKDIR /workspace
59-
RUN cd src \
60-
&& git clone https://github.com/Ekumen-OS/beluga \
61-
&& cd beluga \
62-
&& git checkout 3a800c6 && echo "Checking out fbattocchia_likelihoob_prob..."
6355
COPY . src/beluga_vs_nav2_multi_dataset
6456
RUN . /etc/profile && apt update && rosdep update && \
6557
rosdep install -y -i --from-paths src -t build -t buildtool -t test \

src/benchmarks/beluga_vs_nav2_multi_dataset/scripts/nominal.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S shepherd robot -f
1+
#!/usr/bin/env -S shepherd robot --skip-all -f
22

33
# Copyright 2024 Ekumen, Inc.
44
#
@@ -208,7 +208,7 @@ Openloris Office ${{OPENLORIS_OFFICE_BAGS}} ${{OPENLORIS_DIR}}
208208
TorWIC Mapping ${{TORWIC_MAPPING_BAGS}} ${{TORWIC_MAPPING_DIR}} odom map base_link /front/scan 1 0.0 0.0 0.0 nav2_amcl::DifferentialMotionModel
209209
TorWIC SLAM ${{TORWIC_SLAM_BAGS}} ${{TORWIC_SLAM_DIR}} odom map base_link /front/scan 1 0.0 0.0 0.0 nav2_amcl::DifferentialMotionModel
210210
Willow Garage ${{WILLOW_DSET_BAGS}} ${{WILLOW_DSET_DIR}} odom_combined map base_footprint /base_scan 1 0.0 0.0 0.0 nav2_amcl::OmniMotionModel
211-
# Omni Drive Sim 24hs ${{OMNI_DRIVE_SIM_BAGS}} ${{LONG_DURATION_DIR}} odom map base_link /scan 1 3.2 9.0 0.7 nav2_amcl::OmniMotionModel
211+
Omni Drive Sim 24hs ${{OMNI_DRIVE_SIM_BAGS}} ${{LONG_DURATION_DIR}} odom map base_link /scan 1 3.2 9.0 0.7 nav2_amcl::OmniMotionModel
212212
HQ Simulation ${{HQ_SIMULATION_BAGS}} ${{HQ_SIMULATION_DIR}} odom map base_link /scan 1 0.0 0.0 0.0 nav2_amcl::DifferentialMotionModel
213213

214214
*** Keywords ***

0 commit comments

Comments
 (0)