where to find resource if I want to better/further understand gazebo::common::events
I want to learn more about Event::connect disconnect
but there is no tutorial on official website
API Documentation about "event" is very short,and I can't understand http://osrf-distributions.s3.amazonaw...11event11Events.html#ab0fefed82c8ab22f67cf5a3870bcb9ef
where to find resource if I want to better/further understand gazebo::common::events ??
Because I encountered a problem as following:
I have two plugin,
one world plugin "evaluationplatform", another one is model plugin "armcontrol"
in onUpdate() of the world plugin "evaluationplatform", I use DisconnectWorldUpdateBegin(updateconnection) to Disconnect "onUpdate()" under some condition
I tested these two plugin independently, and they worked well as I want,
but, when I used them together ,things went wrong
onUpdate() of the world plugin "evaluationplatform" cannot be disconnected
and I guess the critical point is in model plugin "arm_control"
So .I want to learn more about Event::connect & disconnect to find out the problem
Thank you!!
這裡有沒有說中文的夥伴啊~~?
Can you show some of your code so we can try to reproduce the problem?
有啊,真是太难找到同伴了,有时间一起讨论下?你是做什么项目的啊?
機器手臂 與電腦視覺整合