[rcl action] Fixes after changes introduced by (#310)
This commit is contained in:
parent
e2ee3c5475
commit
cca18daad2
4 changed files with 7 additions and 13 deletions
|
@ -20,10 +20,6 @@ extern "C"
|
|||
{
|
||||
#endif
|
||||
|
||||
// TODO(jacobperron): replace type support typedef with one defined in rosdl_generator_c
|
||||
// #include "rosidl_generator_c/action_type_support_struct.h"
|
||||
typedef struct rosidl_action_type_support_t rosidl_action_type_support_t;
|
||||
|
||||
#include "rcl_action/types.h"
|
||||
#include "rcl_action/visibility_control.h"
|
||||
#include "rcl/macros.h"
|
||||
|
|
|
@ -20,10 +20,6 @@ extern "C"
|
|||
{
|
||||
#endif
|
||||
|
||||
// TODO(jacobperron): replace type support typedef with one defined in rosdl_generator_c
|
||||
// #include "rosidl_generator_c/action_type_support_struct.h"
|
||||
typedef struct rosidl_action_type_support_t rosidl_action_type_support_t;
|
||||
|
||||
#include "rcl_action/goal_handle.h"
|
||||
#include "rcl_action/types.h"
|
||||
#include "rcl_action/visibility_control.h"
|
||||
|
|
|
@ -31,6 +31,8 @@ extern "C"
|
|||
#include "rcl/macros.h"
|
||||
#include "rcl/types.h"
|
||||
|
||||
#include "rosidl_generator_c/action_type_support_struct.h"
|
||||
typedef struct rosidl_action_type_support_t rosidl_action_type_support_t;
|
||||
|
||||
// rcl action specific ret codes in 2XXX
|
||||
/// Action name does not pass validation return code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue