ROS1 Publish Camera Info
This node publishes camera info as a ROS1 CameraInfo message
Installation
To use this Node, you must enable omni.isaac.ros_bridge
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
execIn |
|
The input execution port |
|
nodeNamespace |
|
Namespace of ROS1 Node, prepends any published/subscribed topic by the node namespace |
|
frameId |
|
FrameId for ROS1 message |
sim_camera |
topicName |
|
Name of ROS1 Topic |
camera_info |
queueSize |
|
The number of messages to queue up before throwing some away, in case messages are collected faster than they can be sent |
10 |
Timestamp (timeStamp) |
|
ROS1 Timestamp in seconds |
0.0 |
width |
|
Width for output image |
|
height |
|
Height for output image |
|
focalLength |
|
||
horizontalAperture |
|
||
verticalAperture |
|
||
horizontalOffset |
|
||
verticalOffset |
|
||
projectionType |
|
||
stereoOffset |
|
Stereo offset (Tx, Ty) used when publishing the camera info topic |
[0.0, 0.0] |