Part 3 - Pick and Place Object - Grasping Task Simulation of Robotic Arm using ROS (മലയാളം)

  Рет қаралды 13,706

Sanjuna Mathews - RoboTechieTips

Sanjuna Mathews - RoboTechieTips

Күн бұрын

Пікірлер: 43
@ThisuRain1990
@ThisuRain1990 3 жыл бұрын
Woow this was really helpful for my project. Worked perfectly. Thank you..I wish you all the success
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips 3 жыл бұрын
🙂 Thank you
@ThisuRain1990
@ThisuRain1990 3 жыл бұрын
@@sanjunamathews-robotechietips If you have the knowledge about how to Translate Natural Language for Robot simulation pls do a video. please let me know if you're doing courses related to that. thanks
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips 3 жыл бұрын
Wts ur requirement? To recognise natural language and using the sound commands control motion in ROS or real hardware?
@ThisuRain1990
@ThisuRain1990 3 жыл бұрын
@@sanjunamathews-robotechietips I want to simulate the robot arm (just simulation. not hardware) according to human voice command. and robot should be able to understand the command and do the task accordingly. object detection and voice recognition involved. Can you please guide me where to start. for example if voice command gave as "clean the table". Then robot should pick up the items on the table and place somewhere else.
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips 3 жыл бұрын
@@ThisuRain1990I haven't tried .. bt I will give my suggestions.. * Second part of task - write a python script to subscribe the Ros topic of sound command detected(initially try controlling the robot by publishing the Ros topic manually like "rostopic pub ****** "clean the table"".. later detect from sound and publish as text ) So write a python script to subscribe the command topic and in the code assign as If text == "clean the table" Write code to follow the path through the "poses 1 - 6" Else if text = "pick" Write code to move to pick pose, close gripper, move to place pose ,open gripper which are basically the pose Else if Else if .. So next thing is to do the first part which is basically recognition from voice there is a Ros package wiki.ros.org/speech_recog_uc If u r able to try out successfully you will be able to get the recognised text as a Ros topic (if this is not working you can use any python based speech recognition code and integrate Ros to the python code and publish the detected text as Ros topic) So in total ---- Using a python script detect text from sound Publish the detected text as a Ros topic Subscribe the Ros topic. And using if else cases , go to corr poses ... If the gazebo.launcch and move_group is working in background Corr. Changes will be reflected in the gazebo world If the robot needs to speak , for eg if a task is completed If goal reached(**** Corr command); Publish "I have completed my task" command to robot_sound topic.. if Ros sound node is activated, Corr. Sound will be played through speaker
@vikiares6
@vikiares6 3 жыл бұрын
How to convert object coordinate to goal position
@宇星张-k1j
@宇星张-k1j 2 жыл бұрын
Thank you very much for your sharing, I would like to ask whether the feeding robot project is open source? Eager to understand how it works
@koushikkarang.n822
@koushikkarang.n822 3 жыл бұрын
Is it possible to get the scripts ,materials and tutorials for your friends projects mentioned at the last?
@nabilelmaafi
@nabilelmaafi 4 жыл бұрын
Thank you for your efforts.
@arpithgnaik2815
@arpithgnaik2815 4 жыл бұрын
When i try to place the object, the object sticks to the gripper. Can you help.
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips 4 жыл бұрын
There should be atleast some min space between open grippers and the obj to detach the obj.
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips 4 жыл бұрын
Also there is some detach time.. have u waited some seconds
@arpithgnaik2815
@arpithgnaik2815 4 жыл бұрын
When i opened the gripper, object floats between the 2 links of the gripper
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips 4 жыл бұрын
If it get detached there will be a green detach log in gazebo terminal. If that log is not there it is not "detached" using the plugin.. try more wide grippers or small object..
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips 4 жыл бұрын
is the distance which the gripper links are allowed to move away from the object during* a grasp without the object being detached, even if there are currently no actual contacts on the object. This condition can happen if the fingers "wobble" or move ever so slightly away from the object, and therefore the "gripping criterion" fails in a few subsequent update iterations. This setting is to make the behaviour more stable. Setting this number too high will also lead to the object not being detached even if the grippers have opened up to release it, so use this with care Try changing this param To try changing more params refer github.com/jenniferBuehler/gazebo-pkgs/wiki/The-Gazebo-grasp-fix-plugin
@arvindpandit409
@arvindpandit409 4 жыл бұрын
Great Work
@nallaakhil7277
@nallaakhil7277 4 жыл бұрын
How can we simulate both in rviz and real time?
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips 4 жыл бұрын
Gazebo substitutes real environment for simulation.. so in case of hardware interface we should manually write/run nodes for publishing topics like odom, tf etc. In case of a mobile robot, the feedback from motors will given to rviz as odometry. And the robot will move it rviz acc to real world.. similarly instead of controlling the robot in gazebo world we will the using the velocity command from navigation stack to the real robot motors to work.
@ananths2164
@ananths2164 4 жыл бұрын
I have one dout in RoS, how to contact you sis ?
@rondechaka1160
@rondechaka1160 Жыл бұрын
thank you very much for this tutorial.
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips Жыл бұрын
❤️❤️
@rondechaka1160
@rondechaka1160 Жыл бұрын
@@sanjunamathews-robotechietips I have tried it still the object is glitching out of the gripper. Any possible solution ?
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips Жыл бұрын
Play with parameters of the plugin. Also try changing size , intertia properties of object. Or else decrease the speed of arm movement by changing in config file of moveit config files of arm .. there is an option to set Max acceleration and max velocity.. modify those values to slow down arm motion ..it may avoid dropping of obj if any other approch is working
@rondechaka1160
@rondechaka1160 Жыл бұрын
Node::Advertise(): Error advertising topic [/unit_box/joint_cmd]. Did you forget to start the discovery service? getting this error. when I spawn a box and the code try to grasp it but there is no joint commander. so its no able to attach the the box with this.
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips Жыл бұрын
Have u clicked "Play" of gazebo if its paused by any chance
@arpithgnaik2815
@arpithgnaik2815 3 жыл бұрын
Have you worked with mobile manipulator?
@nallaakhil7277
@nallaakhil7277 4 жыл бұрын
I have some doubts, how can I contact you
@sajidaslam3881
@sajidaslam3881 4 жыл бұрын
Nice work
@PranshuTople
@PranshuTople 4 жыл бұрын
Great Video!!!
@amithmeledath306
@amithmeledath306 4 жыл бұрын
woah this is really helpful
@stayermax7548
@stayermax7548 3 жыл бұрын
If you struggle with picking up the object and plugin doesn't work (In my case I had a lot of troubles trying to install it) try to: 1) Increase friction and torsional friction of the object and of the gripper 2) Reduce object weight 3) Increase gripper effort 4) Change gripper size and shape
@sanjunamathews-robotechietips
@sanjunamathews-robotechietips Жыл бұрын
Thank you so much.. i am the creator of this video..and this comment helped me now 🤣 perks of having a youtube channel
@vidyadinesh2629
@vidyadinesh2629 4 жыл бұрын
❤️
@christhaliyath4991
@christhaliyath4991 3 жыл бұрын
Awesome
How to operate a robot arm using MoveIt
16:59
robot mania
Рет қаралды 21 М.
Get Started with Moveit! (Step 1)
17:53
stephen zuccaro
Рет қаралды 31 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
Modeling and Simulation of Advanced Amateur Rockets
17:10
Lafayette Systems
Рет қаралды 151 М.
How do we add LIDAR to a ROS robot?
22:45
Articulated Robotics
Рет қаралды 166 М.
Robotic Arms Workflow of MoveIt2 with ROS2 for Motion Planning
4:41
Muhammad Luqman
Рет қаралды 10 М.
Inside the V3 Nazi Super Gun
19:52
Blue Paw Print
Рет қаралды 2,6 МЛН
I Built an Internal Cycloidal Robotic Actuator
19:01
Aaed Musa
Рет қаралды 709 М.
Level 1 to 100 Science Experiments
15:53
Hafu Go
Рет қаралды 19 МЛН
ROS Tutorial Noetic - Robotic Arm Simulation / Moveit Package Creation
6:58
Sanjuna Mathews - RoboTechieTips
Рет қаралды 6 М.
Level 1 to 100 Rubik's Cubes!
15:09
Hafu Go
Рет қаралды 11 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН