- 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.
- 數據展現的藝術
- Word 2000、Excel 2000、PowerPoint 2000上機指導與練習
- 輕松學C#
- Mastering VMware vSphere 6.5
- 實時流計算系統設計與實現
- Visual C# 2008開發技術實例詳解
- Google App Inventor
- JSP從入門到精通
- Android游戲開發案例與關鍵技術
- Kubernetes for Serverless Applications
- Docker on Amazon Web Services
- Linux Shell編程從初學到精通
- Excel 2007終極技巧金典
- 網絡脆弱性掃描產品原理及應用
- Mastering Ansible(Second Edition)