Search the Community

Showing results for tags 'parameters'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Intera User Forum
    • Using Intera
  • SDK User Forum
    • Robot

Blogs

  • Test Blog

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Company Name


City


State/Province


Phone Number


Robot Serial


Controller Serial

Found 1 result

  1. Hello, I am setting up the Sawyer in the Mujoco physics simulator, but I have some trouble finding information on the joint velocity controller. More specifically, I am interested to know what happens when we set joint velocities using the set_joint_velocities method on the Limb class . I assume it uses a PID contoller to convert the commanded velocities to low level signals on the arms, but I would like to know the process more precisely. For instance, what are the velocities mapped to and what is the type of controller and what are its corresponding gains? I am trying to understand how the actuation model works in a bit more detail so I can set up the simulation adequately, apologies if I missed some documentation somewhere that goes through the information I am looking for. Thanks!