Skip to content

Commit

Permalink
Add eagleye.repos
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasaki0109 committed Apr 7, 2024
1 parent 92ae3d2 commit 8e8ab55
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,15 @@ Clone and Build MapIV's fork of [RTKLIB](https://github.com/MapIV/rtklib_ros_bri
cd $HOME/RTKLIB/lib/iers/gcc/
make
cd $HOME/RTKLIB/app/consapp
make
make

### ROS Packages

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))

cd $HOME/catkin_ws/src
git clone https://github.com/MapIV/eagleye.git -b main-ros2 --recursive
git clone https://github.com/MapIV/rtklib_ros_bridge.git -b ros2-v0.1.0
git clone https://github.com/MapIV/llh_converter.git -b ros2
git clone https://github.com/MapIV/nmea_ros_bridge.git -b ros2-v0.1.0
git clone https://github.com/MapIV/gnss_compass_ros.git -b main-ros2
git clone https://github.com/MapIV/eagleye.git -b main-ros2
vcs import . < eagleye/eagleye.repos
sudo apt-get install -y libgeographic-dev geographiclib-tools geographiclib-doc
sudo geographiclib-get-geoids best
sudo mkdir /usr/share/GSIGEO
Expand Down
17 changes: 17 additions & 0 deletions eagleye.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
repositories:
rtklib_ros_bridge:
type: git
url: https://github.com/MapIV/rtklib_ros_bridge.git
version: ros2-v0.1.0
llh_converter:
type: git
url: https://github.com/MapIV/llh_converter.git
version: ros2
nmea_ros_bridge:
type: git
url: https://github.com/MapIV/nmea_ros_bridge.git
version: ros2-v0.1.0
gnss_compass_ros:
type: git
url: https://github.com/MapIV/gnss_compass_ros.git
version: main-ros2

0 comments on commit 8e8ab55

Please sign in to comment.