6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ROS2をアンインストールする

Last updated at Posted at 2019-11-12

#概要
ROS2をアンインストールする。

#環境

  • ubuntu 18.04 LTS
  • ROS2(ros-dashing-desktop)

#手順

###1.パッケージ消去
今回はdashingで行いましたが、おそらくバージョン名を書き換えることで他のバージョンでも利用可能です。また、purgeコマンドで設定ファイルも消しています。

terminal
sudo apt purge -y ros-dashing-*
sudo apt -y autoremove

###2.bashの設定ファイルの記述を消去
以下の記述を消去します。

.bashrc
source /opt/ros/dashing/setup.bash

###3.再起動

terminal
sudo reboot

#参考文献

6
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?