Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ roslaunch gnss_compass gnss_compass.launch

```
cd ~/catkin_ws/src
git clone --recursive https://github.com/MapIV/gnss_compass_ros.git
cd ..
git clone https://github.com/MapIV/gnss_compass_ros.git
cd gnss_compass_ros
vcs import . < gnss_compass.repos
cd ../..
rosdep install --from-paths src --ignore-src -r -y
catkin_make -DCMAKE_BUILD_TYPE=Release
```
Expand Down
9 changes: 9 additions & 0 deletions gnss_compass.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repositories:
util/llh_converter:
type: git
url: https://github.com/MapIV/llh_converter.git
version: main
util/nmea_converter:
type: git
url: https://github.com/MapIV/nmea_converter.git
version: ros1
Empty file added util/.gitkeep
Empty file.
1 change: 0 additions & 1 deletion util/llh_converter
Submodule llh_converter deleted from a2c4c7
1 change: 0 additions & 1 deletion util/nmea_converter
Submodule nmea_converter deleted from cbaa3b