Object tracking robot using ROS Moveit and OpenCV | Arduino

Поділитися
Вставка
  • Опубліковано 20 лип 2019
  • In this video I will explain how to make a manipulator track a coloured object using OpenCV and ROS Moveit.
    For better understanding watch my previous video on 3-DOF planar manipulator project.
    Previous Video Link: • Inverse Kinematics and...
    Scripts of this project: github.com/bandasaikrishna/3-...
    For more stuff on Robotics and ROS: www.rosroboticslearning.com

КОМЕНТАРІ • 24

  • @dr.monotone3827
    @dr.monotone3827 Рік тому

    This was pretty informative, it'll help me a ton in my current openCV project! Thanks!

  • @092_parthsanghavi2
    @092_parthsanghavi2 3 роки тому

    Great work bro! Really appreciate all the work you post on this channel. Hattsofff

  • @deepskills4706
    @deepskills4706 3 роки тому

    great, your efforts are commendable. thanks

  • @viswadeepkopalli6160
    @viswadeepkopalli6160 3 роки тому +1

    Great video as always, as a fellow ROS user i found vscode to be very handy with ros and as an IDE we can install RoS extension and voila we can even run ros commands in the terminal give it a try if you are not already using it.

  • @user-tf9th5ro7g
    @user-tf9th5ro7g 2 роки тому

    useful info. thanks

  • @bilawalmehmood8423
    @bilawalmehmood8423 2 роки тому

    sir please tell me about wich camra u have used ?

  • @shivam3020
    @shivam3020 3 роки тому

    Hello Sir,
    Currently I am working on making Swarm Robots. And main problem I am facing is at starting the robots would be randomly arranged and if I want to implement a circle I would set robot 1 to move from initial xy pos to next xy pos. Now how is it possible with opencv ?
    If you cant extend some help it would be very grateful. Tho a very nice video.
    Thanks.

  • @user-ti6jc7cn1c
    @user-ti6jc7cn1c 3 місяці тому

    unable to locate serial_node.py in your source code. where to find it?

  • @hasibrahman1360
    @hasibrahman1360 2 роки тому

    how to start this project ? any schematics diagram? components list requirement . I am really exited to do this great project with ros.

  • @naqeeb2710
    @naqeeb2710 2 роки тому

    what if we need 3d image?

  • @harshiloza6888
    @harshiloza6888 4 роки тому

    I am a beginner so can you please tell me how did you run python 3 script on ROS as it only supports python 2

    • @roboticsandroslearning8232
      @roboticsandroslearning8232  4 роки тому

      Follow below solution to run python 3 ros scripts.
      answers.ros.org/question/326226/importerror-dynamic-module-does-not-define-module-export-function-pyinit__tf2/

    • @harshiloza6888
      @harshiloza6888 4 роки тому

      @@roboticsandroslearning8232 Thanks for the help

  • @MoneeraBanjar
    @MoneeraBanjar 3 роки тому

    Hi, it is great work
    what is the version of python and opencv you use? I'm trying to run the python scripts and it shows me some errors

    • @roboticsandroslearning8232
      @roboticsandroslearning8232  3 роки тому

      Python: 2.7.12
      Open CV: 3.3.1

    • @MoneeraBanjar
      @MoneeraBanjar 3 роки тому

      I have the same versions, but I got this error
      OpenCV Error: Assertion failed (size.width>0 && size.height>0) in imshow, file /tmp/binarydeb/ros-kinetic-opencv3-3.3.1/modules/highgui/src/window.cpp, line 331
      Traceback (most recent call last):
      File "./camera_test.py", line 19, in
      cv2.imshow('frame', frame)
      cv2.error: /tmp/binarydeb/ros-kinetic-opencv3-3.3.1/modules/highgui/src/window.cpp:331: error: (-215) size.width>0 && size.height>0 in function imshow
      I searched for it and they said it related to the opencv version and I should upgrade to 3.4
      I'm using ROS kinetic

  • @bilawalmehmood8423
    @bilawalmehmood8423 2 роки тому

    sir which camra u have used ?

  • @nishantsharma4465
    @nishantsharma4465 4 роки тому

    can you please suggest a book to study these topics in more details , And thanks for making this video