Skip to content

Releases: JeanElsner/dm_robotics_panda

v0.4.7

15 Feb 15:46
Compare
Choose a tag to compare

What's Changed

  • feat: add collision behavior and realtime parameters by @JeanElsner in #8

Full Changelog: v0.4.6...v0.4.7

v0.4.6

13 Feb 22:11
Compare
Choose a tag to compare

What's Changed

  • added wrist site to gripper mjcf model

v0.4.5

05 Feb 14:00
Compare
Choose a tag to compare

What's Changed

  • The arm effector now uses an action sensor to add the previous action to the observation
  • Added an action space for the haptic interaction mode so the action space is never empty (requirement from dm_robotics)

v0.4.4

16 Dec 12:43
Compare
Choose a tag to compare
Bump version

v0.4.3

11 Dec 22:55
Compare
Choose a tag to compare
Bump version

v0.4.2

09 Dec 21:23
Compare
Choose a tag to compare
Bump version

v0.4.1

26 Nov 16:43
Compare
Choose a tag to compare

What's Changed

  • Fix Python package dependencies: there was a special case when some dm_robotics packages were not updated
  • Fix HMTL error in README.md

v0.4.0

25 Nov 04:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.4.0

v0.3.3

22 Nov 11:57
Compare
Choose a tag to compare
  • Fixed a bug where the visualization app would attempt to plot multidimensional observations and crash
  • Added interfaces to add extra effectors, scene initializers to PandaEnvironment
  • The robots added by PandaEnvironment can now be accessed through an ordered dictionary property where the keys are the robots' configured names

v0.3.2

20 Nov 12:35
Compare
Choose a tag to compare

Fixes a bug where added props were missing a reference to their freejoint which in turn lead to props not reporting their proper pose in world frame.