isaac_ros_nitros_topic_tools
Source code on GitHub.
isaac_ros_nitros_topic_tools
contains NITROS based nodes that synchronize the input topics using message_filters::sync_policies::ExactTime
and filter the rate of synchronized data. The nodes are based on the implementation of topic_tools package.
The package has implementations for the following filters:
NitrosCameraDrop - Synchronizes monocular, stereo or depth images and camera_info messages. And drops
X
out ofY
synchronized messages received.
Visit isaac_ros_nitros_topic_tools.
NitrosCameraDrop Node
Usage
Launch File |
Components Used |
---|---|
|
ROS Parameters
ROS Parameter |
Type |
Default |
Description |
---|---|---|---|
|
|
|
The synchronization mode decides which all topics to subscribe to. Option are: |
|
|
|
Number of messages to be dropped. The node drops X out of Y messages. |
|
|
|
Number of messages expected in a set. The node drops X out of Y messages. |
|
|
|
Flag to choose whether to use |
|
|
|
The size of the synchronizer queue. |
|
|
|
The size of the input queue. |
|
|
|
The size of the output queue. |
|
|
|
The quality of service for the input topics. Option are: |
|
|
|
The quality of service for the output topics. Option are: |
|
|
|
The NITROS format format for the depth image topic if using mode |
ROS Topics Subscribed
ROS Topic |
Interface |
Description |
---|---|---|
|
The input image 1. Subscribed in all modes. |
|
|
The input image 1 camera_info. Subscribed in all modes. |
|
|
The input image 2. Subscribed only in |
|
|
The input image 2 camera_info. Subscribed only in |
|
|
The input depth image. Subscribed only in |
ROS Topics Published
ROS Topic |
Interface |
Description |
---|---|---|
|
The input image 1. Published in all modes. |
|
|
The input image 1 camera_info. Published in all modes. |
|
|
The input image 2. Published only in |
|
|
The input image 2 camera_info. Published only in |
|
|
The input depth image. Published only in |