mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-02-11 17:30:36 +00:00
feat: add new Arm URDF from SW in ROS1 package format
This commit is contained in:
21
src/rover_urdf_pkg/package.xml
Executable file
21
src/rover_urdf_pkg/package.xml
Executable file
@@ -0,0 +1,21 @@
|
||||
<package format="2">
|
||||
<name>rover_urdf_pkg</name>
|
||||
<version>1.0.0</version>
|
||||
<description>
|
||||
<p>URDF Description package for Clucky's arm</p>
|
||||
<p>This package contains configuration data, 3D models and launch files
|
||||
for Clucky's arm</p>
|
||||
</description>
|
||||
<author>David Sharpe</author>
|
||||
<maintainer email="ds0196@uah.edu" />
|
||||
<license>BSD</license>
|
||||
<buildtool_depend>catkin</buildtool_depend>
|
||||
<depend>roslaunch</depend>
|
||||
<depend>robot_state_publisher</depend>
|
||||
<depend>rviz</depend>
|
||||
<depend>joint_state_publisher_gui</depend>
|
||||
<depend>gazebo</depend>
|
||||
<export>
|
||||
<architecture_independent />
|
||||
</export>
|
||||
</package>
|
||||
Reference in New Issue
Block a user