Skip to content

ROS 2 wrapper for the PyTorch (risk) segmentation model

Notifications You must be signed in to change notification settings

larics/seg_ros2_wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seg_ros2_wrapper

This ROS 2 package is used to preform semantic segmentation on the ROS 2 camera stream.

Functions

Loads a PyTorch model from disk. Subscribes to the image topic.
Runs semantic segmentation.

Generates:

The original image. A segmentation map (color-coded by risk). An overlay with segmentation + a circle over the safest region.

Publishes those 3 images to ROS 2 topics:

  • /image_topic
  • /segmentation_topic
  • /overlay_topic

About

ROS 2 wrapper for the PyTorch (risk) segmentation model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%