Skip to content

ROS nodelet that transforms pointcloud (`sensor_msgs/Pointcloud` or `sensor_msgs/Pointcloud`) to some other TF frame (e.g. from "camera_frame" to "base_link")

Notifications You must be signed in to change notification settings

yugo1103/transform_pointcloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transform_pointcloud

ROS nodelet that transforms pointcloud (sensor_msgs/Pointcloud or sensor_msgs/Pointcloud) to some other TF frame (e.g. from "camera_frame" to "base_link"). It uses sensor_msgs/point_cloud_conversion.h for conversion. It will publish both Pointcloud and Pointcloud2 messages for any input type (if any node is subscribed to it)

Subscribed topics

  • ~input_pcl (sensor_msgs/Pointcloud) input topic
  • ~inptu_pcl2 (sensor_msgs/Pointcloud2) input topic

Published topics

  • ~output_pcl (sensor_msgs/Pointcloud) output topic
  • ~output_pcl2 (sensor_msgs/Pointcloud2) output topic

Parameters

  • to_frame (string, default:base_link) to what TF frame to transform the output

TF

  • required is the transform from frame that input pointcloud is to frame set by to_frame parameter

Usage

See transform_pointcloud/launch/transform.launch for example

About

ROS nodelet that transforms pointcloud (`sensor_msgs/Pointcloud` or `sensor_msgs/Pointcloud`) to some other TF frame (e.g. from "camera_frame" to "base_link")

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.5%
  • CMake 17.5%