forked from ArduPilot/ardupilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f67904
commit 602e825
Showing
6 changed files
with
115 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// generated from rosidl_adapter/resource/msg.idl.em | ||
// with input from geometry_msgs/msg/Vector3Stamped.msg | ||
// generated code does not contain a copyright notice | ||
|
||
#include "geometry_msgs/msg/Vector3.idl" | ||
#include "std_msgs/msg/Header.idl" | ||
|
||
module geometry_msgs { | ||
module msg { | ||
@verbatim (language="comment", text= | ||
"This represents a Vector3 with reference coordinate frame and timestamp") | ||
struct Vector3Stamped { | ||
@verbatim (language="comment", text= | ||
"Note that this follows vector semantics with it always anchored at the origin," "\n" | ||
"so the rotational elements of a transform are the only parts applied when transforming.") | ||
std_msgs::msg::Header header; | ||
|
||
geometry_msgs::msg::Vector3 vector; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters