Skip to content

Commit

Permalink
Package xmls (osrf#12)
Browse files Browse the repository at this point in the history
* Moved rviz config to car_demo

* Add dependencies to package.xml
  • Loading branch information
sloretz committed Jun 28, 2017
1 parent 76ba632 commit d065daa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion car_demo/launch/demo.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<launch>
<arg name="model" default="$(find prius_description)/urdf/prius.urdf"/>
<arg name="rvizconfig" default="$(find prius_description)/rviz/demo.rviz" />
<arg name="rvizconfig" default="$(find car_demo)/rviz/demo.rviz" />

<param name="robot_description" textfile="$(arg model)"/>

Expand Down
10 changes: 10 additions & 0 deletions car_demo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@
<maintainer email="tfoote@openrobotics.org">Tully Foote</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>

<depend>gazebo_ros</depend>
<depend>prius_msgs</depend>

<exec_depend>fake_localization</exec_depend>
<exec_depend>joy</exec_depend>
<exec_depend>prius_description</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>rviz</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>tf2_ros</exec_depend>

<export>
<!-- Other tools can request additional information be placed here -->
<gazebo_ros plugin_path="${prefix}/lib" gazebo_media_path="${prefix}" gazebo_model_path="${prefix}/models"/>
Expand Down
File renamed without changes.
4 changes: 1 addition & 3 deletions prius_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
<license>APACHE 2.0</license>

<buildtool_depend>catkin</buildtool_depend>

<exec_depend>resource_retriever</exec_depend>

<depend>urdf</depend>
</package>

0 comments on commit d065daa

Please sign in to comment.