63ed2c646e
* Remove ALL local changes in IDL (it mirrors upstream) * Convert to pathlib for more robust manipulation * Added EOF newlines for all the other missing IDL files Co-authored-by: Arsh Pratap <arshpratapofficial@gmail.com> Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
24 lines
628 B
Plaintext
24 lines
628 B
Plaintext
// generated from rosidl_adapter/resource/msg.idl.em
|
|
// with input from geometry_msgs/msg/Vector3.msg
|
|
// generated code does not contain a copyright notice
|
|
|
|
|
|
module geometry_msgs {
|
|
module msg {
|
|
@verbatim (language="comment", text=
|
|
"This represents a vector in free space.")
|
|
struct Vector3 {
|
|
@verbatim (language="comment", text=
|
|
"This is semantically different than a point." "\n"
|
|
"A vector is always anchored at the origin." "\n"
|
|
"When a transform is applied to a vector, only the rotational component is applied.")
|
|
double x;
|
|
|
|
double y;
|
|
|
|
double z;
|
|
};
|
|
};
|
|
};
|
|
|