File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
src/benchmarks/beluga_vs_nav2_multi_dataset Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 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}}
208208TorWIC Mapping ${{TORWIC_MAPPING_BAGS } } ${{TORWIC_MAPPING_DIR } } odom map base_link /front/scan 1 0.0 0.0 0.0 nav2_amcl::DifferentialMotionModel
209209TorWIC SLAM ${{TORWIC_SLAM_BAGS } } ${{TORWIC_SLAM_DIR } } odom map base_link /front/scan 1 0.0 0.0 0.0 nav2_amcl::DifferentialMotionModel
210210Willow 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
212212HQ 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 ***
You can’t perform that action at this time.
0 commit comments