Owen-Liuyuxuan / monodepth_ros

MonoDepth ROS Node. Used with FSNet https://github.com/Owen-Liuyuxuan/FSNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MonoDepth ROS Node

This repo contains a Monodepth Ros node. Best worked with https://github.com/Owen-Liuyuxuan/FSNet

Recommend working with https://github.com/Owen-Liuyuxuan/kitti360_visualize / https://github.com/Owen-Liuyuxuan/kitti_visualize

All parameters are exposed in the launch file.

image

Subscribed Topics

image_raw (sensor_msgs/Image)

A stream of rectifiled image to be predicted using monodepth.

camera_info (sensor_msgs/CameraInfo)

Camera calibration information of the rectified image.

Published Topics

point_cloud (sensor_msgs/PointCloud2)

Predicted point clouds.

About

MonoDepth ROS Node. Used with FSNet https://github.com/Owen-Liuyuxuan/FSNet


Languages

Language:Python 87.1%Language:CMake 12.9%