Week 05 - Linux Operations And Robot Kinematics
Task Goal
This week combines Linux file operations with robot kinematics concepts. The key idea is that robot development requires both system-level skill and coordinate-frame understanding.
Folder Check
week5/ |-- README.md # required report |-- img/ # recording evidence
Environment
- Linux terminal
- GitHub Markdown
- Robot TF / coordinate-frame concepts
Steps
- Practice Linux commands such as permission and ownership operations.
- Study base_link and odom relationships.
- Record the experiment process as a video.
Commands
chmod
chown
ls -la
Result
Summary
Linux permissions affect whether scripts and robot packages can run correctly. Coordinate-frame knowledge is also necessary for understanding how robots locate themselves in space.