File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments