Jump to content

LUMINSim: Difference between revisions

From Aurora Robotics
No edit summary
No edit summary
Line 1: Line 1:
<h1>LUMINSim (AKA GodotRobot)</h1>
<h1>LUMINSim (AKA GodotRobot)</h1>
[[File:Astronaut Cinematic.png|alt=The LUMINSim astronaut standing on the edge of Shackleton crater.|thumb|The LUMINSim astronaut standing on the edge of Shackleton crater.]]
[[File:Astronaut Cinematic.png|alt=The LUMINSim astronaut standing on the edge of Shackleton crater.|thumb|The LUMINSim astronaut standing on the edge of Shackleton crater.]]
<p><strong>LUMINSim</strong> (Lunar Mining and Infrastructure Network Simulator) is an [https://github.com/auroraroboticslab/godotrobot/ open source] lunar robotic simulator developed by Aurora Robotics using [https://godotengine.org/ Godot 4.4]. It serves as a tool for testing and refining robots and their operations in a simulated lunar environment, directly supporting the overarching <strong>[[LUMIN]]</strong> control system. The simulation focuses on the challenges of mining, construction, and other infrastructure tasks essential for future lunar exploration.</p>
<p>'''Developers:''' Visit [[LUMINSim Documentation]] for more detailed information about LUMINSim's inner workings and how to get started with development.</p>
<p>'''Developers:''' Visit [[LUMINSim Documentation]] for more detailed information about LUMINSim's inner workings.</p>
[[File:Astra Digging.png|alt=The Astra robot digging in LUMINSim.|thumb|The Astra robot digging in LUMINSim.]]
[[File:Astra Digging.png|alt=The Astra robot digging in LUMINSim.|thumb|The Astra robot digging in LUMINSim.]]
<h2>Overview</h2>
<h2>Overview</h2>


<p>LUMINSim aims to be a detailed simulation environment for lunar mining operations. As part of the broader [[LUMIN]] system, it allows the team to model various robotic designs, navigation algorithms, and task execution methods under realistic lunar conditions. The simulator currently features the <strong>[[LAMP v1|Astra]]</strong> robot, the first prototype designed for lunar construction and mining.</p>
<strong>LUMINSim</strong> (Lunar Mining and Infrastructure Network Simulator) is an [https://github.com/auroraroboticslab/godotrobot/ open source] lunar robotic simulator developed by Aurora Robotics using [https://godotengine.org/ Godot 4.4]. It currently serves as a tool for testing and refining robots and their operations in a simulated lunar environment. We aim to make LUMINSim a commercially available product (see [[LUMINSim#Current Status and Development|Current Status and Development]]) to assist us in research and testing.


<p>The insights gained from LUMINSim's testing of Astra led to the development of a new, more versatile robot called <strong>[[LAMP]] (Lunar, Autonomous, Modular, Platform)</strong>. Astra’s limitations and inadequacies identified in LUMINSim directly informed the modular design philosophy of LAMP, highlighting the simulator's crucial role in advancing lunar robotic platforms.</p>
<p>LUMINSim allows us to test new [[L.A.M.P: Lunar, Autonomous, Modular Platform|LAMP]] candidates. [[Astra]] was the first [[L.A.M.P: Lunar, Autonomous, Modular Platform|LAMP]] candidate, but LUMINSim helped us identify fundamental flaws in its design.</p>


<h2>Features</h2>
<h2>Features</h2>


<p>Key features of LUMINSim include:</p>
The simulator currently features the [[LAMP v1|Astra]] and [[Excahauler]] robots and an astronaut character, deformable terrain, modular robotic tool attachments (including a bucket, forks, and a sawblade), a power system, and equipment like a cinderblock maker, tool attachment spawner, and robot charging station.<h2>Current Status and Development</h2>
<ul>
  <li><strong>Terrain Simulation:</strong> Realistic lunar terrain with adjustable parameters. The terrain colliders match the mesh, providing an accurate physical environment for robotic interactions. Terrain texture and lighting are enhanced for greater visual fidelity and accuracy.</li>
  <li><strong>Autonomous Robot Control:</strong> Users can control mining robots, including the Astra prototype, in both autonomous and manual modes. Features include an in-game console for issuing commands, camera controls, and freecam mode for navigation and inspection.</li>
  <li><strong>Robot Design Testing:</strong> One of LUMINSim's primary purposes is to test and validate new robotic designs. Astra, the current robot in the simulator, serves as a learning tool that guided the development of LAMP by exposing design flaws and providing insight into necessary features for lunar operations.</li>
  <li><strong>Multi-Platform Support:</strong> Supports multiple platforms, including desktop and Android, providing a versatile simulation environment for different users and use cases.</li>
  <li><strong>Immersive Astronaut Simulation:</strong> Allows users to control an astronaut avatar within the simulation.</li>
  <li><strong>Modular Design:</strong> The modular approach supports the addition of new features, robots, terrains, and missions, aligning with LAMP's design philosophy and the adaptive nature of the LUMIN control system.</li>
  <li><strong>Console Commands and UI Controls:</strong> Includes various user commands and UI elements, such as speed readouts and simulation rate adjustments to enhance the simulation experience.</li>
</ul>


<h2>Current Status and Development</h2>
<p>LUMINSim is currently in its alpha stage. Ongoing development is aimed at developing LUMINSim into a commercial product available on Steam and on the web. The current idea is to have players join to develop their own lunar zones and compete in challenges that assist us in our research. LUMINSim will also continue to serve as a testbed for validating new [[L.A.M.P: Lunar, Autonomous, Modular Platform|LAMP]] candidates and other lunar technologies, especially as users test each candidate's limits.</p>


<p>LUMINSim is currently in its alpha stage, with ongoing development aimed at refining robot behavior, terrain interactions, and autonomous capabilities. The latest updates focus on improving terrain generation, enhancing the control of the Astra robot, and introducing new elements such as mountable lights, speed controls, and navigation systems.</p>
<p>For more information on the status of LUMINSim's development, see the [[LUMINSim Documentation|LUMINSim Documentation page]].</p>
 
<p>Although Astra is the only robot currently in the simulator, its design serves as a foundation for the ongoing development of LAMP. LUMINSim continues to be an essential testbed for validating new designs and technologies before their implementation in actual lunar operations.</p>
 
<h2>Related Projects</h2>
 
<ul>
  <li>[[LAMP]] (Lunar, Autonomous, Modular, Platform) - The next-generation robot designed based on the lessons learned from testing Astra in LUMINSim.</li>
  <li>[[LUMIN]] (Lunar Mining and Infrastructure Network) - The overarching control software that manages various lunar operations, using LUMINSim as its primary simulation environment for testing and development.</li>
</ul>
 
<h2>How to Get Involved</h2>
 
<p>The Aurora Robotics Team welcomes collaboration with students and researchers interested in lunar robotics, simulation, and autonomous systems. For more details on LUMINSim or to contribute to its development, please visit our [https://github.com/auroraroboticslab/godotrobot/ GitHub repository].</p>

Revision as of 13:16, 5 July 2025

LUMINSim (AKA GodotRobot)

The LUMINSim astronaut standing on the edge of Shackleton crater.
The LUMINSim astronaut standing on the edge of Shackleton crater.

Developers: Visit LUMINSim Documentation for more detailed information about LUMINSim's inner workings and how to get started with development.

The Astra robot digging in LUMINSim.
The Astra robot digging in LUMINSim.

Overview

LUMINSim (Lunar Mining and Infrastructure Network Simulator) is an open source lunar robotic simulator developed by Aurora Robotics using Godot 4.4. It currently serves as a tool for testing and refining robots and their operations in a simulated lunar environment. We aim to make LUMINSim a commercially available product (see Current Status and Development) to assist us in research and testing.

LUMINSim allows us to test new LAMP candidates. Astra was the first LAMP candidate, but LUMINSim helped us identify fundamental flaws in its design.

Features

The simulator currently features the Astra and Excahauler robots and an astronaut character, deformable terrain, modular robotic tool attachments (including a bucket, forks, and a sawblade), a power system, and equipment like a cinderblock maker, tool attachment spawner, and robot charging station.

Current Status and Development

LUMINSim is currently in its alpha stage. Ongoing development is aimed at developing LUMINSim into a commercial product available on Steam and on the web. The current idea is to have players join to develop their own lunar zones and compete in challenges that assist us in our research. LUMINSim will also continue to serve as a testbed for validating new LAMP candidates and other lunar technologies, especially as users test each candidate's limits.

For more information on the status of LUMINSim's development, see the LUMINSim Documentation page.