COMPAS FAB v0.20.0
Added
- Added
PoseArray
,MultiArrayDimension
,MultiArrayLayout
,Int8MultiArray
,Float32MultiArray
,Int32
tocompas_fab.backends.ros.messages
- Added
unordered_disabled_collisions
attribute toPyBulletClient
andRobotSemantics
- Added better support for concave meshes in the
PyBulletClient
- Added
Robot.iter_inverse_kinematics
to allow iterating over all IK solutions provided by a solver
Changed
- Changed the backend feature
InverseKinematics.inverse_kinematics
to be a generator. As a consequence of this,ClientInterface.inverse_kinematics
andPlannerInterface.inverse_kinematics
have changed to generators as well - Standardized the yielded type of
InverseKinematics.inverse_kinematics
across the PyBullet, MoveIt and V-REP planners - Added iterative accurate IK resolution for PyBullet
Fixed
- Fixed
UnsupportedOperation
error when usingPyBulletClient
in Jupyter notebook (raised byredirect_stdout
) - Fixed
JointTrajectoryPoint.from_data
to be backward-compatible with JSON data generated beforecompas_fab
0.18 - Fixed
JointTrajectory.from_data
to be backward-compatible with JSON data generated beforecompas_fab
0.17