remove fprintf, use logging macros (#152)
* remove fprintf, use logging macros * consistent includes
This commit is contained in:
parent
2d961fb501
commit
5cdef527de
13 changed files with 53 additions and 46 deletions
|
@ -16,12 +16,13 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <lifecycle_msgs/msg/state.h>
|
||||
#include <lifecycle_msgs/msg/transition.h>
|
||||
#include "lifecycle_msgs/msg/state.h"
|
||||
#include "lifecycle_msgs/msg/transition.h"
|
||||
|
||||
#include "rcl/error_handling.h"
|
||||
#include "rcl/rcl.h"
|
||||
|
||||
#include "rcl_lifecycle/transition_map.h"
|
||||
#include "rcl/rcl.h"
|
||||
#include "rcl/error_handling.h"
|
||||
|
||||
#include "default_state_machine.h" // NOLINT
|
||||
#include "states.h" // NOLINT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue