Initial commit

This commit is contained in:
CaiXiang
2024-10-25 14:21:27 +08:00
commit 314bf9ad25
2041 changed files with 272126 additions and 0 deletions

View File

@@ -0,0 +1 @@
/home/caixiang/ros2_ws2/build/custom_action_interfaces/rosidl_adapter/custom_action_interfaces:action/Fibonacci.idl

View File

@@ -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;
};
};
};