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
* Add disparity output
* Replace dependency to private MAC-SLAM
* update
* Completely remove MACVO2
* Use UFM
* Add disparity output
* Replace dependency to private MAC-SLAM
* update
* Completely remove MACVO2
* Use UFM
* Remove old macvo repo
* Rename submodule to reflect the repo name
* Reduce submodule nesting
* Update MAC-VO
* Add TensorRT support
* Update scaling of robots to use replicas instead, much cleaner. Can now prepend NUM_ROBOTS=N
and Update docs about airstack cli
* Add AUTOLAUNCH option to airstack up
* Only launch test under test profile. so airstack --profile test up
* Fix missing semicolon for isaac launch
* Reorder variable
* Make sure profile for test overrides
* Remove haleqiu/MAC-SLAM
* Move to MAC-SLAM-Stable
---------
Co-authored-by: caomuqing <caomuqing@163.com>
Co-authored-by: Andrew Jong <ajong@andrew.cmu.edu>
This repository is the ROS-2 wrapper for our work *MAC-VO: Metrics-aware Covariance for Learning-based Stereo Visual Odometry*. To visit our original codebase, see [https://github.com/MAC-VO/MAC-VO](https://github.com/MAC-VO/MAC-VO).
4
+
5
+
## Install and Configuration
6
+
7
+
To install as a ROS2 node, clone this directory in your ROS2 workspace and run
8
+
9
+
> [!NOTE]
10
+
> Please clone the repository with `--recursive` flag to clone all the submodules automatically.
11
+
12
+
```bash
13
+
colcon build
14
+
source install/local_setup.bash
15
+
```
16
+
17
+
To launch the MAC-VO Node, use the following config, substitute `[PATH_TO_CONFIG]` with your own `.yaml` config path.
18
+
19
+
```
20
+
ros2 run MACVO_ROS2 MACVO --config [PATH_TO_CONFIG]
21
+
```
22
+
23
+
## Pretrained Model
24
+
25
+
Please follow the `README.md` on [https://github.com/MAC-VO/MAC-VO](https://github.com/MAC-VO/MAC-VO) to download the pre-trained model. The default path for the pre-trained model is set to be `MACVO_ROS2/src/Module`
0 commit comments