8.10.8
· 2 min read
Enhancements
New Behaviors and Libraries
SaveMTCTaskInspectionexports all MoveIt Task Constructor (MTC) task introspection data (stage tree, statistics, every solution and failure, interface states, and per-stage failure explanations) to a timestamped JSON file for offline triage of planning failures.
Reference Application Changes
These changes come from the v8.10 branch of moveit_pro_example_ws.
- Fixed the Franka end effector in
dual_arm_simandkitchen_simrendering with a 45-degree twist between the 3D Visualizer and MuJoCo, which put grasps 45 degrees off. - Fixed the
Sort BlocksObjective indual_arm_simre-grasping blocks that had already been removed and failing once the table was cleared; it now completes successfully.
Bug Fixes
- Fixed the
PoseIKinverse kinematics (IK) solver adding an unnecessary full-revolution wraparound for joints whose range is wider than one full turn, so solutions now stay near the requested angle. - Fixed toast error messages displaying literal
<code>tags instead of formatting file paths as inline code. - Fixed changes to a Behavior's port values (such as the waypoint in
RetrieveWaypoint) not being saved when clicking Done in the Behavior Tree editor. - Fixed the upgrade flow so existing user workspaces are checked and upgraded before MoveIt Pro builds them.
- Fixed unavailable action server errors so they include the missing action server name.
- Fixed first-run setup on NVIDIA hosts without the NVIDIA Container Toolkit so the default user workspace is created before MoveIt Pro stops with a targeted toolkit setup message.
- Fixed the first-install configuration flow so MoveIt Pro no longer prints a missing license-key error before prompting the user for their license key.
- Fixed
moveit_pro configurerepeatedly prompting users to add system-managed environment variables such asSTUDIO_DOCKER_TAGto their configuration. - Fixed a false crash message when stopping MoveIt Pro with Ctrl-C during normal shutdown.
- Fixed the
AddURDFBehavior silently reporting success when a URDF had a syntax error that dropped geometry; the tool is still added, but MoveIt Pro now warns that geometry was dropped and reports the specific reason.