Skip to content

chore: release 1.4.4 - #670

Merged
petercorke merged 2 commits into
mainfrom
release-please--branches--main--components--roboticstoolbox-python
Sep 20, 2026
Merged

petercorke merged 2 commits into
mainfrom
release-please--branches--main--components--roboticstoolbox-python

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

1.4.4 (2026-09-20)

Features

  • urdf: Panda(use_robot_descriptions=True) option; doc the tradeoff (#687) (124882b)

Bug Fixes

  • dhrobot: ikine_6s undoes the tool transform on the wrong side (#680) (9fbffc6), closes #640
  • docs: mock bdsim imports so blocks pages render in docs CI (436e1f3)
  • examples: call joint_velocity_damper with keyword args (#690) (95ac98e)
  • examples: call joint_velocity_damper with keyword args in fetch_vision.py (#695) (7aa2d31)
  • joint_velocity_damper: fix bug in q usage (#666) (8246559)
  • kinematics: self.tool now applies by default; ik_LM/ik_NR/ik_GN/ikine_XX gain a tool= kwarg (#697) (61d078f)
  • link_collision_damper (#685) (c040522)
  • preserve joint types and limits in numerical IK (e122ccb)
  • rne: attribute a sandwiched static link's mass to its preceding joint, not the following one (#693) (bebede0)
  • rne: don't crash when a joint's kinematic parent is a base-mounted static link (#696) (dba179e)
  • rne: propagate backward-pass force through the correct transform direction (#691) (a80c9c1)
  • rne: trailing static links after the last joint had their mass dropped (#684) (0d76187)
  • rtbtool: drop stray quote in banner's import line (#678) (b36c398)
  • urdf: resolve UR5's gripper link by name, not a raw index (#683) (12ba598), closes #578

Documentation

  • models: credit robot_descriptions in the 8 model classes that use it (#681) (5dc8618)
  • models: note UR10's near-singular inertia matrix is manufacturer data (#682) (97b0a3f)
  • readme: move research applications section to the wiki (#689) (8facc5e)

Miscellaneous


This PR was generated with Release Please. See documentation.

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--roboticstoolbox-python branch 10 times, most recently from 0cc77dd to 6b3bdee Compare September 18, 2026 21:01
@github-actions github-actions Bot changed the title chore: release 1.4.4 chore: release 1.5.0 Sep 18, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--roboticstoolbox-python branch 8 times, most recently from fa162b8 to a4cca47 Compare September 20, 2026 06:32
@github-actions github-actions Bot changed the title chore: release 1.5.0 chore: release 1.4.4 Sep 20, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--roboticstoolbox-python branch from a4cca47 to dc8fe67 Compare September 20, 2026 06:38
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--roboticstoolbox-python branch from dc8fe67 to 3dc0b8d Compare September 20, 2026 11:24
@codecov

codecov Bot commented Sep 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (436e1f3) to head (4285262).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #670   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files        143     143           
  Lines      14093   14093           
=====================================
  Misses     14093   14093           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@petercorke
petercorke merged commit 0b8fde6 into main Sep 20, 2026
24 checks passed
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DHRobot.ikine_6s() undoes the tool transform on the wrong side URDF.UR5's gripper_link_index=7 is a hardcoded position, not a stable identifier

1 participant