Created
June 19, 2018 17:17
-
-
Save RDaneelOlivav/191e1876ab346212a0b7d4d1a8963234 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<package> | |
<name>my_mira_description</name> | |
<version>0.0.0</version> | |
<description>The my_mira_description package</description> | |
<maintainer email="[email protected]">user</maintainer> | |
<license>TODO</license> | |
<buildtool_depend>catkin</buildtool_depend> | |
<build_depend>controller_manager</build_depend> | |
<build_depend>gazebo_ros</build_depend> | |
<build_depend>joint_state_publisher</build_depend> | |
<build_depend>robot_state_publisher</build_depend> | |
<build_depend>rospy</build_depend> | |
<build_depend>rviz</build_depend> | |
<run_depend>controller_manager</run_depend> | |
<run_depend>gazebo_ros</run_depend> | |
<run_depend>joint_state_publisher</run_depend> | |
<run_depend>robot_state_publisher</run_depend> | |
<run_depend>rospy</run_depend> | |
<run_depend>rviz</run_depend> | |
<export> | |
<gazebo_ros plugin_path="${prefix}/lib" gazebo_media_path="${prefix}" /> | |
</export> | |
</package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment