Skip to content

Rust Visualisation (Draft)#42

Open
LiamGallagher737 wants to merge 37 commits intomainfrom
visualisation
Open

Rust Visualisation (Draft)#42
LiamGallagher737 wants to merge 37 commits intomainfrom
visualisation

Conversation

@LiamGallagher737
Copy link
Copy Markdown
Member

  • Add new visualization.py
  • Emit data from arduino

This comment was marked as outdated.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new Python visualization module for robot state rendering and a JSON serialization header for Arduino sensor readings, with corresponding integration in the main Arduino sketch.

  • Added visualisation.py to plot robot sensor and state data using matplotlib.
  • Introduced Json.h to serialize sensor readings into JSON for Arduino output.
  • Updated FutBot.ino to include the new Json.h for JSON data transmission.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
visualisation.py New module for plotting robot state and sensor data with matplotlib.
Json.h New header for generating JSON output from sensor readings using ArduinoJson.
FutBot.ino Modified to include Json.h, enabling JSON data handling in the firmware.

Comment thread Json.h
@LiamGallagher737 LiamGallagher737 changed the title Python Visualisation (Draft) Rust Visualisation (Draft) Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants