## Description <!-- What needs to be done? --> Description package for visualization, motion planning, and simulation purposes. ## Acceptance Criteria <!-- This section is for specifically defining what functionality must be demonstrated before the task is considered complete. These will be edited and expanded by the software team, so just do your best to define the criteria you are aware of. Use (or don't) whichever subheadings you find appropriate. A criterion should: - Cover one specific requirement (use sub-bullets if necessary) - Clearly delineate when it is considered acceptable - Avoid implementation details (those can be discussed in comments) Software team: if you get to have too many criteria you should consider moving some into a subissue. --> - [ ] URDF file with: - [x] [Movement](https://docs.ros.org/en/lyrical/Tutorials/Intermediate/URDF/Building-a-Movable-Robot-Model-with-URDF.html) - [ ] [Collision](https://docs.ros.org/en/lyrical/Tutorials/Intermediate/URDF/Adding-Physical-and-Collision-Properties-to-a-URDF-Model.html) - [ ] Equivalent [xacro file](https://docs.ros.org/en/lyrical/Tutorials/Intermediate/URDF/Using-Xacro-to-Clean-Up-a-URDF-File.html) - [ ] Equivalent URDF [generated](https://docs.ros.org/en/lyrical/Tutorials/Intermediate/URDF/Exporting-an-URDF-File.html) from [Solidworks](https://github.com/ros/solidworks_urdf_exporter) - [x] [`urdf_launch`](https://github.com/ros/urdf_launch) based launch file - [ ] Document inline how it works ### Documentation <!-- List any documentation that must be added or edited to support the change. --> - [ ] `README.md` with: - [ ] Explanation of what a description package is for - [ ] Links to the ROS tutorials used - [ ] Comparison of the different methods of writing the description - [ ] Command to open the rviz visualization
Description
Description package for visualization, motion planning, and simulation purposes.
Acceptance Criteria
urdf_launchbased launch fileDocumentation
README.mdwith: