Releases: AndrejOrsula/pymoveit2
Releases · AndrejOrsula/pymoveit2
4.2.0
What's Changed
- Always specify executor when spinning the node by @alonborn in #94
- Revert #94, add trimesh to ROS dependencies, and remove sync param from
reset_controller()methods by @christian-rauch in #96 - comment out trimesh pip dependency for bloom package by @christian-rauch in #99
- CI: Add build workflow by @AndrejOrsula in #97
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #108
- Add a method for setting the workspace parameters by @mfinean in #106
- expose ik_link_name argument to compute_ik() by @Zarnack in #105
- Add a new namespace parameter to MoveIt2Servo by @Flamethr0wer in #102
- Apply the custom start joint state to the request by @mfinean in #109
- build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #112
- update the release version in the package.xml by @christian-rauch in #114
New Contributors
- @alonborn made their first contribution in #94
- @mfinean made their first contribution in #106
- @Flamethr0wer made their first contribution in #102
Full Changelog: 4.1.1...4.2.0
4.1.1
What's Changed
- Fix rclpy import and spin issues from (#87) by @andrewbowman23 in #88
New Contributors
- @andrewbowman23 made their first contribution in #88
Full Changelog: 4.1.0...4.1.1
4.1.0
What's Changed
- Allow clearing all collision objects by @amalnanavati in #69
- Add function to move gripper to a specific position by @ycheng517 in #70
- build(deps): bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 by @dependabot in #75
- build(deps): bump pre-commit-ci/lite-action from 1.0.3 to 1.1.0 by @dependabot in #77
- Add UR robot + generalize example to every robot by @m0rph03nix in #76
- Initialize parameters before ROS2 callbacks by @amalnanavati in #74
- [Bugfix] Copy mesh before scaling if it was passed in as a parameter by @amalnanavati in #80
- Feature/string error codes by @blooop in #83
- Fix potential deadlock and wait until service is available by @belalhmedan90 in #87
New Contributors
- @ycheng517 made their first contribution in #70
- @m0rph03nix made their first contribution in #76
- @blooop made their first contribution in #83
- @belalhmedan90 made their first contribution in #87
Full Changelog: 4.0.0...4.1.0
4.0.0
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_speedproperty ofMoveIt2class is removed in #53
Full Changelog: 3.2.0...4.0.0
3.2.0
What's Changed
- Add asynchronous planning and execution by @amalnanavati in #40
- Add Path Constraints by @amalnanavati in #42
- Added Async Forward/Inverse Kinematics by @amalnanavati in #43
- Allow users to set
planner_idandpipeline_idby @amalnanavati in #48
Full Changelog: 3.1.0...3.2.0