You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SparkVIO_ROS
2
2
3
-
ROS Wrapper for [SparkVIO](https://github.mit.edu/SPARK/VIO).
3
+
ROS Wrapper for [SparkVIO](https://github.com/MIT-SPARK/Kimera-VIO).
4
4
5
5
<divalign="center">
6
6
<img src="docs/media/SparkVIO_ROS_mesh.gif">
@@ -16,14 +16,14 @@ Install ROS by following [our reference](./docs/ros_installation.md), or the off
16
16
17
17
### ii. SparkVIO's dependencies
18
18
19
-
Follow installation instructions in [SparkVIO](https://github.mit.edu/SPARK/VIO/blob/master/docs/sparkvio_installation.md).
19
+
Follow installation instructions in [SparkVIO](https://github.com/MIT-SPARK/Kimera-VIO).
20
20
Make sure you install **SparkVIO's dependencies**: GTSAM, OpenCV, OpenGV.
21
21
22
-
SparkVIO itself can be installed by cloning **[SparkVIO](https://github.mit.edu/SPARK/VIO)** in your catkin workspace, so you can spare installing SparkVIO from source (its dependencies must be installed anyway).
22
+
SparkVIO itself can be installed by cloning **[SparkVIO](https://github.com/MIT-SPARK/Kimera-VIO)** in your catkin workspace, so you can spare installing SparkVIO from source (its dependencies must be installed anyway).
23
23
24
24
## B. SparkVIO ROS wrapper Installation
25
25
26
-
If you have the above prerequisities and [SparkVIO](https://github.mit.edu/SPARK/VIO) installed and built, installation of the SparkVIO ROS wrapper should be:
26
+
If you have the above prerequisities and [SparkVIO](https://github.com/MIT-SPARK/Kimera-VIO) installed and built, installation of the SparkVIO ROS wrapper should be:
0 commit comments