Skip to content

Commit 1c2d30d

Browse files
authored
Corrected image paths
The images paths used branch names other than "master". This means that when those branches are deleted the images are not longer accessible. I changed them to use the master branch in the path name.
1 parent 756092c commit 1c2d30d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This repository contains:
1818

1919
Be: sure you are using the latest drivers for your video card using the "additional drivers tool" in Ubuntu. Gazebo client often does not do well with the open source drivers.
2020

21-
![Alt text](https://github.com/BCLab-UNM/SwarmBaseCode-ROS/blob/kinetic_kame/readmeImages/InstallGraphics.png "Additional Drivers")
21+
![Alt text](https://github.com/BCLab-UNM/SwarmBaseCode-ROS/blob/master/readmeImages/InstallGraphics.png "Additional Drivers")
2222

2323
### Quick Start Installation Guide
2424

@@ -134,31 +134,31 @@ The GUI will now launch. The run script kills a number of gazebo and ROS process
134134

135135
This is the first screen of the GUI:
136136

137-
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/development/readmeImages/guiFirstScreen.png "Opening Screen")
137+
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/master/readmeImages/guiFirstScreen.png "Opening Screen")
138138

139139
Click the "Simulation Control" tab:
140140

141-
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/development/readmeImages/simControlTab.png "Simulation Parameters")
141+
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/master/readmeImages/simControlTab.png "Simulation Parameters")
142142

143143
Choose the ground texture, whether this is a preliminary or final round (3 or 6 robots), and the distribution of targets.
144144

145145
Click the "Build Simulation" button when ready.
146146

147147
The gazebo physics simulator will open.
148148

149-
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/development/readmeImages/buildSim.png "Gazebo Simulator")
149+
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/master/readmeImages/buildSim.png "Gazebo Simulator")
150150

151151
Click back to the Swarmathon GUI and select the "Sensor Display" tab.
152152

153-
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/development/readmeImages/sensorDisplayTab.png "Sesnor display")
153+
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/master/readmeImages/sensorDisplayTab.png "Sesnor display")
154154

155155
Any active rovers, simulated or real will be displayed in the rover list on the left side.
156156

157-
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/development/readmeImages/activeRovers.png "Active rovers")
157+
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/master/readmeImages/activeRovers.png "Active rovers")
158158

159159
Select a rover to view its sensor outputs.
160160

161-
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/development/readmeImages/roverSensorOutputs.png "Rover sensor outputs")
161+
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/master/readmeImages/roverSensorOutputs.png "Rover sensor outputs")
162162

163163
There are four sensor display frames:
164164

@@ -172,7 +172,7 @@ The map view shows the path taken by the currently selected rover. Green is the
172172

173173
Click on the "Task Status" tab.
174174

175-
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/development/readmeImages/taskStatusTab.png "Task Status tab")
175+
![Alt text](https://github.com/BCLab-UNM/Swarmathon-ROS/blob/master/readmeImages/taskStatusTab.png "Task Status tab")
176176

177177
This tab displays the number of targets detected, the number of targets collected, and the number of obstacle avoidance calls.
178178

0 commit comments

Comments
 (0)