-
Notifications
You must be signed in to change notification settings - Fork 89
Description
I think this has been already discussed in the past, but I could not find an issue tracking explicitly this.
As the URDF spec is moving towards support an explicit versioning of the spec (at least this is what I understood from ros/urdfdom#133 and #59), I think it would be great to have some way to separate the specification of the URDF format as defined until now, and future versions of the spec. Furthermore, it would be great to have a single place where discuss new features of the URDF spec, instead of using issues in the repos that implement the specification (as now it happens with https://github.com/ros/urdfdom_headers and https://github.com/ros/urdfdom).
A possible solution that would not take a lot of effort would be to create a GitHub repo to host the specifications, so that release and improvements can be handled with the usual GitHub tools (such as tag/releases, pull requests, issues). To start with a minimum viable example, we can just convert the existing URDF wiki pages to documents stored in a GitHub repo (in a format such as Markdown, reStructuredText or AsciiDoc).
If the URDF mantainers agree on this, if necessary I would be happy to volunteer to handle the migration of the contents from the ROS wiki to a repo.