3D Camera Cube Software Image 25.01.0 – Release Notes#
新機能#
- ItemPickAI (rc_itempick)
- This new module employs AI models to find objects of a given object category, e.g. BAG, in the scene. It uses the same interface as ItemPick and returns segmented objects with their poses and bounding boxes. Suction grasps are computed in the objects' centers so that oriented placement is possible (see ItemPickAI).
- ItemPick (rc_itempick) and BoxPick (rc_boxpick)
- Increased flexibility of grasp computation by considering grasp symmetries. A new runtime parameter
allow_any_grasp_z_rotation
optionally enables the computation of completely rotationally symmetrical grasp points in order to obtain maximum grasping options. Additionally, the preferred TCP orientation of the robot can be defined for automatically selecting the most suitable collision-free grasp for each item and to filter unreachable grasps (see e.g. Setting the preferred orientation of the TCP in ItemPick).
- Increased flexibility of grasp computation by considering grasp symmetries. A new runtime parameter
- CADMatch (rc_cadmatch)
- Added support for the next generation of CADMatch templates for more robust matching.
Improvements and Fixes#
- API
- Added sorting of keys in JSON and UBJSON responses for better use with some optimized parsers (e.g. on Rockwell PLCs)
- Added system/max_power_test which fully loads GPU (and CPU) to consume max power for 10 seconds to test the power supply.
- Fixed bug where preferred orientations and sorting strategies were reset on firmware updates
- BoxPick+Match (rc_boxpick)
- Fixed bug that led to creation of temporary phantom views
- WebGUI
- Show container image name in UserSpace App container details