会员   密码 您忘记密码了吗?
1,503,388 本书已上架      购物流程 | 常见问题 | 联系我们 | 关于我们 | 用户协议

有店 App


当前分类

商品分类

浏览历史

当前位置: 首页 > 简体书 > ROS高效機器人編程:第3版(影印版)
ROS高效機器人編程:第3版(影印版)
上一张
下一张
prev next

ROS高效機器人編程:第3版(影印版)

作者: (西)ANIL MAHTANI
出版社: 東南大學出版社
出版日期: 2017-10-01
商品库存: 点击查询库存
以上库存为海外库存属流动性。
可选择“空运”或“海运”配送,空运费每件商品是RM14。
配送时间:空运约8~12个工作天,海运约30个工作天。
(以上预计配送时间不包括出版社库存不足需调货及尚未出版的新品)
定价:   NT552.00
市场价格: RM99.24
本店售价: RM88.32
促销价: RM84.35
剩余时间: 请稍等, 正在载入中...
购买数量:
collect Add to cart Add booking
详细介绍 商品属性 商品标记
內容簡介

《ROS機器人程式設計(第3版 影印版 英文版)》含了大量可以上手的例子,可以幫助你對自己的機器行程式設計。同時利用開源的ROS庫和工具給出了一套完整的解決方案。另外還展示了如何利用虛擬機器和Dcoker容器簡化Ubuntu和ROS框架的安裝,使你可以在一個隔離的、受控的環境中開始工作,改通常的電腦設置。

《ROS機器人程式設計(第3版 影印版 英文版)》首先講解了安裝方法和基本概念,然後介紹了多複雜的ROS模組,例如感測器和傳動裝置集成(驅動)、導航和繪圖(這樣你就可以創建自主式移動機器人了)、控制處理、電腦視覺、使用PCL的3D感知等。最後。你將能夠利用ROSKinetic的所有特性構建一能的機器人。


作者介紹


目錄

Preface

Chapter 1: Getting Started with ROS
PC installation
Installing ROS Kinetic using repositories
Configuring your Ubuntu repositories
Setting up your source.list file
Setting up your keys
Installing ROS
Initializing rosdep
Setting up the environment
Getting rosinstall
How to install VirtualBox and Ubuntu
Downloading VirtualBox
Creating the virtual machine
Using ROS from a Docker image
Installing Docker
Getting and using ROS Docker images and containers
Installing ROS in BeagleBone Black
Prerequisites
Setting up the local machine and source.list file
Setting up your keys
Installing the ROS packages
Initializing rosdep for ROS
Setting up the environment in the BeagleBone Black
Getting rosinstall for BeagleBone Black
Basic ROS example on the BeagleBone Black
Summary

Chapter 2: ROS Architecture and Concepts
Understanding the ROS Filesystem level
The workspace
Packages
Metapackages
Messages
Services
Understanding the ROS Computation Graph level
Nodes and nodelets
Topics
Services
Messages
Bags
The ROS master
Parameter Server
Understanding the ROS Community level
Tutorials to practise with ROS
Navigating through the ROS filesystem
Creating our own workspace
Creating an ROS package and metapackage
Building an ROS package
Playing with ROS nodes
Learning how to interact with topics