Outline
-
What is ROS
-
Why use ROS
-
Applications of ROS
-
ROS architecture
-
Creating a workspace and building it
-
Publishers/subscribers
-
Services
-
Actions
-
Implementing publisher/subscriber using Python
-
Implementing services using Python
-
Implementing actions using Python
-
Creating custom messages, custom service definitions, and custom actions ...