AS: adding first phase of orientation
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/root/ros2_ws/build/more_interfaces/rosidl_adapter/more_interfaces:msg/AddressBook.idl
|
||||
@@ -0,0 +1,23 @@
|
||||
// generated from rosidl_adapter/resource/msg.idl.em
|
||||
// with input from more_interfaces/msg/AddressBook.msg
|
||||
// generated code does not contain a copyright notice
|
||||
|
||||
|
||||
module more_interfaces {
|
||||
module msg {
|
||||
module AddressBook_Constants {
|
||||
const uint8 PHONE_TYPE_HOME = 0;
|
||||
const uint8 PHONE_TYPE_WORK = 1;
|
||||
const uint8 PHONE_TYPE_MOBILE = 2;
|
||||
};
|
||||
struct AddressBook {
|
||||
string first_name;
|
||||
|
||||
string last_name;
|
||||
|
||||
string phone_number;
|
||||
|
||||
uint8 phone_type;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user