ROS1 Publish Imu
This node publishes IMU data as a ROS1 IMU message
Installation
To use this node enable omni.isaac.ros_bridge in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Angular Velocity (inputs:angularVelocity) |
|
Angular velocity vector in rad/s |
[0.0, 0.0, 0.0] |
Exec In (inputs:execIn) |
|
The input execution port |
None |
Frame Id (inputs:frameId) |
|
FrameId for ROS1 message |
sim_imu |
Linear Acceleration (inputs:linearAcceleration) |
|
Linear acceleration vector in m/s^2 |
[0.0, 0.0, 0.0] |
Node Namespace (inputs:nodeNamespace) |
|
Namespace of ROS1 Node, prepends any published/subscribed topic by the node namespace |
|
Orientation (inputs:orientation) |
|
Orientation as a quaternion (IJKR) |
[0.0, 0.0, 0.0, 1.0] |
Publish Angular Velocity (inputs:publishAngularVelocity) |
|
Include Angular velocity in msg |
True |
Publish Linear Acceleration (inputs:publishLinearAcceleration) |
|
Include Linear acceleration in msg |
True |
Publish Orientation (inputs:publishOrientation) |
|
Include orientation in msg |
True |
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 |
10 |
Timestamp (inputs:timeStamp) |
|
ROS1 Timestamp in seconds |
0.0 |
Topic Name (inputs:topicName) |
|
Name of ROS1 Topic |
imu |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.isaac.ros_bridge.ROS1PublishImu |
Version |
1 |
Extension |
omni.isaac.ros_bridge |
Icon |
ogn/icons/omni.isaac.ros_bridge.ROS1PublishImu.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
ROS1 Publish Imu |
Categories |
isaacRos:publisher |
Generated Class Name |
OgnROS1PublishImuDatabase |
Python Module |
omni.isaac.ros_bridge |