Skip to content

v0.3.1

Compare
Choose a tag to compare
@adamheins adamheins released this 04 Aug 19:47
· 66 commits to main since this release

This minor release fixes a bug with the named tuples, where not passing the physicsClientId argument by name to the underlying PyBullet functions caused unexpected behaviour. All arguments in the named tuple wrapper functions are now passed by name (i.e., as keyword arguments) to avoid this.