Skip to content

Commit

Permalink
adding qt5 to rviz pkg (#214)
Browse files Browse the repository at this point in the history
* adding qt5 to rviz pkg

* bump to 1.5.4
  • Loading branch information
SteveMacenski authored Jun 26, 2020
1 parent fd990d2 commit a1af948
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion slam_toolbox/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>
This package provides a sped up improved slam karto with updated SDK and visualization and modification toolsets
</description>
<version>1.5.3</version>
<version>1.5.4</version>
<maintainer email="[email protected]">Steve Macenski</maintainer>
<author>Steve Macenski</author>
<license>LGPL</license>
Expand Down
2 changes: 1 addition & 1 deletion slam_toolbox_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>
This package provides a sped up improved slam karto with updated SDK and visualization and modification toolsets
</description>
<version>1.5.3</version>
<version>1.5.4</version>
<maintainer email="[email protected]">Steve Macenski</maintainer>
<author>Steve Macenski</author>
<license>LGPL</license>
Expand Down
11 changes: 9 additions & 2 deletions slam_toolbox_rviz/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>
This package provides a sped up improved slam karto with updated SDK and visualization and modification toolsets
</description>
<version>1.5.3</version>
<version>1.5.4</version>
<maintainer email="[email protected]">Steve Macenski</maintainer>
<author>Steve Macenski</author>
<license>LGPL</license>
Expand All @@ -12,7 +12,14 @@

<depend>rviz</depend>
<depend>slam_toolbox_msgs</depend>

<depend>qtbase5-dev</depend>


<exec_depend>libqt5-core</exec_depend>
<exec_depend>libqt5-gui</exec_depend>
<exec_depend>libqt5-opengl</exec_depend>
<exec_depend>libqt5-widgets</exec_depend>

<export>
<rviz plugin="${prefix}/rviz_plugins.xml"/>
</export>
Expand Down

0 comments on commit a1af948

Please sign in to comment.