Programming example of a joint (velocity control) | CoppeliaSim (V-REP)

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This video explains how to program a joint to set the target velocity in CoppeliaSim (V-REP).
    If you want to contribute to these tutorials, please buy me a coffee:
    www.paypal.me/...
    This video is part of a set of video tutorials on learning how to simulate robots using CoppeliaSim (V-REP) software used in lab sessions in undergraduate robotic courses at the Universitat Poitècnica de València.
    • A Complete CoppeliaSim...

Комментарии • 13

  • @binghaolu1741
    @binghaolu1741 3 года назад +1

    Thank you very much for the lecture, it is a good learning resource!

  • @sharankrishnars6482
    @sharankrishnars6482 4 года назад +1

    This tutorial is very helpful 😊👍

  • @LeoArmesto
    @LeoArmesto  4 года назад +3

    In each simulation step, the software uses the last target value for the joint velocity. Writing several instructions to modify the velocity value has no effect, the last one will be the one used

  • @pstark4
    @pstark4 3 года назад

    wow, the bottom block starts to slip, cool!

  • @kaushalparmar4767
    @kaushalparmar4767 3 года назад

    Thank you 👍👍

  • @Somar-Orabi
    @Somar-Orabi 4 года назад

    great job..

  • @Felipe.N.Martins
    @Felipe.N.Martins 4 года назад

    Thanks a lot for the video tutorials, Leopoldo. They are very useful, especially now that we are all teaching on-line. I have a question: how did you change the format of the cuboid into a bar?

    • @LeoArmesto
      @LeoArmesto  4 года назад +1

      Hello, you can specify the dimensions when you create the object. Also, once created, in the view/modify geometry dialog inside the object properties

  • @iuryamorim1355
    @iuryamorim1355 4 года назад

    Great class! I use a remote API with Octave integration. I am simulating the rotation of a DC motor and I would like to know if it is possible to set a speed of 3600 revolutions per minute?

    • @LeoArmesto
      @LeoArmesto  4 года назад +3

      I guess that you should use the ‘simxSetJointTargetVelocity’ of the Remote API. See documentation at www.coppeliarobotics.com/helpFiles/en/remoteApiFunctionsMatlab.htm#simxSetJointTargetVelocity

  • @taherrad153
    @taherrad153 2 года назад

    Hello and thank you a lot, that really helps me.
    But I couldn't find new script button, for adding new scripts!
    Would you please help me...

    • @LeoArmesto
      @LeoArmesto  2 года назад

      This is because in the new version this option is not available any more as in the previous version. You need to dig how to do it in the new version

    • @taherrad153
      @taherrad153 2 года назад

      @@LeoArmesto I've just found it.
      Simply just right click on the object(from hierarchy) and select child or .. script from Add.
      Thank you