Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/libraries/AP_DDS/Idl/geographic_msgs/msg/GeoPointStamped.idl
Views: 1801
// generated from rosidl_adapter/resource/msg.idl.em // with input from geographic_msgs/msg/GeoPointStamped.msg // generated code does not contain a copyright notice #include "geographic_msgs/msg/GeoPoint.idl" #include "std_msgs/msg/Header.idl" module geographic_msgs { module msg { struct GeoPointStamped { std_msgs::msg::Header header; geographic_msgs::msg::GeoPoint position; }; }; };