Skip to content

Commit

Permalink
ch1
Browse files Browse the repository at this point in the history
  • Loading branch information
yijun-tang committed Oct 8, 2024
1 parent 04c5eec commit b8e949c
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
Taking Reading Notes for My Personal Knowledge Base.

## running locally
```sh
# under the docs folder
bundle exec jekyll serve
```
36 changes: 36 additions & 0 deletions docs/_posts/2024-10-08-robotics_for_programmers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: post
title: "Robotics for Programmers"
categories: robotics
---

_This book isn't complete._

### Ch1: Robotics or Bits Meet Atoms

#### 1.1 Robots and Other Machines

Characteristics:
* interact with physical world directly
* can be programmed to execute different tasks

#### 1.2 What You Will Learn About Robots

#### 1.3 Robotics: The Big Picture

<img src="/assets/2024-10-08-robotics_for_programmers/figure1-1.png" alt="Description" width="633" height="357">

We could do more or less sensor data processing in the sensing part and leave more or less to the planning part. Author's advice is: Everything related to getting information out of sensor data **without considering the robot's objectives** is part of sensing.

#### 1.4 Robot Software Development Lifecycle

![The robot(software) development lifecycle](/assets/2024-10-08-robotics_for_programmers/figure1-4.png)

### Ch2: Robots from a Software Point of View

### Ch3: Robot Software Systems

### Ch4: Robot Motion (Geometry)

### Ch5: Robot Motion (Kinematics)

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8e949c

Please sign in to comment.