Skip to content

Commit 151f0dd

Browse files
authored
Update README to match the one from the default branch (#81)
1 parent 8f7e7cf commit 151f0dd

2 files changed

Lines changed: 19 additions & 39 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@ Example files and configurations for Gazebo simulation of Universal Robots' mani
88
<tr>
99
<th></th>
1010
<th>Humble</th>
11-
<th>Iron</th>
11+
<th>Jazzy</th>
1212
<th>Rolling</th>
1313
</tr>
1414
<tr>
1515
<th>Branch</th>
16-
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/humble">humble</a></td>
17-
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/iron">iron</a></td>
18-
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/ros2">ros2</a></td>
16+
<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/ros2">ros2</a></td>
18+
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/ros2">ros2</a></td>
1919
</tr>
2020
<tr>
2121
<th>Build status</th>
2222
<td>
23-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/humble-binary-main.yml?query=event%3Aschedule++">
24-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/humble-binary-main.yml/badge.svg?event=schedule"
23+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/humble-binary-main.yml?query=event%3Aschedule++">
24+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/humble-binary-main.yml/badge.svg?event=schedule"
2525
alt="Humble Binary Main"/>
2626
</a> <br />
2727
</td>
2828
<td>
29-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/iron-binary-main.yml?query=event%3Aschedule++">
30-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/iron-binary-main.yml/badge.svg?event=schedule"
31-
alt="Iron Binary Main"/>
29+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/jazzy-binary-main.yml?query=event%3Aschedule++">
30+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/jazzy-binary-main.yml/badge.svg?event=schedule"
31+
alt="Jazzy Binary Main"/>
3232
</a> <br />
3333
</td>
3434
<td>
35-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/rolling-binary-main.yml?query=event%3Aschedule++">
36-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/rolling-binary-main.yml/badge.svg?event=schedule"
35+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/rolling-binary-main.yml?query=event%3Aschedule++">
36+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/rolling-binary-main.yml/badge.svg?event=schedule"
3737
alt="Rolling Binary Main"/>
3838
</a> <br />
3939
</td>
@@ -64,7 +64,7 @@ Skip any of below steps is not applicable.
6464
1. Download the required repositories and install package dependencies:
6565
```
6666
cd $COLCON_WS
67-
git clone -b humble 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
6868
rosdep update && rosdep install --ignore-src --from-paths src -y
6969
```
7070

@@ -90,7 +90,7 @@ ros2 launch ur_simulation_gz ur_sim_control.launch.py
9090

9191
Move robot using test script from `ur_robot_driver` package (if you've installed that one):
9292
```
93-
ros2 launch ur_robot_driver test_joint_trajectory_controller.launch.py
93+
ros2 run ur_robot_driver example_move.py
9494
```
9595

9696
Example using MoveIt with simulated robot:

ci_status.md

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,24 @@ 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>
2119
<tr>
2220
<th>Repo builds</th>
2321
<td>
24-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/humble-binary-main.yml?query=event%3Aschedule++">
25-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/humble-binary-main.yml/badge.svg?event=schedule"
22+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/humble-binary-main.yml?query=event%3Aschedule++">
23+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/humble-binary-main.yml/badge.svg?event=schedule"
2624
alt="Humble Binary Main"/>
2725
</a> <br />
28-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/humble-binary-testing.yml?query=event%3Aschedule++">
29-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/humble-binary-testing.yml/badge.svg?event=schedule"
26+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/humble-binary-testing.yml?query=event%3Aschedule++">
27+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/humble-binary-testing.yml/badge.svg?event=schedule"
3028
alt="Humble Binary Testing"/>
3129
</a> <br />
3230
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/humble-semi-binary-main.yml?query=event%3Aschedule++">
@@ -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_Ignition_Simulation/actions/workflows/iron-binary-main.yml?query=event%3Aschedule++">
43-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_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_Ignition_Simulation/actions/workflows/iron-binary-testing.yml?query=event%3Aschedule++">
47-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_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"
@@ -79,8 +59,8 @@ upstream changes some pipelines might turn red temporarily which can be expected
7959
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/rolling-binary-main.yml/badge.svg?event=schedule"
8060
alt="Rolling Binary Main"/>
8161
</a> <br />
82-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/rolling-binary-testing.yml?query=event%3Aschedule++">
83-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation/actions/workflows/rolling-binary-testing.yml/badge.svg?event=schedule"
62+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/rolling-binary-testing.yml?query=event%3Aschedule++">
63+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/rolling-binary-testing.yml/badge.svg?event=schedule"
8464
alt="Rolling Binary Testing"/>
8565
</a> <br />
8666
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/rolling-semi-binary-main.yml?query=event%3Aschedule++">

0 commit comments

Comments
 (0)