Skip to content

Commit

Permalink
update 9/26
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Sep 23, 2024
1 parent 1294de0 commit 5710c43
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion markdown/2024/0926.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,25 @@ cd ros2_setup_scripts_ubuntu
source /opt/ros/jazzy/setup.bash
```

下記のように`~/.bashrc`に書き込んでおくと毎回sourceコマンドを実行しなくて済むので便利です
下記のように`~/.bashrc`に書き込んでおくと毎回sourceコマンドを実行しなくて済むのkで便利です

```sh
echo "source /opt/ros/jazzy/setup.bash" >> ~/.bashrc
```

次のコマンドで環境変数を確認するとROS 2 Jazzyがインストールされたことを確認できます。

```sh
printenv | grep -i ROS
```

環境変数抜粋↓

```sh
ROS_VERSION=2
ROS_DISTRO=jazzy
```

以上でインストールは完了です。

## turtlesimで動作確認
Expand Down

0 comments on commit 5710c43

Please sign in to comment.