Skip to content

Commit f241e83

Browse files
author
Ryohei Sasaki
committed
[fix]fix llh_conveter version to 405fe659
1 parent 3937797 commit f241e83

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
git clone https://github.com/MapIV/rtklib_ros_bridge.git
3636
git clone https://github.com/MapIV/kml_generator
3737
git clone https://github.com/MapIV/multi_rosbag_controller.git
38-
git clone https://github.com/MapIV/llh_converter
38+
git clone https://github.com/MapIV/llh_converter.git
39+
cd llh_converter
40+
git checkout 405fe659f0cead637a1c4c8ef4d8c72f9cb194c4
41+
cd ..
3942
git clone https://github.com/MapIV/gnss_compass_ros.git
4043
4144
- name: Install GeographicLib

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Clone and build the necessary packages for Eagleye.
6363
sudo geographiclib-get-geoids best
6464
sudo mkdir /usr/share/GSIGEO
6565
sudo cp llh_converter/data/gsigeo2011_ver2_1.asc /usr/share/GSIGEO/
66+
unzip llh_converter/data/GSIGEO2024beta.zip
67+
sudo mv GSIGEO2024beta.isg /usr/share/GSIGEO/
6668
cd ..
6769
rosdep install --from-paths src --ignore-src -r -y
6870
catkin_make -DCMAKE_BUILD_TYPE=Release

eagleye.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories:
1010
llh_converter:
1111
type: git
1212
url: https://github.com/MapIV/llh_converter.git
13-
version: main
13+
version: 405fe659f0cead637a1c4c8ef4d8c72f9cb194c4
1414
nmea_comms:
1515
type: git
1616
url: https://github.com/MapIV/nmea_comms.git

0 commit comments

Comments
 (0)