ros2 / examples

Example packages for ROS 2
Apache License 2.0
691 stars 311 forks source link

the executor can be used in dashing distribution #334

Closed Amazingmum closed 2 years ago

Amazingmum commented 2 years ago

i wanna to use multiple thread in the subscription node to receive different topic at different time . i copy the executor file to my ws,and build it,then appearing : CallbackGroup in namespace rclcpp does not name a type...

How to solve the issue? Is the executor method in the repo available in the dashing distribution ?