AS: adding first phase of orientation
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
/root/ros2_ws/build/tutorial_interfaces/rosidl_adapter/tutorial_interfaces:msg/Num.idl
|
||||
/root/ros2_ws/build/tutorial_interfaces/rosidl_adapter/tutorial_interfaces:msg/Sphere.idl
|
||||
/root/ros2_ws/build/tutorial_interfaces/rosidl_adapter/tutorial_interfaces:srv/AddThreeInts.idl
|
||||
@@ -0,0 +1,12 @@
|
||||
// generated from rosidl_adapter/resource/msg.idl.em
|
||||
// with input from tutorial_interfaces/msg/Num.msg
|
||||
// generated code does not contain a copyright notice
|
||||
|
||||
|
||||
module tutorial_interfaces {
|
||||
module msg {
|
||||
struct Num {
|
||||
int64 num;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,15 @@
|
||||
// generated from rosidl_adapter/resource/msg.idl.em
|
||||
// with input from tutorial_interfaces/msg/Sphere.msg
|
||||
// generated code does not contain a copyright notice
|
||||
|
||||
#include "geometry_msgs/msg/Point.idl"
|
||||
|
||||
module tutorial_interfaces {
|
||||
module msg {
|
||||
struct Sphere {
|
||||
geometry_msgs::msg::Point center;
|
||||
|
||||
double radius;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -0,0 +1,19 @@
|
||||
// generated from rosidl_adapter/resource/srv.idl.em
|
||||
// with input from tutorial_interfaces/srv/AddThreeInts.srv
|
||||
// generated code does not contain a copyright notice
|
||||
|
||||
|
||||
module tutorial_interfaces {
|
||||
module srv {
|
||||
struct AddThreeInts_Request {
|
||||
int64 a;
|
||||
|
||||
int64 b;
|
||||
|
||||
int64 c;
|
||||
};
|
||||
struct AddThreeInts_Response {
|
||||
int64 sum;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user