ROS2 Camera Info Helper
This node automates the CameraInfo message pipeline for monocular and stereo cameras.
Installation
To use this node enable omni.isaac.ros2_bridge in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Context (inputs:context) |
|
ROS2 context handle, Default of zero will use the default global context |
0 |
Enabled (inputs:enabled) |
|
True to enable the camera helper, False to disable |
True |
Exec In (inputs:execIn) |
|
Triggering this causes the sensor pipeline to be generated |
None |
Frame Id (inputs:frameId) |
|
FrameId for ROS2 message from the monocular or left stereo camera. |
sim_camera |
Frame Id Right (inputs:frameIdRight) |
|
FrameId for ROS2 message from the right stereo camera. |
sim_camera_right |
Frame Skip Count (inputs:frameSkipCount) |
|
Specifies the number of simulation frames to skip between each message publish. (e.g. Set to 0 to publish each frame. Set 1 to publish every other frame) |
0 |
Node Namespace (inputs:nodeNamespace) |
|
Namespace of ROS2 Node, prepends any published/subscribed topic by the node namespace |
|
Qos Profile (inputs:qosProfile) |
|
QoS profile config |
|
Queue Size (inputs:queueSize) |
|
The number of messages to queue up before throwing some away, in case messages are collected faster than they can be sent. Only honored if ‘history’ QoS policy was set to ‘keep last’. This setting can be overwritten by qosProfile input. |
10 |
Render Product Path (inputs:renderProductPath) |
|
Path of the render product used for capturing data from the monocular or left stereo camera |
|
Render Product Path Right (inputs:renderProductPathRight) |
|
Path of the render product used for capturing data from the right stereo camera |
None |
Reset Simulation Time On Stop (inputs:resetSimulationTimeOnStop) |
|
If True the simulation time will reset when stop is pressed, False means time increases monotonically. This setting is ignored if useSystemTime is enabled. |
False |
Topic Name (inputs:topicName) |
|
Topic name for the monocular or left stereo camera data. |
camera_info |
Topic Name Right (inputs:topicNameRight) |
|
Topic name for the right stereo camera data. |
camera_info_right |
Use System Time (inputs:useSystemTime) |
|
If True, system timestamp will be included in messages. If False, simulation timestamp will be included in messages |
False |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.isaac.ros2_bridge.ROS2CameraInfoHelper |
Version |
1 |
Extension |
omni.isaac.ros2_bridge |
Icon |
ogn/icons/omni.isaac.ros2_bridge.ROS2CameraInfoHelper.svg |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
ROS2 Camera Info Helper |
Categories |
isaacRos2 |
Generated Class Name |
OgnROS2CameraInfoHelperDatabase |
Python Module |
omni.isaac.ros2_bridge |