![]() |
sky360 repositorysky360-ros-iron-heartbeat sky360_camera sky360_image_processing sky360_interfaces sky360_launch sky360_monitoring sky360_tracking sky360_visualizers demo_nodes_py |
|
Repository Summary
Checkout URI | https://github.com/sky360-repository/sky360.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-06-30 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
sky360-ros-iron-heartbeat | 0.1.0 |
sky360_camera | 0.0.1 |
sky360_image_processing | 0.0.1 |
sky360_interfaces | 0.0.1 |
sky360_launch | 0.0.0 |
sky360_monitoring | 0.0.1 |
sky360_tracking | 0.0.1 |
sky360_visualizers | 0.0.1 |
demo_nodes_py | 0.34.0 |
README
sky360
Observational Citizen Science of Earths atmosphere and beyond.
Sky360.org aims to contribute to the research and understanding of UAP by providing a robotic system capable of autonomously observing the skies and capturing relevant data.
Bug Reports and Feature Requests
If you encounter a bug or have a feature request related to either the ROS2 backend or the OpenMCT frontend, you can contribute by opening an issue in the Sky360.org repository. To create an issue:
- Go to the issue tracker of the repository.
- Click on “New Issue”.
- Provide a descriptive title for the issue.
- In the issue description, provide as much detail as possible, including steps to reproduce the bug or a clear explanation of the requested feature.
- Submit the issue.
What is needed for the station
@richard
How to build the station
@richard or @christian
How to install the software
TBD
Contributing to Sky360.org
Please take a look at our contributing.md
System Architecture - WIP
The Sky360.org system follows a modular architecture, allowing different components to communicate and work together seamlessly. The primary components of the system include:
- Fisheye Camera: The fisheye camera captures a wide field of view, enabling a comprehensive observation of the skies.
- Recorder: Designed to record raw data from sensors as well as situational awarness. Currently in developement for the fisheye camera.
- OpenMCT: OpenMCT (Open Mission Control Technologies) is utilized on the client side for visualizing and analyzing the collected data in a user-friendly manner.
The modular architecture of Sky360.org allows for flexibility and scalability. Additional components can be added in future versions to enhance the system’s capabilities. The communication between the components is facilitated through ROS2, ensuring seamless integration and interoperability.
Development team
FAQ
Read here
CONTRIBUTING
Contribute to Sky360
We appreciate your interest in contributing to the development of Sky360.org! By contributing, you can help improve the system, add new features, and make it more robust in observing and detecting UAP. This guide outlines the steps to contribute effectively.
Software Guidelines and Best Practices
- Follow the existing code style and guidelines used in the repository for both the ROS2 backend and the OpenMCT frontend.
- Write clear and concise commit messages and pull request descriptions.
- Provide appropriate documentation and tests for new fPeatures and bug fixes in both the ROS2 backend and the OpenMCT frontend.
- Be respectful and considerate in your interactions with other contributors.
*Note: This contribution guide provides a general overview. Please adapt it to match the specific contribution process and guidelines of your Sky360.org repository, taking into account the ROS2 backend and OpenMCT frontend contributions.
Guidelines for Commit Messages
When making commits to the Sky360.org project, please follow these guidelines for writing commit messages:
- Begin the commit message with a capitalized verb in the present tense (e.g., “Add,” “Fix,” “Update,” “Refactor”).
- Keep the commit message concise and descriptive, summarizing the purpose of the commit.
- Use imperative mood (e.g., “Add new feature” instead of “Added new feature”).
- Separate the subject from the body of the message with a blank line.
- In the body, provide more detailed information if necessary, such as explaining the rationale behind the change.
Example commit message:
Add new ROS2 feature: XYZ
This commit introduces a new ROS2 feature to improve the UAP detection accuracy. The XYZ module is responsible for performing advanced object tracking algorithms based on machine learning techniques. This feature enhances the system's ability to identify and track UAP effectively.
Guidelines for Pull Requests
When opening a pull request (PR) for the Sky360.org project, please adhere to the following guidelines:
- Provide a clear and concise title for the PR, summarizing the changes made.
- Include a detailed description of the purpose and scope of the PR.
- Reference any relevant issues or feature requests in the description.
- Ensure that the PR includes all necessary changes, including code updates, documentation modifications, and tests, if applicable.
- Respond to any feedback or comments promptly and make the necessary updates accordingly.
Example pull request description:
Feature: Implement Real-Time Data Visualization in OpenMCT
This PR adds a real-time data visualization feature to the OpenMCT frontend. It includes a new widget that displays live telemetry data from the Sky360 robotic system. Users can now monitor the detected objects and their attributes in real time, enhancing the situational awareness during UAP observations.
Closes #42
Contact
If you have any questions or need further assistance, feel free to reach out through the issue tracker.
We appreciate your contributions and thank you for your support in advancing the Sky360.org project!
Dependencies
- docker
- Visual Studio Code
- dev containers extension https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
Develop
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
git clone https://github.com/sky360-repository/sky360.git
cd sky360
Guidelines
- ROS2 (backend)
cd src/ros2
code .
Then open the folder in dev. container. (Dev Containers: Open Folder in Container… command from the Command Palette or quick actions Status bar item)
- OpenMCT (frontend)
ROS2 (backend)
create a new ROS2 node.
C++