ros2 / design

Design documentation for ROS 2.0 effort
http://design.ros2.org/
Apache License 2.0
215 stars 194 forks source link

where is the discauss of register callback and run callback? #336

Closed fengmao31 closed 8 months ago

fengmao31 commented 8 months ago

I remember I have read the article about ros client’s register callback and action callback design in ros document. It discusses different ways to register the callback and run callback. Also, it can use poller to get callbacks to run or use trigger to run callbacks. I want to find it.

fujitatomoya commented 8 months ago

can you take a look at https://discourse.ros.org/t/where-is-the-discauss-of-register-callback-and-run-callback/34136.

i think it is not recommended to post the same questions on multiple site...

fengmao31 commented 8 months ago

I donnot mean to find tutorial to know how to use ros client. That article I want to find is about how to and why ros use that callback desgin. I use ros for many years. I forget where is the article.

fengmao31 commented 8 months ago

I already ask questions to https://robotics.stackexchange.com/. Thank you for your answer.