Get desktop application:
View/edit binary Protocol Buffers messages
* Protobuf definition of [geometry_msgs/msg/Accel type in ROS 2.](https://github.com/ros2/common_interfaces/blob/master/geometry_msgs/msg/Accel.msg)
Used in:
Linear acceleration
Angular acceleration
* Protobuf definition of [geometry_msgs/msg/Point type in ROS 2.](https://github.com/ros2/common_interfaces/blob/master/geometry_msgs/msg/Point.msg)
Used in:
, ,X value in a cartesian coordinate.
Y value in a cartesian coordinate.
Z value in a cartesian coordinate.
* Protobuf definition of [geometry_msgs/msg/Pose type in ROS 2.](https://github.com/ros2/common_interfaces/blob/master/geometry_msgs/msg/Pose.msg)
Used in:
, , , , , ,Position of the pose.
Orientation of the pose.
* Protobuf definition of [geometry_msgs/msg/Quaternion type in ROS 2.](https://github.com/ros2/common_interfaces/blob/master/geometry_msgs/msg/Quaternion.msg)
Used in:
X value in a quaternion. (0 <= x <= 1)
Y value in a quaternion. (0 <= y <= 1)
Z value in a quaternion. (0 <= z <= 1)
W value in a quaternion. (0 <= w <= 1)
* Protobuf definition of [geometry_msgs/msg/Twist type in ROS 2.](https://github.com/ros2/common_interfaces/blob/master/geometry_msgs/msg/Twist.msg)
Used in:
Linear velocity
Angular velocity
* Protobuf definition of [geometry_msgs/msg/Vector3 type in ROS 2.](https://github.com/ros2/common_interfaces/blob/master/geometry_msgs/msg/Vector3.msg)
Used in:
, , ,First variable in vector
Second variable in vector
Third variable in vector