c5b45396a9b90f4ff54bdd5195d7b8bcc033d6ad
ros/noetic/realsense/RealSense D435i\343\202\273\343\203\203\343\203\210\343\202\242\343\203\203\343\203\227.md
... | ... | @@ -0,0 +1,10 @@ |
1 | +### pipのインストール |
|
2 | +``` |
|
3 | +$ sudo apt install python3-pip |
|
4 | +``` |
|
5 | + |
|
6 | +### catkin-toolsのインストール |
|
7 | +[Installing catkin_tools — catkin_tools 0.0.0 documentation](https://catkin-tools.readthedocs.io/en/latest/installing.html) |
|
8 | +``` |
|
9 | +$ pip install catkin-tools |
|
10 | +``` |