Skip to content

ielson/ROSPointNet

Repository files navigation

ROSPointNet

This repository aims to run PointNet as a node for segmenting and classifying point cloud generated by a Lidar in ROS in a sensor_msgs/PointCloud format.

Installation

First initiate your virtual environment:

$ python3 -m venv rospointnet

Activate virtual environment:

$ source rospointnet/bin/activate

Install required packages:

$ pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published