Skip to content

Commit

Permalink
Update map version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon0402 committed Feb 14, 2024
1 parent abc945f commit ec304c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- '**'

env:
DB_MAP_VERSION: 12
DB_MAP_VERSION: 63
DB_MAP_ENDPOINT: DB_LAN
DB_MAP_CATALOG: validate.s4r2.oss.4
PERSISTENT_STORAGE_ROOT_DIR: ${{ github.workspace }}/map_data
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
source /opt/ros/humble/setup.bash && source ./install/local_setup.bash
colcon test --packages-select dsd_rail_horizon dsd_rail_horizon_core dsd_mission_profile --ctest-arg -E "overTheAirUpdateIsSucessfull"
- name: Print test results
run: |
source /opt/ros/humble/setup.bash && source ./install/local_setup.bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Some environment variables need to be set for the map service:
```bash
export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
export PERSISTENT_STORAGE_ROOT_DIR=~/documents/maps
export DB_MAP_VERSION=12
export DB_MAP_VERSION=63
export DB_MAP_ENDPOINT=DBMC
export DB_MAP_CATALOG=validate.s4r2.oss.4
```
Expand Down
2 changes: 1 addition & 1 deletion src/dsd_rail_horizon_core/tests/MapDBReaderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class MapDBReaderFixture : public ::testing::Test

std::filesystem::path map_service_map_data_dir{MAP_PATH}; // MAP_PATH is defined by us in cmake as a macro
std::string catalog = "validate.s4r2.oss.4";
std::size_t version = 12;
std::size_t version = 63;
std::filesystem::path temp_map_dir;
};

Expand Down

0 comments on commit ec304c1

Please sign in to comment.