Skip to content

Releases: snu-larr/dual-ur3-env

v1.2.0

29 Jul 08:16
Compare
Choose a tag to compare

Added features:

  • Gripper position read/write
  • Automatically handle UR3 controller errors
  • Auto-reset toggle on/off
  • 3D models for collision checking/avoidance
  • Minor updates for xml files
  • Teleoperation utilities (vpnshift)
  • QoL updates for UR logger
  • UrDataLog.csv toggle on/off
  • DualUR3RealEnv toggle left arm enable/disable
  • Additional examples

v1.1.2

05 Nov 05:34
Compare
Choose a tag to compare

QoL updates (including wait option for read commands) and minor bug fixes for test_dualur3env.py examples.

v1.1.1

11 Aug 06:25
Compare
Choose a tag to compare

Gripper command bug fix for real robot examples.

Sim and real dual-UR3 robot Gym env

03 Aug 07:24
Compare
Choose a tag to compare

UR3 MuJoCo simulation environment from previous release.
UR3 hardware environment implementation based on ur-interface and python-urx package.

For compatibility, both environments (sim and real) mostly share common attributes to minimize environment-specific components. Supports limited functionality: servoj and speedj commands for Universal Robotics UR3 and opening and closing of Robotiq 2F-85 gripper.

Initial release

23 Jun 13:02
Compare
Choose a tag to compare

Basic functionality for dual UR3 MuJoCo environment verified.