Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/home/caixiang/ros2_ws2/build/custom_action_interfaces/rosidl_adapter/custom_action_interfaces:action/Fibonacci.idl
|
||||
@@ -0,0 +1,18 @@
|
||||
// generated from rosidl_adapter/resource/action.idl.em
|
||||
// with input from custom_action_interfaces/action/Fibonacci.action
|
||||
// generated code does not contain a copyright notice
|
||||
|
||||
|
||||
module custom_action_interfaces {
|
||||
module action {
|
||||
struct Fibonacci_Goal {
|
||||
int32 order;
|
||||
};
|
||||
struct Fibonacci_Result {
|
||||
sequence<int32> sequence;
|
||||
};
|
||||
struct Fibonacci_Feedback {
|
||||
sequence<int32> partial_sequence;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user