Skip to content

smellslikeml/ros_neuralrecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros_neuralrecon

Description

This ROS node is a wrapper for the NeuralRecon project for real-time reconstruction.

Getting started

Pull the image:

docker pull smellslikeml/neuralrecon:ros_noetic

Or build an image, following instructions in ../docker/README.md.

docker build -f docker/Dockerfile -t neuralrecon:ros_noetic .

Then run a container with:

docker run -it neuralrecon:ros_noetic /bin/bash

Finally, launch the node:

roslaunch ros_neuralrecon neural_recon.launch

Releases

No releases published

Packages

No packages published