Very great tutorials! Thank you very much! I would like to ask what is better for ROS - Arduino or something different ? I'm interested in building automated production line for my company with robotic arms and automated machines.
@@roboage1027 Requirements is to carry metall cylinders from first zone put it into First machine then after take out into second zone. I think the arm like you made is capable to make this job. After this step we need one more robot arm to take cylinders from second zone, put it into furnace after burning take out from furnace (640 C) hot cylinders and put it into another machine and after take out and put it into the third zone.
@@shillingv6289 Arduino is Ok, as long as you take care of it's protection from harsh industrial conditions like dust, dirt, electrical noise, overvoltage.
For those of us, who does not have any experience yet with SolidWorks and just want to have a go at working with ROS2, can you share your urdf, launch, and meshes files to make it easier for us beginners to get going?
I am confused about the code which sends transformation( goal & pose) to arduino and how arduino determines how much to rotate a given motor joint. If you can touch on this topic a little bit will be much appreciated. Thank you
Arduino reads sensor data and publishes it over "orient" topic in ROS. The data in "orient" topic contains rotations over x,y and z axis of the sensor. And there is also node in ROS, which is subscribed to "orient" topic. This node converts received data to "tf" topic, which is then used by RVIZ to update visualisation. That is, rotation over each axis of the sensor is used to update orientation of certain link reletive to it's parent link.
Дякую за відео , все гарно пояснили
Дуже зрозуміло пояснюєте, дякую.
Thanks for the tutorial
Hello Dear Roboage! Great tutorial for beginners. May you plz share URDF created from SolidWorks & how to launch it in ROS?
Video good, thank you
Amazing❤
Very great tutorials! Thank you very much! I would like to ask what is better for ROS - Arduino or something different ? I'm interested in building automated production line for my company with robotic arms and automated machines.
It depends of course on requirements of your project. Arduino doesn't have proper protection & shielding for using in industrial applications.
@@roboage1027 Requirements is to carry metall cylinders from first zone put it into First machine then after take out into second zone. I think the arm like you made is capable to make this job. After this step we need one more robot arm to take cylinders from second zone, put it into furnace after burning take out from furnace (640 C) hot cylinders and put it into another machine and after take out and put it into the third zone.
@@shillingv6289 Arduino is Ok, as long as you take care of it's protection from harsh industrial conditions like dust, dirt, electrical noise, overvoltage.
For those of us, who does not have any experience yet with SolidWorks and just want to have a go at working with ROS2, can you share your urdf, launch, and meshes files to make it easier for us beginners to get going?
can i get a link of resources ?
I am confused about the code which sends transformation( goal & pose) to arduino and how arduino determines how much to rotate a given motor joint.
If you can touch on this topic a little bit will be much appreciated. Thank you
Arduino reads sensor data and publishes it over "orient" topic in ROS. The data in "orient" topic contains rotations over x,y and z axis of the sensor. And there is also node in ROS, which is subscribed to "orient" topic. This node converts received data to "tf" topic, which is then used by RVIZ to update visualisation. That is, rotation over each axis of the sensor is used to update orientation of certain link reletive to it's parent link.
👍👍
Thank you!