ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Is running

ros2 interface show geometry_msgs/msg/PoseStamped

sufficient? From my experience it shows comments and enums, unlike ROS1 from what I recall:

A Pose with reference coordinate frame and timestamp

std_msgs/Header header
  builtin_interfaces/Time stamp
      int32 sec
      uint32 nanosec
  string frame_id
Pose pose
  Point position
      float64 x
      float64 y
      float64 z
  Quaternion orientation
      float64 x 0
      float64 y 0
      float64 z 0
      float64 w 1

Is running

ros2 interface show geometry_msgs/msg/PoseStamped

sufficient? From my experience it shows comments and enums, unlike ROS1 from what I recall:

# A Pose with reference coordinate frame and timestamp

timestamp
std_msgs/Header header
  builtin_interfaces/Time stamp
      int32 sec
      uint32 nanosec
  string frame_id
Pose pose
  Point position
      float64 x
      float64 y
      float64 z
  Quaternion orientation
      float64 x 0
      float64 y 0
      float64 z 0
      float64 w 1

Is running

ros2 interface show geometry_msgs/msg/PoseStamped

sufficient? From my experience it shows comments and enums, constants, unlike ROS1 from what I recall:

# A Pose with reference coordinate frame and timestamp

std_msgs/Header header
  builtin_interfaces/Time stamp
      int32 sec
      uint32 nanosec
  string frame_id
Pose pose
  Point position
      float64 x
      float64 y
      float64 z
  Quaternion orientation
      float64 x 0
      float64 y 0
      float64 z 0
      float64 w 1