Draft:FogROS2
Submission declined on 14 April 2025 by Mcmatter (talk). This submission is not adequately supported by reliable sources. Reliable sources are required so that information can be verified. If you need help with referencing, please see Referencing for beginners and Citing sources. This draft's references do not show that the subject qualifies for a Wikipedia article. In summary, the draft needs multiple published sources that are:
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
| ![]() |
Comment: In accordance with Wikipedia's Conflict of interest policy, I disclose that I have a conflict of interest regarding the subject of this article. Keplerccc (talk) 19:52, 14 April 2025 (UTC)
Developer(s) | UC Berkeley AUTOLAB |
---|---|
Initial release | 2022 |
Written in | Python |
Operating system | Ubuntu Linux |
Platform | ROS 2 |
License | Apache License 2.0 |
Website | Official website |
FogROS2 is an open-source extension to the Robot Operating System 2 (ROS 2) that enables robots to offload computationally intensive tasks—such as simultaneous localization and mapping (SLAM), grasp planning, and motion planning—to cloud resources. Developed by the AUTOLAB at the University of California, Berkeley, FogROS2 facilitates the deployment of ROS 2 nodes across cloud providers, automating the provisioning of cloud instances, installation of dependencies, and secure communication between robots and cloud services.
Overview
[edit]FogROS2 addresses the limitations of onboard computational resources in robots by leveraging cloud computing platforms like Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure. By integrating with ROS 2's launch system, FogROS2 allows developers to specify which nodes should run locally and which should be deployed to the cloud, without requiring modifications to the existing codebase. This approach enhances the performance of robotic applications by utilizing high-performance hardware available in the cloud.
Architecture
[edit]The architecture of FogROS2 comprises:
- Launch System Integration: Extends ROS 2's launch system to support cloud deployment specifications.
- Cloud Provisioning: Automates the setup of cloud instances, including the installation of ROS 2 and necessary dependencies.
- Secure Communication: Establishes encrypted connections between robots and cloud nodes using tools like WireGuard.
- Resource Management: Allows specification of cloud resources (e.g., CPU, GPU) for each node, facilitating optimal allocation based on computational requirements.
Key Features
[edit]- Transparency: Developers can offload nodes to the cloud without altering existing ROS 2 code.
- Performance Gains: Demonstrated speedups include 2x for SLAM, 12x for grasp planning, and 28x for motion planning tasks.
- Security: Utilizes VPNs and encrypted channels to ensure secure data transmission between robots and cloud services.
- Flexibility: Supports deployment across various cloud providers and regions, enabling scalability and redundancy.
Extensions
[edit]FogROS2 has inspired several extensions to enhance its capabilities:
- FogROS2-SGC (Secure Global Connectivity): Enables secure and efficient communication between ROS 2 nodes across different networks and geographic locations. It introduces globally unique identifiers for nodes, facilitating seamless data routing without code modifications.
- FogROS2-FT (Fault Tolerant): Introduces fault tolerance by replicating stateless ROS 2 services across multiple cloud providers. It routes requests to multiple replicas and uses the first response, ensuring continued operation despite individual server failures or network issues.
- FogROS2-PLR (Probabilistic Latency-Reliability): Enhances latency reliability by utilizing multiple independent network interfaces to send requests to replicated cloud servers, selecting the first response received. This approach mitigates the impact of network variability on robotic applications.
See Also
[edit]External Links
[edit]- Official FogROS2 Documentation
- FogROS2 GitHub Repository
- FogROS2-SGC Project Page
- FogROS2: An Adaptive Platform for Cloud and Fog Robotics Using ROS 2
- FogROS2-SGC: A ROS2 Cloud Robotics Platform for Secure Global Connectivity
- FogROS2-FT: Fault Tolerant Cloud Robotics
- FogROS2-PLR: Probabilistic Latency-Reliability For Cloud Robotics
Category:Robotics middleware Category:Cloud computing Category:Free software Category:Robot operating systems