DEV Community

Mohammad Al-Hanoosh
Mohammad Al-Hanoosh

Posted on

Exploring the World of Open Source: Contributing to Drone World

Open source software thrives on a shared vision and the dedication of its contributors. My recent journey contributing to Drone World—an advanced simulation platform for testing small unmanned aerial systems—has been an inspiring experience. In this post, I’ll share insights into my contributions and why we as a whole should contribute to open source in general.

What is Drone World

Drone World is part of the Drone Research Vehicle (DRV) initiative, designed to simplify and enhance the testing of sUAS. With Drone World, users can:

  • Simulate Realistic Environments: Define weather, terrain, and other environmental conditions for testing.
  • Customize Drone Capabilities: Configure hardware, sensors, and flight parameters for specific drones.
  • Run Mission Scenarios: Test drones against various tasks, such as search-and-rescue or surveillance.

The platform provides detailed test reports, making it a powerful tool for refining systems and identifying potential issues early in development.

Contributions to Drone World

I had the opportunity to lead and contribute to some exciting work on Drone World. We made steady progress over six sprints, starting with smaller tasks to get everyone warmed up, like adding a battery monitor, improving the UI, and fixing a time-of-day bug. As things ramped up, we tackled bigger features like refactoring file uploads to Google Cloud Storage, building tools to fetch and display reports, and creating interfaces for storage services. Around Fall Break, we kept it light with simpler fixes, such as cleaning up logic and addressing a violation report. Toward the end, we pushed forward with backend/frontend improvements, adding functionality for uploading files to Google Drive and refining the overall storage system to be more streamlined and consistent.

Why Contributing to Open Source Software Matters

I enjoyed working on an open-source project, and it helped me learn a lot and see things differently. Contributing is more than just writing code—it’s about empowering innovation and collaboration. Open source software powers 97% of the world’s software, from the apps on your phone to the infrastructure running global businesses. But behind this innovation lies the work of countless developers contributing their time and expertise. GitHub’s 2022 report revealed over 94 million developers collaborated on open source projects last year, driving advancements that benefit everyone. By contributing, you’re not just improving code—you’re fostering transparency, strengthening security, and building tools that are free and accessible to all. Each contribution, big or small, ensures OSS remains a cornerstone of modern technology, empowering communities and industries alike.

Top comments (1)

Collapse
 
kungfuchicken profile image
Daniel Shown

!!!