Demos

We will go together through some demos to get started with DC. You shall find them in the dc_demos package

Warning

Make sure you built and sourced the workspace.

Info

Have you checked the configuration examples before running the demos? They will help understand how the demo configuration work.

TitleDescription
UptimeCollect how long the system has been running and print it on Stdout. Minimal example
Group memory and uptimeCollect both memory and uptime and group them in a dictionary
Turtlebot3 StdoutCollect command velocity, map, position and speed and print it in stdout
Turtlebot3 AWS Warehouse MinIO PostgreSQLCollect system, robot, environment and infrastructure data and send it to MinIO and PostgreSQL
Turtlebot3 AWS Warehouse InfluxDBCollect system, robot, environment and infrastructure data and send it to InfluxDB
Turtlebot3 QR codesCollect QR codes and images
Custom pluginCreate an external plugin

Note that each demo assumes concepts explained in previous demos will be acknowledged.