start-jsk / rtmros_tutorials

Tutorials for rtmros packages
6 stars 61 forks source link

Add print urdf info py #623

Open Masanori-Konishi opened 3 weeks ago

Masanori-Konishi commented 3 weeks ago

Added a python script to easily check the mass parameters, max torque, and other information for each link and joint in the URDF file, and a README describing how to use it. (script: rtmros_tutorials/hrpsys_ros_bridge_tutorials/scripts/print_urdf_info.py)

Naoki-Hiraoka commented 3 weeks ago

xmlを直接parseするのも良いですが、https://github.com/ros/urdf_parser_py というpythonのURDF parserがあるのはご存知でしょうか?