Skip to content

Commit

Permalink
Update hand icon (#48)
Browse files Browse the repository at this point in the history
* add new hand icon

* Update sr_state_saver.xml

* Update sr_change_controllers_plugin.xml

* Update sr_joint_slider_plugin.xml

* updating the hand icons

* updating the liscence

* updating the liscence

* linter

* Remove old hand icon
  • Loading branch information
georgiablanco authored Feb 20, 2023
1 parent 14b0310 commit 348e04a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sr_gui_change_controllers/sr_change_controllers_plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2022 Shadow Robot Company Ltd.
Copyright 2022-2023 Shadow Robot Company Ltd.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation version 2 of the License.
Expand All @@ -21,7 +21,7 @@
<label>Shadow Robot</label>
</group>
<label>Change Robot Control Mode</label>
<icon type="file">../sr_visualization_common_icons/icons/hand.png</icon>
<icon type="file">../sr_visualization_common_icons/icons/hand.ico</icon>
<statustip>
A plugin to switch between the different robot control types.
</statustip>
Expand Down
4 changes: 2 additions & 2 deletions sr_gui_joint_slider/sr_joint_slider_plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2022 Shadow Robot Company Ltd.
Copyright 2022-2023 Shadow Robot Company Ltd.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation version 2 of the License.
Expand All @@ -21,7 +21,7 @@
<group>
<label>Shadow Robot</label>
</group>
<icon type="file">../sr_visualization_common_icons/icons/hand.png</icon>
<icon type="file">../sr_visualization_common_icons/icons/hand.ico</icon>
<label>Joint Slider</label>
<statustip>A plugin to change the position of the different joints.</statustip>
</qtgui>
Expand Down
2 changes: 1 addition & 1 deletion sr_gui_state_saver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ catkin_package(
)
catkin_python_setup()

install( DIRECTORY uis resource DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
install( DIRECTORY uis DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )

install( FILES sr_state_saver.xml DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} )
Binary file removed sr_gui_state_saver/resource/hand.png
Binary file not shown.
4 changes: 2 additions & 2 deletions sr_gui_state_saver/sr_state_saver.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2022 Shadow Robot Company Ltd.
Copyright 2022-2023 Shadow Robot Company Ltd.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation version 2 of the License.
Expand All @@ -21,7 +21,7 @@
<group>
<label>Shadow Robot</label>
</group>
<icon type="file">resource/hand.png</icon>
<icon type="file">../sr_visualization_common_icons/icons/hand.ico</icon>
<label>State Saver</label>
<statustip>A plugin for saving the current robot state.</statustip>
</qtgui>
Expand Down
Binary file added sr_visualization_common_icons/icons/hand.ico
Binary file not shown.
Binary file removed sr_visualization_common_icons/icons/hand.png
Binary file not shown.

0 comments on commit 348e04a

Please sign in to comment.