-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toc.yml
More file actions
28 lines (27 loc) · 784 Bytes
/
Copy path_toc.yml
File metadata and controls
28 lines (27 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: "Robotics Fundamentals"
chapters:
- file: lec1-intro/intro
- file: lec2-dof/configuration
- file: lec3-basic-kin/basic-kinematics
- file: lec4-fk/fk
- file: lec5-aik/aik
- file: lec6-mp/motion_planning
- file: lec7-dk/dk
- file: lec8-jac/jac
- file: lec9-singu/singularity
- file: lec10-dual/dual
# - file: lec15/inverse_vk
- file: lec11-nik/nik
- file: lec12-dyn/dyn
# - file: lec19/control_overview
# - file: lec20/djc
- file: lec13-jsc/jsc
- file: lec14-osc/osc
- caption: "Python Coding"
chapters:
- file: python-coding/python-intro