Skip to content

Commit 23d5ca8

Browse files
committed
Update development container and documentation references to autoware-safety-island
1 parent 62d0b58 commit 23d5ca8

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# ARM Safety Island - Autoware Actuation Module
88

9-
[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen)](https://oguzkaganozt.github.io/actuation_porting/)
9+
[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen)](https://autowarefoundation.github.io/autoware-safety-island/)
1010

1111
The ARM Safety Island is responsible for generating the control commands
1212
for the vehicle actuators in autoware-compatible format, and publishing
@@ -71,4 +71,4 @@ graph TD
7171

7272
## Getting Started
7373

74-
Go to the [documentation](https://oguzkaganozt.github.io/actuation_porting/) for details.
74+
Go to the [documentation](https://autowarefoundation.github.io/autoware-safety-island/) for details.

actuation_module/test/rosbag_test/play_rosbag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
source "/opt/ros/humble/setup.bash"
55
source "/opt/autoware/setup.bash"
66

7-
ros2 bag play --start-paused /actuation/actuation_module/test/rosbag_test/rosbag \
7+
ros2 bag play --start-paused /autoware-safety-island/actuation_module/test/rosbag_test/rosbag \
88
--topics \
99
/vehicle/status/steering_status \
1010
/planning/scenario_planning/trajectory \

documentation/user_guide/avh.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Clone the repository and its submodules:
4444

4545
.. code-block:: console
4646
47-
$ git clone https://github.com/oguzkaganozt/actuation_porting.git
48-
$ cd actuation_porting
47+
$ git clone https://github.com/autowarefoundation/autoware-safety-island.git
48+
$ cd autoware-safety-island
4949
$ git submodule update --init --recursive
5050
5151
Launch the development container:
@@ -172,7 +172,7 @@ Copy the repository and the OVPN file to the EC2 instance using SCP. If needed,
172172
follow the `Transfer files to Linux instances using an SCP client
173173
<https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/connect-linux-inst-ssh.html#linux-file-transfer-scp>`_
174174
paragraph for instructions on how to do that. The following steps assume that
175-
the repository is in ``~/actuation_porting`` and ``~/avh.ovpn`` is the destination
175+
the repository is in ``~/autoware-safety-island`` and ``~/avh.ovpn`` is the destination
176176
path for the configuration file.
177177

178178
Install the OpenVPN package and use the VPN configuration
@@ -208,7 +208,7 @@ Docker Compose:
208208

209209
.. code-block:: console
210210
211-
$ cd ~/actuation_porting/demo
211+
$ cd ~/autoware-safety-island/demo
212212
$ docker compose up
213213
214214
This will start the **Autoware without actuation pipeline**, which will then connect to

launch-dev-container.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ else
1111
echo -e "${COLOR_YELLOW}----------------------------------------------------------${COLOR_RESET}"
1212
fi
1313

14-
docker run --rm -it --name actuation-devcontainer \
14+
docker run --rm -it --name autoware-safety-island-devcontainer \
1515
--privileged \
1616
--network host \
1717
-v "$HOME/.ccache:/root/.ccache" \
18-
-v "$(pwd):/actuation" \
19-
-w "/actuation" \
18+
-v "$(pwd):/autoware-safety-island" \
19+
-w "/autoware-safety-island" \
2020
-e CCACHE_DIR=/root/.ccache \
21-
ghcr.io/oguzkaganozt/devcontainer:latest
21+
ghcr.io/autowarefoundation/autoware-safety-island:devcontainer

0 commit comments

Comments
 (0)