Skip to content

Commit 6e1a846

Browse files
committed
update branch references to release/v1.1.0-rc1
Signed-off-by: Michael Anderson <[email protected]>
1 parent c98c6c1 commit 6e1a846

File tree

8 files changed

+30
-30
lines changed

8 files changed

+30
-30
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ These are the repositories for the project:
1313

1414
* [mbari_wec_utils](https://github.com/osrf/mbari_wec_utils): ROS 2 messages, interface API, and examples for
1515
receiving and sending data to a physical or simulated buoy.
16-
* [buoy_interfaces](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_cpp): ROS 2 messages
16+
* [buoy_interfaces](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_cpp): ROS 2 messages
1717
to recieve and send data to a physical or simulated buoy
18-
* [buoy_api_cpp](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_cpp): C++ Interface to
18+
* [buoy_api_cpp](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_cpp): C++ Interface to
1919
MBARI Power Buoy including Controller examples to run against a physical or simulated buoy.
20-
* [buoy_api_py](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_py): Python Interface to
20+
* [buoy_api_py](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_py): Python Interface to
2121
MBARI Power Buoy including Controller examples to run against a physical or simulated buoy.
2222
* [mbari_wec_gz](https://github.com/osrf/mbari_wec_gz)
23-
* [buoy_description](https://github.com/osrf/buoy_description/tree/v1.1.0-rc1/buoy_description):
23+
* [buoy_description](https://github.com/osrf/buoy_description/tree/release/v1.1.0-rc1/buoy_description):
2424
Buoy model description.
25-
* [buoy_gazebo](https://github.com/osrf/buoy_description/tree/v1.1.0-rc1/buoy_gazebo):
25+
* [buoy_gazebo](https://github.com/osrf/buoy_description/tree/release/v1.1.0-rc1/buoy_gazebo):
2626
Gazebo plugins, worlds and launch files to simulate the buoy.
2727

2828
# Interfaces and Examples
@@ -31,10 +31,10 @@ There are two GitHub
3131
[template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)
3232
repositories set up (cpp/python) for a quick start on writing a
3333
custom controller utilizing
34-
[buoy_api_cpp](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_cpp) and
35-
[buoy_api_py](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_py). Please see
36-
[cpp examples](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_cpp/examples) and
37-
[python examples](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_py/buoy_api/examples) for example
34+
[buoy_api_cpp](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_cpp) and
35+
[buoy_api_py](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_py). Please see
36+
[cpp examples](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_cpp/examples) and
37+
[python examples](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_py/buoy_api/examples) for example
3838
controller implementations.
3939

4040
* [mbari_wec_template_cpp](https://github.com/mbari-org/mbari_wec_template_cpp)
@@ -90,7 +90,7 @@ At the moment, MBARI WEC is supported by source installation only. Use Ubuntu Ja
9090
2. Clone all source repos with the help of `vcstool`:
9191
9292
```
93-
wget https://raw.githubusercontent.com/osrf/mbari_wec/v1.1.0-rc1/mbari_wec_all.yaml
93+
wget https://raw.githubusercontent.com/osrf/mbari_wec/release/v1.1.0-rc1/mbari_wec_all.yaml
9494
vcs import < mbari_wec_all.yaml
9595
cd ~/mbari_wec_ws
9696
```
@@ -136,12 +136,12 @@ MBARI maintains Docker images for the two most recent releases on their DockerHu
136136
1. Get `run.bash` script.
137137
138138
```
139-
git clone -b v1.1.0-rc1 https://github.com/osrf/mbari_wec.git
139+
git clone -b release/v1.1.0-rc1 https://github.com/osrf/mbari_wec.git
140140
cd ~/mbari_wec/docker/
141141
```
142142
Or
143143
```
144-
wget https://raw.githubusercontent.com/osrf/mbari_wec/v1.1.0-rc1/docker/run.bash
144+
wget https://raw.githubusercontent.com/osrf/mbari_wec/release/v1.1.0-rc1/docker/run.bash
145145
chmod +x run.bash
146146
```
147147
@@ -162,7 +162,7 @@ An alternative to using the images from MBARI's DockerHub would be to build from
162162
1. Clone the mbari_wec repository to download the latest Dockerfile.
163163
164164
```
165-
git clone -b v1.1.0-rc1 https://github.com/osrf/mbari_wec.git
165+
git clone -b release/v1.1.0-rc1 https://github.com/osrf/mbari_wec.git
166166
cd ~/mbari_wec/docker/
167167
```
168168

docker/mbari_wec/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ WORKDIR /home/$USERNAME
9898
ENV MBARI_WEC_WS /home/$USERNAME/mbari_wec_ws
9999
RUN mkdir -p ${MBARI_WEC_WS}/src \
100100
&& cd ${MBARI_WEC_WS}/src/ \
101-
&& wget https://raw.githubusercontent.com/osrf/mbari_wec/v1.1.0-rc1/mbari_wec_all.yaml \
101+
&& wget https://raw.githubusercontent.com/osrf/mbari_wec/release/v1.1.0-rc1/mbari_wec_all.yaml \
102102
&& vcs import < mbari_wec_all.yaml
103103

104104
# Install rosdep dependencies

docs/docs/Tutorials/Install/Install_docker.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ MBARI maintains Docker images for the two most recent releases on their DockerHu
1818
1. Get `run.bash` script.
1919

2020
```
21-
git clone -b v1.1.0-rc1 https://github.com/osrf/mbari_wec.git
21+
git clone -b release/v1.1.0-rc1 https://github.com/osrf/mbari_wec.git
2222
cd ~/mbari_wec/docker/
2323
```
2424
Or
2525
```
26-
wget https://raw.githubusercontent.com/osrf/mbari_wec/v1.1.0-rc1/docker/run.bash
26+
wget https://raw.githubusercontent.com/osrf/mbari_wec/release/v1.1.0-rc1/docker/run.bash
2727
chmod +x run.bash
2828
```
2929

@@ -44,7 +44,7 @@ An alternative to using the images from MBARI's DockerHub would be to build from
4444
1. Clone the mbari_wec repository to download the latest Dockerfile.
4545

4646
```
47-
git clone -b v1.1.0-rc1 https://github.com/osrf/mbari_wec.git
47+
git clone -b release/v1.1.0-rc1 https://github.com/osrf/mbari_wec.git
4848
cd ~/mbari_wec/docker/
4949
```
5050

docs/docs/Tutorials/Install/Install_source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use Ubuntu 22.04.
3636

3737
2. Clone all source repos with the help of `vcstool`:
3838
```
39-
wget https://raw.githubusercontent.com/osrf/mbari_wec/v1.1.0-rc1/mbari_wec_all.yaml
39+
wget https://raw.githubusercontent.com/osrf/mbari_wec/release/v1.1.0-rc1/mbari_wec_all.yaml
4040
vcs import < mbari_wec_all.yaml
4141
cd ~/mbari_wec_ws
4242
```

docs/docs/Tutorials/ROS2/CppLinearDamperExample.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ reduced when retracting.
241241
### Controller
242242

243243
All that is left is to connect the necessary feedback data to the `ControlPolicy`. In this case,
244-
`rpm`, `scale`, and `retract` are present in [`buoy_interfaces.msg.PCRecord`](https://github.com/osrf/mbari_wec_utils/blob/v1.1.0-rc1/buoy_interfaces/msg/PCRecord.msg) on the `/power_data`
244+
`rpm`, `scale`, and `retract` are present in [`buoy_interfaces.msg.PCRecord`](https://github.com/osrf/mbari_wec_utils/blob/release/v1.1.0-rc1/buoy_interfaces/msg/PCRecord.msg) on the `/power_data`
245245
topic published by the Power Controller running on the buoy.
246246

247247
To access the data, all that is required is to define the callback

docs/docs/Tutorials/ROS2/CppTemplate.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ There are two GitHub
1111
[template repositories](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)
1212
set up (C++/Python) for a quick start on writing a
1313
custom controller utilizing
14-
[buoy_api_cpp](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_cpp) and
15-
[buoy_api_py](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_py). Please see
16-
[C++ examples](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_cpp/examples) and
17-
[Python examples](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_py/buoy_api/examples) for
14+
[buoy_api_cpp](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_cpp) and
15+
[buoy_api_py](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_py). Please see
16+
[C++ examples](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_cpp/examples) and
17+
[Python examples](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_py/buoy_api/examples) for
1818
example controller implementations.
1919

2020
* [mbari_wec_template_cpp](https://github.com/mbari-org/mbari_wec_template_cpp)

docs/docs/Tutorials/ROS2/PythonTemplate.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ There are two GitHub
1111
[template repositories](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)
1212
set up (C++/Python) for a quick start on writing a
1313
custom controller utilizing
14-
[buoy_api_cpp](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_cpp) and
15-
[buoy_api_py](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_py). Please see
16-
[C++ examples](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_cpp/examples) and
17-
[Python examples](https://github.com/osrf/mbari_wec_utils/tree/v1.1.0-rc1/buoy_api_py/buoy_api/examples) for example
14+
[buoy_api_cpp](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_cpp) and
15+
[buoy_api_py](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_py). Please see
16+
[C++ examples](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_cpp/examples) and
17+
[Python examples](https://github.com/osrf/mbari_wec_utils/tree/release/v1.1.0-rc1/buoy_api_py/buoy_api/examples) for example
1818
controller implementations.
1919

2020
* [mbari_wec_template_cpp](https://github.com/mbari-org/mbari_wec_template_cpp)

mbari_wec_all.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ repositories:
33
mbari_wec:
44
type: git
55
url: https://github.com/osrf/mbari_wec
6-
version: v1.1.0-rc1
6+
version: release/v1.1.0-rc1
77
mbari_wec_utils:
88
type: git
99
url: https://github.com/osrf/mbari_wec_utils
10-
version: v1.1.0-rc1
10+
version: release/v1.1.0-rc1
1111
mbari_wec_gz:
1212
type: git
1313
url: https://github.com/osrf/mbari_wec_gz
14-
version: v1.1.0-rc1
14+
version: release/v1.1.0-rc1
1515
# Must compile ros_gz from source because Humble + Garden is not an official combination
1616
# freezing for release
1717
ros_gz:

0 commit comments

Comments
 (0)