Skip to content

Commit 565aed4

Browse files
authored
feat(repos): upgrade agnocast to 2.0.1 (#5977)
* upgrade agnocast to 2.0.1 Signed-off-by: sykwer <sykwer@gmail.com> * add comment Signed-off-by: sykwer <sykwer@gmail.com> --------- Signed-off-by: sykwer <sykwer@gmail.com>
1 parent 654e7be commit 565aed4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ansible/roles/agnocast/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ None.
99
## Manual Installation
1010

1111
```bash
12-
agnocast_version="1.0.2"
12+
agnocast_version="2.0.1"
1313

1414
sudo add-apt-repository -y ppa:t4-system-software/agnocast
1515
sudo apt update
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
agnocast_version: 1.0.2
1+
agnocast_version: 2.0.1

autoware.repos

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ repositories:
116116
# TODO(TIER IV): During the transition period of Agnocast introduction,
117117
# the Agnocast ROS packages are provided as a source build.
118118
# Once the transition stabilizes, use the packages released from the official ROS repository.
119+
# Issue: https://github.com/autowarefoundation/autoware/issues/5968
119120
middleware/external/agnocast:
120121
type: git
121122
url: https://github.com/tier4/agnocast.git
122-
version: 1.0.2
123+
version: 2.0.1

0 commit comments

Comments
 (0)