Skip to content

Commit

Permalink
Add gazebo export to package.xml and tidy up package.xml (#63)
Browse files Browse the repository at this point in the history
* Add gazebo export to package.xml and tidy up package.xml

* Be more specific with license

* Clean up rviz
  • Loading branch information
DLu committed Aug 30, 2023
1 parent d198004 commit 9d2907d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 3 additions & 4 deletions package.xml
Expand Up @@ -3,14 +3,12 @@
<package format="3">
<name>urdf_tutorial</name>
<version>1.0.0</version>

<description>This package contains a number of URDF tutorials.</description>
<author email="davidvlu@gmail.com">David V. Lu!!</author>

<maintainer email="davidvlu@gmail.com">David V. Lu!!</maintainer>

<license>BSD</license>
<license>BSD 3-clause</license>
<url>http://ros.org/wiki/urdf_tutorial</url>
<author email="davidvlu@gmail.com">David V. Lu!!</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>joint_state_publisher</exec_depend>
Expand All @@ -23,5 +21,6 @@

<export>
<build_type>ament_cmake</build_type>
<gazebo_ros gazebo_model_path="${prefix}/.."/>
</export>
</package>
5 changes: 0 additions & 5 deletions rviz/urdf.rviz
Expand Up @@ -4,26 +4,21 @@ Panels:
- Class: rviz_common/Views
Name: Views
Visualization Manager:
Class: ""
Displays:
- Class: rviz_default_plugins/Grid
Name: Grid
Value: true
- Alpha: 0.8
Class: rviz_default_plugins/RobotModel
Description Source: Topic
Description Topic:
Value: /robot_description
Enabled: true
Name: RobotModel
Value: true
- Class: rviz_default_plugins/TF
Name: TF
Value: true
Global Options:
Fixed Frame: base_link
Frame Rate: 30
Name: root
Tools:
- Class: rviz_default_plugins/MoveCamera
Value: true
Expand Down

0 comments on commit 9d2907d

Please sign in to comment.