09a23a987a71ea096d58c8ee23b5163a0df015b2
  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 | +```  |