Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 1.32 KiB
- Introduction to ROS
- Sections of this Exercise
- What is ROS?
- ROS Philosophy
- ROS Concepts
- Computation Graph Level
- Filesystem Level
- Community Level
- First Steps with ROS
- ROS Workspace
- ROS Master
- Nodes
- Topics
- Services
- Messages
- ROS command-line interface commands
- Catkin Workspace
- Building a Package
- Implementing a Node
Introduction to ROS
Learning objective:
After completion of exercise 1 you should know the ROS components and concepts
- Master,
- Node,
- Message,
- Topic,
- Service
and how the organization of ROS on a filesystem level in packages works using the catkin build system.
Sections of this Exercise
- What is ROS?
- ROS Philosophy
- ROS Concepts
- First Steps with ROS
- Building a Package
- Implementing a Node