Releases: wuji-technology/wuji-description
Releases · wuji-technology/wuji-description
v2026.6.12
v2026.6.12 (2026-06-12)
New Features
- Added structural STEP assemblies of the left and right Wuji Hand 2 at
hand2/body/step/Wuji-Hand2-Beta1-{left,right}.step(Beta1 revision). - Added the Wuji Hand 2 adapter mount at
hand2/body/step/Wuji-Hand2-Adapter-Mount-Beta1.step, a Beta1 STEP source file for mounting the Wuji Hand 2 on a robotic arm flange.
Full Changelog: v2026.6.11...v2026.6.12
v2026.6.11
v2026.6.11 (2026-06-10)
New Features
- Added MuJoCo MJCF models for the Wuji Hand 2 at
hand2/body/mjcf/{left,right}.xml, using the RK4 integrator with a 0.002 s timestep, the Newton solver, and per-joint armature and actuator force ranges. - Added Isaac Sim USD assets for the Wuji Hand 2 at
hand2/body/usd/{left,right}/, each shipping thewujihand.usdentry point with base/physics/robot/sensor sublayers underconfiguration/, position-drive joint gains, and the logo texture undertextures/.
Full Changelog: v2026.6.10...v2026.6.11
v2026.6.10
v2026.6.10 (2026-06-10)
New Features
- Added the Wuji Hand soft-pad variant at
hand/body-with-soft/, a hand body model with a soft pad fixed to the thumb (finger1_link2_softbody). Ships URDF (urdf/{left,right}.urdfrelative +{left,right}-ros.urdfpackage://), MuJoCo MJCF (mjcf/{left,right}.xml), Isaac Sim USD (usd/{left,right}/), STL meshes (meshes/{left,right}/), and actuator parameters (params.csv). - Added simplified-collision variants of the soft-pad hand at
hand/body-with-soft/:urdf/{left,right}_simplified.urdf,mjcf/{left,right}_simplified.xml, andusd/{left,right}_simplified/. They replace the collision geometry of each finger'slink4and the thumb soft pad with decimated meshes for faster contact simulation. Visual geometry is unchanged. - Added the Wuji Hand 2 model under
hand2/body/: left/right URDF aturdf/{left,right}.urdf(relative) and{left,right}-ros.urdf(package://), plus STL meshes atmeshes/{left,right}/. Each hand has 20 revolute joints using anatomical naming:thumb,index_finger,middle_finger,ring_finger,pinky(withcmc/mcpflexion and abduction pluspip/dipormcp/ipjoints).
Full Changelog: v2026.6.8...v2026.6.10
v2026.6.8
v2026.6.8 (2026-06-10)
New Features
- Added the Wuji Hand RL open-source base at
hand/attachment/wuji-hand-rl-open-source-base/, an open-source mounting base for reinforcement-learning setups, shipping the 3D-printableBase.3mf, theAssembly.STEPCAD assembly, an assembledAssembly.pdfdrawing, and aBOM.xlsxbill of materials. - Added the Wuji Glove model under
glove/body/: left and right URDF skeletons atglove/body/urdf/{left,right}.urdf, each with 21 revolute joints across the five fingers, an electromagnetic transmitter base on the wrist, and a receiver coil on every fingertip for hand motion tracking. - Added the glove transmitter and receiver coil meshes at
glove/body/mesh/base_link_TX.STLandglove/body/mesh/base_link_RX.STL. - Added the transmitter top-cover STEP file and assembled PDF drawing at
glove/body/step/EMFTXC_topcover.stepandglove/body/step/EMFTXC_topcover.pdf.
Caution
- Removed: Removed the standalone glove mounting-interface STEP
glove/attachment/glove-attachment.step. Glove assets now live underglove/body/.
Full Changelog: v2026.05.19...v2026.6.8
v2026.05.19
v2026.05.19 (2026-05-19)
Bug Fixes
- Corrected the left palm inertia of the Wuji Hand so that the center of mass and inertia tensor are a proper XZ-plane mirror of the right palm. Updated
hand/body/urdf/left.urdf,hand/body/urdf/left-ros.urdf,hand/body/mjcf/left.xml, andhand/body/usd/left/wujihand.usd.
Full Changelog: v2026.05.18...v2026.05.19
v2026.05.18
v2026.05.18 (2026-05-18)
New Features
- Added the
wuji_descriptionROS2 package underhand/body/, withlaunch/display.launch.py, RViz presets,CMakeLists.txt, andpackage.xmlfor left and right Wuji Hand visualization. - Added URDF models for the left and right Wuji Hand at
hand/body/urdf/{left,right}.urdf(relative mesh paths) andhand/body/urdf/{left,right}-ros.urdf(package://paths for ROS2). - Added MuJoCo MJCF models at
hand/body/mjcf/{left,right}.xmland STL visual/collision meshes athand/body/meshes/{left,right}/. - Added Isaac Sim USD assets at
hand/body/usd/{left,right}/, including fused meshes, PBR materials, physics properties, and collision filter pairs. - Added simplified structural STEP files of the hand frame at
hand/body/step/. - Added the impact-resistant docking attachment at
hand/attachment/impact-resistant-attachment/with STL, URDF, MJCF, and USD assets, including the ROS URDF that referencespackage://wuji_description/attachment/impact-resistant-attachment/meshes/hand_docking_link.STL. - Added the Unitree G1 mounting adapter at
hand/attachment/unitree-g1-attachment/unitree-g1-docking-adapter.stl. - Added adapter STEP files, assembled PDF drawings, and installation notes at
hand/attachment/step/. - Added the Wuji Glove mounting interface STEP asset at
glove/attachment/glove-attachment.step. - Added the top-level
README.md,LICENSE(MIT), and thisCHANGELOG.md.