Is there simulation oriented tutorials?
Hello,
This is the first time to ask questions here. I'm a new user at Gazebo and don't have even any experience with ROS. So far, I have created a sdf file for my robot and am trying to get familiar with the plugins. However, the plugin tutorial on the web is quite short to beginners like me. With only API reference, I have no idea how to write the plugin codes. I just wanted to rotate the joints of my model, but there's no example talking about it. There's only model push example without any explanation on how the codes are flowing (Why storing the pointer to the model is needed, Why the onUpdate is needed at that position and etc.). I tried to look into the codes in Bitbucket and no luck to me. Actually, I have installed ver. 1.5 and most of codes follow previous versions and have quite different syntax. Could you let me know any good way to understand the plugin programming? Or any typical robot simulation package (sdf and plugin files) with a scenario? If I'm on the wrong way, please let me know the right direction. I thank you in advance for your help.