Skip to content

Commit efd1ccf

Browse files
authored
Update readme (#80)
* Use renamed repository in clone instructions * Remove Iron from README and ci_status
1 parent 3928875 commit efd1ccf

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ Example files and configurations for Gazebo simulation of Universal Robots' mani
88
<tr>
99
<th></th>
1010
<th>Humble</th>
11-
<th>Iron</th>
1211
<th>Jazzy</th>
1312
<th>Rolling</th>
1413
</tr>
1514
<tr>
1615
<th>Branch</th>
1716
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/humble">humble</a></td>
18-
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/iron">iron</a></td>
1917
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/ros2">ros2</a></td>
2018
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/ros2">ros2</a></td>
2119
</tr>
@@ -27,12 +25,6 @@ Example files and configurations for Gazebo simulation of Universal Robots' mani
2725
alt="Humble Binary Main"/>
2826
</a> <br />
2927
</td>
30-
<td>
31-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/iron-binary-main.yml?query=event%3Aschedule++">
32-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/iron-binary-main.yml/badge.svg?event=schedule"
33-
alt="Iron Binary Main"/>
34-
</a> <br />
35-
</td>
3628
<td>
3729
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/jazzy-binary-main.yml?query=event%3Aschedule++">
3830
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/jazzy-binary-main.yml/badge.svg?event=schedule"
@@ -72,7 +64,7 @@ Skip any of below steps is not applicable.
7264
1. Download the required repositories and install package dependencies:
7365
```
7466
cd $COLCON_WS
75-
git clone -b ros2 https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation.git src/ur_simulation_gz
67+
git clone -b ros2 https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation.git src/ur_simulation_gz
7668
rosdep update && rosdep install --ignore-src --from-paths src -y
7769
```
7870

ci_status.md

-20
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ upstream changes some pipelines might turn red temporarily which can be expected
77
<tr>
88
<th></th>
99
<th>Humble</th>
10-
<th>Iron</th>
1110
<th>Jazzy</th>
1211
<th>Rolling</th>
1312
</tr>
1413
<tr>
1514
<th>Branch</th>
1615
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/humble">humble</a></td>
17-
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/iron">iron</a></td>
1816
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/ros2">ros2</a></td>
1917
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/ros2">ros2</a></td>
2018
</tr>
@@ -38,24 +36,6 @@ upstream changes some pipelines might turn red temporarily which can be expected
3836
alt="Humble Semi-Binary Testing"/>
3937
</a>
4038
</td>
41-
<td>
42-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/iron-binary-main.yml?query=event%3Aschedule++">
43-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/iron-binary-main.yml/badge.svg?event=schedule"
44-
alt="Iron Binary Main"/>
45-
</a> <br />
46-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/iron-binary-testing.yml?query=event%3Aschedule++">
47-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/iron-binary-testing.yml/badge.svg?event=schedule"
48-
alt="Iron Binary Testing"/>
49-
</a> <br />
50-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/iron-semi-binary-main.yml?query=event%3Aschedule++">
51-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/iron-semi-binary-main.yml/badge.svg?event=schedule"
52-
alt="Iron Semi-Binary Main"/>
53-
</a> <br />
54-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/iron-semi-binary-testing.yml?query=event%3Aschedule++">
55-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/iron-semi-binary-testing.yml/badge.svg?event=schedule"
56-
alt="Iron Semi-Binary Testing"/>
57-
</a>
58-
</td>
5939
<td>
6040
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/jazzy-binary-main.yml?query=event%3Aschedule++">
6141
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/jazzy-binary-main.yml/badge.svg?event=schedule"

0 commit comments

Comments
 (0)