- ROS Robotics By Example(Second Edition)
- Carol Fairchild Dr. Thomas L. Harman
- 252字
- 2021-07-02 22:28:31
Chapter 2. Creating Your First Two-Wheeled ROS Robot (in Simulation)
Your first robot will be created in simulation so that even if you do not have a physical robot to learn ROS on, you will be able to follow along and do the exercises in this book. We will build a simple two-wheeled robot named dd_robot
(dd
is short for differential drive). We will build a Unified Robot Description Format (URDF) file for the robot that will describe the main components of our robot and enable it to be visualized and controlled by ROS tools, such as rviz and Gazebo. Rviz is a visualization tool in which we will view our dd_robot
URDF file as we build it in increments. When the visual model is complete, we will modify the URDF file for use in the Gazebo simulator. In Gazebo, we can view the effects of physics on our model as we move our model around the 3D environment.
In this chapter, we will cover the following topics:
- An introduction to rviz, installation instructions, and instructions for use
- How to create and build a ROS package
- An incremental approach to develop a URDF file and visualizing it in rviz
- ROS tools to verify the URDF file
- An introduction to Gazebo, installation instructions, and instructions for use
- Modifications necessary to visualize the URDF file in Gazebo
- Tools to verify your Gazebo URDF/Simulation Description Format (SDF) file
- A simple way to control a robot in Gazebo
We begin by learning about rviz.
- 人工智能超越人類
- JavaScript實例自學(xué)手冊
- Zabbix Network Monitoring(Second Edition)
- Matplotlib 3.0 Cookbook
- Python Data Science Essentials
- Visual Basic.NET程序設(shè)計
- 悟透AutoCAD 2009完全自學(xué)手冊
- 內(nèi)??刂萍捌鋺?yīng)用
- Bayesian Analysis with Python
- 大數(shù)據(jù)案例精析
- AMK伺服控制系統(tǒng)原理及應(yīng)用
- 電動汽車驅(qū)動與控制技術(shù)
- Xilinx FPGA高級設(shè)計及應(yīng)用
- Visual Basic項目開發(fā)案例精粹
- QTP自動化測試實踐