Skip to content

Commit a527d20

Browse files
authored
Add eagleye.repos (#329)
1 parent 92ae3d2 commit a527d20

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,15 @@ Clone and Build MapIV's fork of [RTKLIB](https://github.com/MapIV/rtklib_ros_bri
4040
cd $HOME/RTKLIB/lib/iers/gcc/
4141
make
4242
cd $HOME/RTKLIB/app/consapp
43-
make
43+
make
4444

4545
### ROS Packages
4646

4747
Clone and build the necessary packages for Eagleye. ([rtklib_ros_bridge](https://github.com/MapIV/rtklib_ros_bridge/tree/ros2-v0.1.0), [nmea_ros_bridge](https://github.com/MapIV/nmea_ros_bridge/tree/ros2-v0.1.0))
4848

4949
cd $HOME/catkin_ws/src
50-
git clone https://github.com/MapIV/eagleye.git -b main-ros2 --recursive
51-
git clone https://github.com/MapIV/rtklib_ros_bridge.git -b ros2-v0.1.0
52-
git clone https://github.com/MapIV/llh_converter.git -b ros2
53-
git clone https://github.com/MapIV/nmea_ros_bridge.git -b ros2-v0.1.0
54-
git clone https://github.com/MapIV/gnss_compass_ros.git -b main-ros2
50+
git clone https://github.com/MapIV/eagleye.git -b main-ros2
51+
vcs import . < eagleye/eagleye.repos
5552
sudo apt-get install -y libgeographic-dev geographiclib-tools geographiclib-doc
5653
sudo geographiclib-get-geoids best
5754
sudo mkdir /usr/share/GSIGEO

eagleye.repos

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
repositories:
2+
rtklib_ros_bridge:
3+
type: git
4+
url: https://github.com/MapIV/rtklib_ros_bridge.git
5+
version: ros2-v0.1.0
6+
llh_converter:
7+
type: git
8+
url: https://github.com/MapIV/llh_converter.git
9+
version: ros2
10+
nmea_ros_bridge:
11+
type: git
12+
url: https://github.com/MapIV/nmea_ros_bridge.git
13+
version: ros2-v0.1.0
14+
gnss_compass_ros:
15+
type: git
16+
url: https://github.com/MapIV/gnss_compass_ros.git
17+
version: main-ros2

0 commit comments

Comments
 (0)