{"id":24811287,"url":"https://github.com/redshiftrobotics/blueshift-2021","last_synced_at":"2025-10-29T22:07:45.603Z","repository":{"id":37642648,"uuid":"211188573","full_name":"redshiftrobotics/blueshift-2021","owner":"redshiftrobotics","description":"Full code used by Blueshift Robotics in the 2019-2021 MATE season","archived":false,"fork":false,"pushed_at":"2023-05-01T21:25:54.000Z","size":81942,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T13:33:16.727Z","etag":null,"topics":["controller","mate-rov","robot","udoo","water"],"latest_commit_sha":null,"homepage":"https://redshiftrobotics.github.io/blueshift-website/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redshiftrobotics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-09-26T22:02:00.000Z","updated_at":"2021-10-13T14:39:44.000Z","dependencies_parsed_at":"2023-09-25T00:58:29.101Z","dependency_job_id":null,"html_url":"https://github.com/redshiftrobotics/blueshift-2021","commit_stats":{"total_commits":157,"total_committers":3,"mean_commits":"52.333333333333336","dds":"0.10828025477707004","last_synced_commit":"2aa5547907b8a96424d1828b7121ac673d0a10f0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redshiftrobotics/blueshift-2021","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redshiftrobotics%2Fblueshift-2021","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redshiftrobotics%2Fblueshift-2021/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redshiftrobotics%2Fblueshift-2021/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redshiftrobotics%2Fblueshift-2021/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redshiftrobotics","download_url":"https://codeload.github.com/redshiftrobotics/blueshift-2021/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redshiftrobotics%2Fblueshift-2021/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017363,"owners_count":26086052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["controller","mate-rov","robot","udoo","water"],"created_at":"2025-01-30T12:20:05.036Z","updated_at":"2025-10-14T00:41:15.632Z","avatar_url":"https://github.com/redshiftrobotics.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **MATE Robot Controller**\n\n# Setup\n\nDownload and install anaconda for your system based on [these](https://docs.conda.io/projects/conda/en/latest/user-guide/install/) instructions.\n\n`cd` into the root directory of this repo and create a new anaconda environment with the command `conda env create -f robotControllerEnvironment.yml`. This creates a new environment called `robot-controller` that automatically installs all of the necessary libraries.\n\nActivate the environment with `conda activate robot-controller`.\n\nTo use the Arduino, you will need to download either the Arduino IDE or setup the web IDE. The Odoo Bolt has an integrated Arduino Leonardo.\n\n# Usage\n![Flowchart showing the air earth and water nodes](README/overview.png)\n## Overview\n\nThis code is split up into **3** sections called *nodes*. The three nodes are `water`, `air`, and `earth`. They are split across two computers. The `air` and `earth` nodes are on the computer above the water in the control station. The `water` node runs on the computer under the water that is attached to the robot.\n\nEach node has a different job in helping the robot function.\n\nThe `earth` node is the hub that everything goes through. It communicates with both the `water` and `air` nodes, ensuring that data goes to the right place. As it is the most (computationally) powerful, it also runs all of the computer vision, handles controller input, and is in charge of logging.\n\nThe `water` node interfaces with all of the hardware on the robot itself. That includes directly controlling the motors, reading data from sensors, and streaming camera data. Some of the sensor data needs to be pre-processed which it handles too. It sends all of its processed data to the `earth` node.\n\nThe `air` node is a front end to display the information captured and processed by the `water` and `earth` nodes. It displays sensor measurments, camera feeds, logs, and computer vision results.\n\n## How to start on Udoo\nAfter connecting the Udoo to the Pi, start two terminal instances on the Udoo. First, run start-earthnode.sh. In the other instance, run start-waternode.sh. This will open an ssh connection to the Pi (so long as you have setup keygens) and start the waternode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredshiftrobotics%2Fblueshift-2021","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredshiftrobotics%2Fblueshift-2021","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredshiftrobotics%2Fblueshift-2021/lists"}