Skip to content
Snippets Groups Projects
Select Git revision
  • 56fce1702d4b6daf6ec20d1e0356ff56dcba4ddf
  • main default protected
  • rosification
  • refactoring
  • pp
  • mpc
  • realtimelogplotter
  • alv
  • gitlab_ci_podman
  • restructuring
  • viz_fix
11 results

ur_simple_control

general info

  • c++ implementation because python is too slow, and we're just doing math anyway
  • but there are python versions of everything for students who don't need the best performance

some specifics

  • using the ur_rtde implementation of the client-side real-time interface for ur robots
  • using pinocchio for dynamics intergration on the client side
  • basic closed-loop inverse kinematics control will be implemented
  • some basic tests will be here as well, other projects built on this will be in separate repos

TODO

  1. find a convenient, fast and correct way to integrate dynamics client side --> pinocchio
  2. force control on the gripper
  3. get a project group to do impedance/admittance control
  4. see if something needs to be c++ed
  5. basic environment simulation: dynamics with lugre friction via straight o.d.e. integration