Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit 37bd1c2

Browse files
authored
Update README.md
1 parent fac05c9 commit 37bd1c2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ consai2r2はROS 2 Dashingに対応しています。
5656

5757
```zsh
5858
# ワークスペースの作成
59-
mkdir -p ~/ros2_ws/src
59+
$ mkdir -p ~/ros2_ws/src
6060

6161
# consai2r2のクローン
62-
cd ~/ros2_ws/src
63-
git clone https://github.com/SSL-Roots/consai2r2
62+
$ cd ~/ros2_ws/src
63+
$ git clone https://github.com/SSL-Roots/consai2r2
6464

6565
# 依存関係のインストール
6666
# 事前にrosdep init, update を実行すること
67-
rosdep install -r -y --from-paths . --ignore-src
67+
$ rosdep install -r -y -i --from-paths .
6868

6969
# consai2r2のビルド
70-
cd ~/ros2_ws
71-
colcon build
72-
source ~/ros2_ws/install/setup.bash
70+
$ cd ~/ros2_ws
71+
$ colcon build --symlink-install
72+
$ source ~/ros2_ws/install/setup.bash
7373
```
7474

7575
## consai2r2のデバッグに役立つツールをインストール
@@ -89,7 +89,7 @@ RoboCup SSLのソフトウェア開発に役立ちます。
8989
下記コマンドでgrSimのロボットをジョイスティックコントローラで操作できます。
9090

9191
```zsh
92-
ros2 launch consai2r2_examples joystick_example.launch.py
92+
$ ros2 launch consai2r2_examples joystick_example.launch.py
9393
```
9494

9595
# Development

0 commit comments

Comments
 (0)