ros / urdf_parser_py

Standalone URDF parser for Python.
81 stars 47 forks source link

ros.org page for `urdf_parser_py` is confusing? #33

Open EricCousineau-TRI opened 5 years ago

EricCousineau-TRI commented 5 years ago

At present, the urdf_parser_py page on ROS.org seems a bit mixed up: http://wiki.ros.org/urdf_parser_py

It refers to the old robot_model_py package, and indicates that it's only supported for EOL packages; it then mentions that its been renamed to urdfdom_py; if you click on that link, it takes you to that page which actually refers to the urdf_parser_py page? http://wiki.ros.org/urdfdom_py

It does seem that robot_model_py does still have its old page: http://wiki.ros.org/robot_model_py

A wee bit confusing...

eacousineau commented 5 years ago

K, it was rather confusing, but I made the following changes:

@clalancette @sloretz Can I ask what other changes y'all might suggest?

Also, it's still kinda confusing that urdfdom_py is what has the documentation for urdf_parser_py. Is it possible to change that at some point?