Skip to content

Commit d9ade94

Browse files
committed
update branch refs to tag
Signed-off-by: Michael Anderson <anderson@mbari.org>
1 parent 553e2dc commit d9ade94

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# mbari_wec_utils
22

3-
Packages in this repo provide interfaces, API, examples for [MBARI WEC](https://github.com/osrf/mbari_wec/tree/release/v2.0.0-rc2).
3+
Packages in this repo provide interfaces, API, examples for [MBARI WEC](https://github.com/osrf/mbari_wec/tree/v2.0.0-rc2).
44

55
Documentation on API, messages, and services may be found here:
6-
[Python API](https://osrf.github.io/mbari_wec/release/v2.0.0-rc2/ROS2/python_api/)
7-
[C++ API](https://osrf.github.io/mbari_wec/release/v2.0.0-rc2/ROS2/cpp_api/)
8-
[ROS 2 Interfaces](https://osrf.github.io/mbari_wec/release/v2.0.0-rc2/ROS2/messages/)
6+
[Python API](https://osrf.github.io/mbari_wec/v2.0.0-rc2/ROS2/python_api/)
7+
[C++ API](https://osrf.github.io/mbari_wec/v2.0.0-rc2/ROS2/cpp_api/)
8+
[ROS 2 Interfaces](https://osrf.github.io/mbari_wec/v2.0.0-rc2/ROS2/messages/)
99

1010
Complete examples starting from template repositories may be found here:
1111
[Python linear damper](https://github.com/mbari-org/mbari_wec_template_py/tree/linear_damper_example)
1212
[C++ linear damper](https://github.com/mbari-org/mbari_wec_template_cpp/tree/linear_damper_example)
1313

14-
And tutorials may be found [here](https://osrf.github.io/mbari_wec/release/v2.0.0-rc2/tutorials).
14+
And tutorials may be found [here](https://osrf.github.io/mbari_wec/v2.0.0-rc2/tutorials).
1515

1616
For more information about ROS 2 interfaces, see [docs.ros.org](https://docs.ros.org/en/rolling/Concepts/About-ROS-Interfaces.html).
1717

buoy_api_cpp/QUALITY_DECLARATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ There are no currently copyrighted source files in this package.
8787
### Direct Runtime ROS Dependencies [5.i]/[5.ii]
8888

8989
`buoy_api_cpp` has the following runtime ROS dependencies, which are at **Quality Level 5**:
90-
* `buoy_interfaces` [QUALITY DECLARATION](https://github.com/osrf/mbari_wec_utils/tree/release/v2.0.0-rc2/buoy_interfaces/QUALITY_DECLARATION.md)
90+
* `buoy_interfaces` [QUALITY DECLARATION](https://github.com/osrf/mbari_wec_utils/tree/v2.0.0-rc2/buoy_interfaces/QUALITY_DECLARATION.md)
9191

9292
It has several "buildtool" dependencies, which do not affect the resulting quality of the package, because they do not contribute to the public library API.
9393

buoy_api_py/QUALITY_DECLARATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ There are no currently copyrighted source files in this package.
8787
### Direct Runtime ROS Dependencies [5.i]/[5.ii]
8888

8989
`buoy_api_py` has the following runtime ROS dependencies, which are at **Quality Level 5**:
90-
* `buoy_interfaces` [QUALITY DECLARATION](https://github.com/osrf/mbari_wec_utils/tree/release/v2.0.0-rc2/buoy_interfaces/QUALITY_DECLARATION.md)
90+
* `buoy_interfaces` [QUALITY DECLARATION](https://github.com/osrf/mbari_wec_utils/tree/v2.0.0-rc2/buoy_interfaces/QUALITY_DECLARATION.md)
9191

9292
It has several "buildtool" dependencies, which do not affect the resulting quality of the package, because they do not contribute to the public library API.
9393

pbcmd/QUALITY_DECLARATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ There are no currently copyrighted source files in this package.
8787
### Direct Runtime ROS Dependencies [5.i]/[5.ii]
8888

8989
`pbcmd` has the following runtime ROS dependencies, which are at **Quality Level 5**:
90-
* `buoy_interfaces` [QUALITY DECLARATION](https://github.com/osrf/mbari_wec_utils/tree/release/v2.0.0-rc2/buoy_interfaces/QUALITY_DECLARATION.md)
90+
* `buoy_interfaces` [QUALITY DECLARATION](https://github.com/osrf/mbari_wec_utils/tree/v2.0.0-rc2/buoy_interfaces/QUALITY_DECLARATION.md)
9191

9292
It has several "buildtool" dependencies, which do not affect the resulting quality of the package, because they do not contribute to the public library API.
9393

sim_pblog/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# sim_pblog
22
Python app simulates MBARI's wave energy conversion buoy Logger function using ROS2 topics.
33

4-
Please see [buoy_msgs/buoy_api_py](https://github.com/osrf/buoy_msgs/tree/release/v2.0.0-rc2/buoy_api_py)
5-
for controller [examples](https://github.com/osrf/buoy_msgs/tree/release/v2.0.0-rc2/buoy_api_py/buoy_api/examples)
4+
Please see [buoy_msgs/buoy_api_py](https://github.com/osrf/buoy_msgs/tree/v2.0.0-rc2/buoy_api_py)
5+
for controller [examples](https://github.com/osrf/buoy_msgs/tree/v2.0.0-rc2/buoy_api_py/buoy_api/examples)
66

77
## Modified template for python ROS2-enabled controller simulators

0 commit comments

Comments
 (0)