Skip to content

Commit

Permalink
Merge pull request #87 from knorth55/add-icons
Browse files Browse the repository at this point in the history
[rwt_app_chooser] add hrp2, baxter and fetch icons
  • Loading branch information
k-okada authored Sep 17, 2019
2 parents 7e6ade9 + 6e5b93d commit 263b11b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ travis_time_end
travis_time_start rosdep_init_update

sudo rosdep init || sudo rosdep init
rosdep update
rosdep update --include-eol-distros
rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -r -y -n

travis_time_end
Expand Down
1 change: 1 addition & 0 deletions rwt_app_chooser/www/components/add_robot.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1 class="title">Add Robot</h1>
<option value="baxter">Baxter</option>
<option value="turtlebot">Turtlebot</option>
<option value="pepper">Pepper</option>
<option value="hrp2">HRP2</option>
<option value="other">Other</option>
</select>
</div>
Expand Down
Binary file added rwt_app_chooser/www/img/robot/baxter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rwt_app_chooser/www/img/robot/fetch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added rwt_app_chooser/www/img/robot/hrp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 263b11b

Please sign in to comment.