- Robot Operating System Cookbook
- Kumar Bipin
- 56字
- 2021-06-18 19:20:53
Initializing rosdep
The rosdep command-line tool must be installed and initialized before we can use ROS. This allows us to easily install libraries and solve system dependencies for the source we want to compile, and is required to run some core components in ROS:
$ sudo apt-get install python-rosdep $ sudo rosdep init $ rosdep update
推薦閱讀
- 大話PLC(輕松動漫版)
- Google Apps Script for Beginners
- 造個小程序:與微信一起干件正經事兒
- Java技術手冊(原書第7版)
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Web前端應用開發技術
- GameMaker Essentials
- 代替VBA!用Python輕松實現Excel編程
- Django 5企業級Web應用開發實戰(視頻教學版)
- PowerDesigner 16 從入門到精通
- Mastering Concurrency in Python
- iOS開發項目化入門教程
- UML基礎與Rose建模實用教程(第三版)
- C語言進階:重點、難點與疑點解析