Skip to content

Releases: AndrejOrsula/pymoveit2

4.0.0

10 May 15:30
7f722fd
Compare
Choose a tag to compare

What's Changed

  • Allow users to (dis)allow collisions with an object in #50
  • Added setting of cartesian speed and acceleration #53
  • Use cartesian_speed_limited_link instead of cartesian_speed_end_effector_link when available in #56
  • Allow users to set various cartesian path service parameters in #58
  • Add ability to move collision objects in #59
  • Allow Scaling Collision Meshes in #62
  • Reinstate Humble Compatibility for GetCartesianPath & Expose planning_scene To User in #66
  • Allow users to preload a collision mesh in #67

Breaking changes

  • The max_cartesian_speed property of MoveIt2 class is removed in #53

Full Changelog: 3.2.0...4.0.0

3.2.0

06 Mar 12:25
8bf71ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

10 Nov 15:30
2bc9a43
Compare
Choose a tag to compare

Additions

  • Added crane_x7 robot model (#37)
  • Add support for KUKA LBRs (#38)

3.0.0

04 Oct 13:14
0bb938c
Compare
Choose a tag to compare

Additions

  • Add PhantomX Pincher to robots (#33)
  • GripperInterface class (#34)
  • Functionalities for adding primitive collision objects and attaching collision objects (#34)

Changes

  • Make API for Cartesian paths more obvious (#35)
  • Allow passing Pose and PoseStamped as pose goal (#35)
  • Make wait_until_executed() return the success of execution (#35)
  • Default skip_if_noop of gripper open()/close() to False (#36)

2.2.0

23 Aug 08:52
afb0dbd
Compare
Choose a tag to compare

2.1.0

02 May 15:28
8802000
Compare
Choose a tag to compare

See #11 for more details

Contributors

2.0.0

03 Feb 15:46
70f8e00
Compare
Choose a tag to compare

See #3 for more details

1.1.0

03 Jan 15:44
02478b4
Compare
Choose a tag to compare

See #2 for more details

1.0.0

25 Dec 11:51
8870a88
Compare
Choose a tag to compare

Initial version of pymoveit2.

Semantic versioning will be followed on future releases.