P8 Jacobian IK Simulation
0:24
Жыл бұрын
U letter using open manipulator
0:32
Gazebo Simultaion with DH
0:36
Жыл бұрын
DH input output topic
0:54
Жыл бұрын
GUI operation in Gazebo
0:49
Жыл бұрын
Master Slave Operation Robot
0:38
Map in Turtlebot3
4:14
Жыл бұрын
Map in Gazebo
1:31
Жыл бұрын
GO To goal Turtlesim
0:40
Жыл бұрын
Пікірлер
@sohampadhye5408
@sohampadhye5408 5 сағат бұрын
Dear Karan, good work. Actually I have one doubt, if I have two subscribers sb1 and sb2, and if sb2 callback depends on sb1 callback then how to ensure that sb1 callback will run before sb2 callback. PS:- sb2 callback is heavily coded as compared with sb1 as its critical callback
@fusybots
@fusybots 5 сағат бұрын
Hello Soham Actually it depends on which topic is getting the msg first. But if somehow both of your topics are getting msg at the same time then the callback of 1st object will be called first because it will be placed first in the queue callback of ros spin. But to avoid the case when sub2 topic is getting msg first, then you can guard the function of sub2 with variable update form sub1. This will ensure that once the variable gets updated from sub1 then only it will execute sub2. And if you are not using any parallel executors or threads your callbacks will always work in sequence one by one depending on the frequency of message.
@sohampadhye5408
@sohampadhye5408 5 сағат бұрын
@fusybots currently I'm guarding sub2 .
@fusybots
@fusybots 4 сағат бұрын
Nice!
@sohampadhye5408
@sohampadhye5408 8 күн бұрын
Good job🎉
@fusybots
@fusybots 7 күн бұрын
Thanks
@fusybots
@fusybots 3 ай бұрын
Full Explanation Video with code coming on channel. Subscribe for more videos like this.
@fusybots
@fusybots 4 ай бұрын
If you are facing any challenges, feel free to write.
@nazmulhasanathin5658
@nazmulhasanathin5658 Жыл бұрын
code please