Skip to content

Commit 7f591f5

Browse files
committed
Add instructions for using Autoware System Designer as an independent workspace in README.md
Signed-off-by: Taekjin LEE <[email protected]>
1 parent b339109 commit 7f591f5

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,29 @@ autoware_system_designer_build_deploy(
9595
)
9696
```
9797

98+
99+
## Use as an independent workspace
100+
101+
```sh
102+
# make workspace and git clone
103+
cd ~/workspace
104+
git clone [email protected]:autowarefoundation/autoware_system_designer.git autoware_system_designer/src
105+
cd autoware_system_designer
106+
107+
# set dependency
108+
source /opt/ros/$ROS_DISTRO/setup.bash
109+
rosdep update
110+
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
111+
112+
# build
113+
colcon build
114+
115+
# open visualization page (use your web browser)
116+
firefox install/systems.html
117+
google-chrome install/systems.html
118+
```
119+
120+
98121
## Glossary
99122

100123
### Entity Definitions

0 commit comments

Comments
 (0)