File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2727 apt update
2828 export DEBIAN_FRONTEND=noninteractive
2929 apt install -y --no-install-recommends git build-essential gcc-arm-none-eabi python3-pip cmake ninja-build libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib g++-multilib gcc-multilib binutils-arm-none-eabi
30- pip3 install catkin_pkg lark-parser empy colcon-common-extensions
30+ pip3 install catkin_pkg lark-parser colcon-common-extensions
3131 - uses : actions/checkout@v2
3232 with :
3333 path : repo
Original file line number Diff line number Diff line change @@ -84,11 +84,12 @@ void microros_thread(ULONG parameter)
8484
8585 // create timer,
8686 rcl_timer_t timer ;
87- rclc_timer_init_default (
87+ rclc_timer_init_default2 (
8888 & timer ,
8989 & support ,
9090 RCL_MS_TO_NS (1000 ),
91- timer_callback );
91+ timer_callback ,
92+ true);
9293
9394 // create executor
9495 rclc_executor_t executor = rclc_executor_get_zero_initialized_executor ();
You can’t perform that action at this time.
0 commit comments