Skip to content

Commit

Permalink
add groups for rqt plugins (ros-visualization/rqt_common_plugins#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Nov 27, 2013
1 parent 7f6d036 commit 281e13a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
A Python GUI plugin to steer a robot with a geometry_msgs/Twist message.
</description>
<qtgui>
<group>
<label>Robot Tools</label>
<icon type="theme">folder</icon>
<statustip>Plugins related to robot tools.</statustip>
</group>
<label>Robot Steering</label>
<icon type="theme">input-gaming</icon>
<statustip>A Python GUI plugin to steer a robot with a geometry_msgs/Twist message.</statustip>
<statustip>A Python GUI plugin for steering a robot using geometry_msgs/Twist messages.</statustip>
</qtgui>
</class>
</library>

0 comments on commit 281e13a

Please sign in to comment.