# urdf2eom **Repository Path**: plunt/urdf2eom ## Basic Information - **Project Name**: urdf2eom - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-17 - **Last Updated**: 2021-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: urdf转符号表达式 ## README # urdf2eom Generates symbolic equations of motion from URDF file in MATLAB. Forward dynamics (using articulated-body algorithm) and inverse dynamics (using recursive Newton-Euler algorithm) supported. Currently supports revolute/continuous joints and fixed-base robots only. Required tags in URDF file (for each joint or link) - [1] Joint axis (along X, Y or Z) [2] Link origin [3] Joint origin How to use - Call urdf2eom with the URDF file as the argument. The URDF file can be placed in the URDFs folder. The equations (tau for ID and qdd for FD) are written to text file. Code by Deepak Paramkusam, TU Delft. Based on Roy Featherstone's Rigid Body Dynamics Algorithms.