|
space_station package from space_station_os repospace_station space_station_communication space_station_eclss space_station_eps space_station_gnc space_station_interfaces space_station_thermal_control |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | TODO: License declaration |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Description | Space Station OS. A future where anyone can develop space stations. |
| Checkout URI | https://github.com/space-station-os/space_station_os.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-02-16 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- siddarth
Authors
SPACE STATION OS – GUI Testing with GPT-oss
This repository demonstrates the Space Station OS GUI integrated with the gpt-oss-20b open-source model via NVIDIA’s Integrate API.
The AI agent (space_station/ai_agent.py) reads telemetry from ROS 2 topics and answers astronaut questions using gpt-oss-20b.
1. Docker Setup
Make sure you have Docker installed (with GUI/X11 support).
Pull the Image
docker pull ghcr.io/space-station-os/space_station_os:latest
Docker must be installed and running. No need to install ROS 2 or dependencies manually.
Allow GUI Access
xhost +local:root
Run the Container with GUI Support
docker run -it --rm \
--env="DISPLAY=$DISPLAY" \
--env="QT_X11_NO_MITSHM=1" \
--env="LIBGL_ALWAYS_SOFTWARE=1" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--network=host \
ghcr.io/space-station-os/space_station_os:latest
2. Clone and Build the GUI Branch
NOTE: Remove any existing repo clone and use the
feature/100-guibranch.
mkdir -p test_ws/src
cd test_ws/src
git clone -b feature/100-gui https://github.com/space-station-os/space_station_os.git
cd ..
colcon build --symlink-install
3. Run the GUI
ros2 launch space_station space_station.launch.py
4. GPT-oss-20b Integration
The AI agent in space_station/ai_agent.py is configured to use the gpt-oss-20b model by default.
License
This repository is distributed under an open-source license (Apache-2.0 recommended).
Package Dependencies
| Deps | Name |
|---|---|
| python3-pyqt5.qtmultimedia | |
| ament_copyright | |
| ament_flake8 | |
| ament_pep257 |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged space_station at Robotics Stack Exchange
|
space_station package from space_station_os repospace_station space_station_communication space_station_eclss space_station_eps space_station_gnc space_station_interfaces space_station_thermal_control |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | TODO: License declaration |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Description | Space Station OS. A future where anyone can develop space stations. |
| Checkout URI | https://github.com/space-station-os/space_station_os.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-02-16 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- siddarth
Authors
SPACE STATION OS – GUI Testing with GPT-oss
This repository demonstrates the Space Station OS GUI integrated with the gpt-oss-20b open-source model via NVIDIA’s Integrate API.
The AI agent (space_station/ai_agent.py) reads telemetry from ROS 2 topics and answers astronaut questions using gpt-oss-20b.
1. Docker Setup
Make sure you have Docker installed (with GUI/X11 support).
Pull the Image
docker pull ghcr.io/space-station-os/space_station_os:latest
Docker must be installed and running. No need to install ROS 2 or dependencies manually.
Allow GUI Access
xhost +local:root
Run the Container with GUI Support
docker run -it --rm \
--env="DISPLAY=$DISPLAY" \
--env="QT_X11_NO_MITSHM=1" \
--env="LIBGL_ALWAYS_SOFTWARE=1" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--network=host \
ghcr.io/space-station-os/space_station_os:latest
2. Clone and Build the GUI Branch
NOTE: Remove any existing repo clone and use the
feature/100-guibranch.
mkdir -p test_ws/src
cd test_ws/src
git clone -b feature/100-gui https://github.com/space-station-os/space_station_os.git
cd ..
colcon build --symlink-install
3. Run the GUI
ros2 launch space_station space_station.launch.py
4. GPT-oss-20b Integration
The AI agent in space_station/ai_agent.py is configured to use the gpt-oss-20b model by default.
License
This repository is distributed under an open-source license (Apache-2.0 recommended).
Package Dependencies
| Deps | Name |
|---|---|
| python3-pyqt5.qtmultimedia | |
| ament_copyright | |
| ament_flake8 | |
| ament_pep257 |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged space_station at Robotics Stack Exchange
|
space_station package from space_station_os repospace_station space_station_communication space_station_eclss space_station_eps space_station_gnc space_station_interfaces space_station_thermal_control |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | TODO: License declaration |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Description | Space Station OS. A future where anyone can develop space stations. |
| Checkout URI | https://github.com/space-station-os/space_station_os.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-02-16 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- siddarth
Authors
SPACE STATION OS – GUI Testing with GPT-oss
This repository demonstrates the Space Station OS GUI integrated with the gpt-oss-20b open-source model via NVIDIA’s Integrate API.
The AI agent (space_station/ai_agent.py) reads telemetry from ROS 2 topics and answers astronaut questions using gpt-oss-20b.
1. Docker Setup
Make sure you have Docker installed (with GUI/X11 support).
Pull the Image
docker pull ghcr.io/space-station-os/space_station_os:latest
Docker must be installed and running. No need to install ROS 2 or dependencies manually.
Allow GUI Access
xhost +local:root
Run the Container with GUI Support
docker run -it --rm \
--env="DISPLAY=$DISPLAY" \
--env="QT_X11_NO_MITSHM=1" \
--env="LIBGL_ALWAYS_SOFTWARE=1" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--network=host \
ghcr.io/space-station-os/space_station_os:latest
2. Clone and Build the GUI Branch
NOTE: Remove any existing repo clone and use the
feature/100-guibranch.
mkdir -p test_ws/src
cd test_ws/src
git clone -b feature/100-gui https://github.com/space-station-os/space_station_os.git
cd ..
colcon build --symlink-install
3. Run the GUI
ros2 launch space_station space_station.launch.py
4. GPT-oss-20b Integration
The AI agent in space_station/ai_agent.py is configured to use the gpt-oss-20b model by default.
License
This repository is distributed under an open-source license (Apache-2.0 recommended).
Package Dependencies
| Deps | Name |
|---|---|
| python3-pyqt5.qtmultimedia | |
| ament_copyright | |
| ament_flake8 | |
| ament_pep257 |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged space_station at Robotics Stack Exchange
|
space_station package from space_station_os repospace_station space_station_communication space_station_eclss space_station_eps space_station_gnc space_station_interfaces space_station_thermal_control |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | TODO: License declaration |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Description | Space Station OS. A future where anyone can develop space stations. |
| Checkout URI | https://github.com/space-station-os/space_station_os.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-02-16 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- siddarth
Authors
SPACE STATION OS – GUI Testing with GPT-oss
This repository demonstrates the Space Station OS GUI integrated with the gpt-oss-20b open-source model via NVIDIA’s Integrate API.
The AI agent (space_station/ai_agent.py) reads telemetry from ROS 2 topics and answers astronaut questions using gpt-oss-20b.
1. Docker Setup
Make sure you have Docker installed (with GUI/X11 support).
Pull the Image
docker pull ghcr.io/space-station-os/space_station_os:latest
Docker must be installed and running. No need to install ROS 2 or dependencies manually.
Allow GUI Access
xhost +local:root
Run the Container with GUI Support
docker run -it --rm \
--env="DISPLAY=$DISPLAY" \
--env="QT_X11_NO_MITSHM=1" \
--env="LIBGL_ALWAYS_SOFTWARE=1" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--network=host \
ghcr.io/space-station-os/space_station_os:latest
2. Clone and Build the GUI Branch
NOTE: Remove any existing repo clone and use the
feature/100-guibranch.
mkdir -p test_ws/src
cd test_ws/src
git clone -b feature/100-gui https://github.com/space-station-os/space_station_os.git
cd ..
colcon build --symlink-install
3. Run the GUI
ros2 launch space_station space_station.launch.py
4. GPT-oss-20b Integration
The AI agent in space_station/ai_agent.py is configured to use the gpt-oss-20b model by default.
License
This repository is distributed under an open-source license (Apache-2.0 recommended).
Package Dependencies
| Deps | Name |
|---|---|
| python3-pyqt5.qtmultimedia | |
| ament_copyright | |
| ament_flake8 | |
| ament_pep257 |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged space_station at Robotics Stack Exchange
|
space_station package from space_station_os repospace_station space_station_communication space_station_eclss space_station_eps space_station_gnc space_station_interfaces space_station_thermal_control |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | TODO: License declaration |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Description | Space Station OS. A future where anyone can develop space stations. |
| Checkout URI | https://github.com/space-station-os/space_station_os.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-02-16 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- siddarth
Authors
SPACE STATION OS – GUI Testing with GPT-oss
This repository demonstrates the Space Station OS GUI integrated with the gpt-oss-20b open-source model via NVIDIA’s Integrate API.
The AI agent (space_station/ai_agent.py) reads telemetry from ROS 2 topics and answers astronaut questions using gpt-oss-20b.
1. Docker Setup
Make sure you have Docker installed (with GUI/X11 support).
Pull the Image
docker pull ghcr.io/space-station-os/space_station_os:latest
Docker must be installed and running. No need to install ROS 2 or dependencies manually.
Allow GUI Access
xhost +local:root
Run the Container with GUI Support
docker run -it --rm \
--env="DISPLAY=$DISPLAY" \
--env="QT_X11_NO_MITSHM=1" \
--env="LIBGL_ALWAYS_SOFTWARE=1" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--network=host \
ghcr.io/space-station-os/space_station_os:latest
2. Clone and Build the GUI Branch
NOTE: Remove any existing repo clone and use the
feature/100-guibranch.
mkdir -p test_ws/src
cd test_ws/src
git clone -b feature/100-gui https://github.com/space-station-os/space_station_os.git
cd ..
colcon build --symlink-install
3. Run the GUI
ros2 launch space_station space_station.launch.py
4. GPT-oss-20b Integration
The AI agent in space_station/ai_agent.py is configured to use the gpt-oss-20b model by default.
License
This repository is distributed under an open-source license (Apache-2.0 recommended).
Package Dependencies
| Deps | Name |
|---|---|
| python3-pyqt5.qtmultimedia | |
| ament_copyright | |
| ament_flake8 | |
| ament_pep257 |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged space_station at Robotics Stack Exchange
|
space_station package from space_station_os repospace_station space_station_communication space_station_eclss space_station_eps space_station_gnc space_station_interfaces space_station_thermal_control |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | TODO: License declaration |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Description | Space Station OS. A future where anyone can develop space stations. |
| Checkout URI | https://github.com/space-station-os/space_station_os.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-02-16 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- siddarth
Authors
SPACE STATION OS – GUI Testing with GPT-oss
This repository demonstrates the Space Station OS GUI integrated with the gpt-oss-20b open-source model via NVIDIA’s Integrate API.
The AI agent (space_station/ai_agent.py) reads telemetry from ROS 2 topics and answers astronaut questions using gpt-oss-20b.
1. Docker Setup
Make sure you have Docker installed (with GUI/X11 support).
Pull the Image
docker pull ghcr.io/space-station-os/space_station_os:latest
Docker must be installed and running. No need to install ROS 2 or dependencies manually.
Allow GUI Access
xhost +local:root
Run the Container with GUI Support
docker run -it --rm \
--env="DISPLAY=$DISPLAY" \
--env="QT_X11_NO_MITSHM=1" \
--env="LIBGL_ALWAYS_SOFTWARE=1" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--network=host \
ghcr.io/space-station-os/space_station_os:latest
2. Clone and Build the GUI Branch
NOTE: Remove any existing repo clone and use the
feature/100-guibranch.
mkdir -p test_ws/src
cd test_ws/src
git clone -b feature/100-gui https://github.com/space-station-os/space_station_os.git
cd ..
colcon build --symlink-install
3. Run the GUI
ros2 launch space_station space_station.launch.py
4. GPT-oss-20b Integration
The AI agent in space_station/ai_agent.py is configured to use the gpt-oss-20b model by default.
License
This repository is distributed under an open-source license (Apache-2.0 recommended).
Package Dependencies
| Deps | Name |
|---|---|
| python3-pyqt5.qtmultimedia | |
| ament_copyright | |
| ament_flake8 | |
| ament_pep257 |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged space_station at Robotics Stack Exchange
|
space_station package from space_station_os repospace_station space_station_communication space_station_eclss space_station_eps space_station_gnc space_station_interfaces space_station_thermal_control |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | TODO: License declaration |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Description | Space Station OS. A future where anyone can develop space stations. |
| Checkout URI | https://github.com/space-station-os/space_station_os.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-02-16 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- siddarth
Authors
SPACE STATION OS – GUI Testing with GPT-oss
This repository demonstrates the Space Station OS GUI integrated with the gpt-oss-20b open-source model via NVIDIA’s Integrate API.
The AI agent (space_station/ai_agent.py) reads telemetry from ROS 2 topics and answers astronaut questions using gpt-oss-20b.
1. Docker Setup
Make sure you have Docker installed (with GUI/X11 support).
Pull the Image
docker pull ghcr.io/space-station-os/space_station_os:latest
Docker must be installed and running. No need to install ROS 2 or dependencies manually.
Allow GUI Access
xhost +local:root
Run the Container with GUI Support
docker run -it --rm \
--env="DISPLAY=$DISPLAY" \
--env="QT_X11_NO_MITSHM=1" \
--env="LIBGL_ALWAYS_SOFTWARE=1" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--network=host \
ghcr.io/space-station-os/space_station_os:latest
2. Clone and Build the GUI Branch
NOTE: Remove any existing repo clone and use the
feature/100-guibranch.
mkdir -p test_ws/src
cd test_ws/src
git clone -b feature/100-gui https://github.com/space-station-os/space_station_os.git
cd ..
colcon build --symlink-install
3. Run the GUI
ros2 launch space_station space_station.launch.py
4. GPT-oss-20b Integration
The AI agent in space_station/ai_agent.py is configured to use the gpt-oss-20b model by default.
License
This repository is distributed under an open-source license (Apache-2.0 recommended).
Package Dependencies
| Deps | Name |
|---|---|
| python3-pyqt5.qtmultimedia | |
| ament_copyright | |
| ament_flake8 | |
| ament_pep257 |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged space_station at Robotics Stack Exchange
|
space_station package from space_station_os repospace_station space_station_communication space_station_eclss space_station_eps space_station_gnc space_station_interfaces space_station_thermal_control |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | TODO: License declaration |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Description | Space Station OS. A future where anyone can develop space stations. |
| Checkout URI | https://github.com/space-station-os/space_station_os.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-02-16 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- siddarth
Authors
SPACE STATION OS – GUI Testing with GPT-oss
This repository demonstrates the Space Station OS GUI integrated with the gpt-oss-20b open-source model via NVIDIA’s Integrate API.
The AI agent (space_station/ai_agent.py) reads telemetry from ROS 2 topics and answers astronaut questions using gpt-oss-20b.
1. Docker Setup
Make sure you have Docker installed (with GUI/X11 support).
Pull the Image
docker pull ghcr.io/space-station-os/space_station_os:latest
Docker must be installed and running. No need to install ROS 2 or dependencies manually.
Allow GUI Access
xhost +local:root
Run the Container with GUI Support
docker run -it --rm \
--env="DISPLAY=$DISPLAY" \
--env="QT_X11_NO_MITSHM=1" \
--env="LIBGL_ALWAYS_SOFTWARE=1" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--network=host \
ghcr.io/space-station-os/space_station_os:latest
2. Clone and Build the GUI Branch
NOTE: Remove any existing repo clone and use the
feature/100-guibranch.
mkdir -p test_ws/src
cd test_ws/src
git clone -b feature/100-gui https://github.com/space-station-os/space_station_os.git
cd ..
colcon build --symlink-install
3. Run the GUI
ros2 launch space_station space_station.launch.py
4. GPT-oss-20b Integration
The AI agent in space_station/ai_agent.py is configured to use the gpt-oss-20b model by default.
License
This repository is distributed under an open-source license (Apache-2.0 recommended).
Package Dependencies
| Deps | Name |
|---|---|
| python3-pyqt5.qtmultimedia | |
| ament_copyright | |
| ament_flake8 | |
| ament_pep257 |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged space_station at Robotics Stack Exchange
|
space_station package from space_station_os repospace_station space_station_communication space_station_eclss space_station_eps space_station_gnc space_station_interfaces space_station_thermal_control |
ROS Distro
|
Package Summary
| Version | 0.0.0 |
| License | TODO: License declaration |
| Build type | AMENT_PYTHON |
| Use | RECOMMENDED |
Repository Summary
| Description | Space Station OS. A future where anyone can develop space stations. |
| Checkout URI | https://github.com/space-station-os/space_station_os.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-02-16 |
| Dev Status | UNKNOWN |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- siddarth
Authors
SPACE STATION OS – GUI Testing with GPT-oss
This repository demonstrates the Space Station OS GUI integrated with the gpt-oss-20b open-source model via NVIDIA’s Integrate API.
The AI agent (space_station/ai_agent.py) reads telemetry from ROS 2 topics and answers astronaut questions using gpt-oss-20b.
1. Docker Setup
Make sure you have Docker installed (with GUI/X11 support).
Pull the Image
docker pull ghcr.io/space-station-os/space_station_os:latest
Docker must be installed and running. No need to install ROS 2 or dependencies manually.
Allow GUI Access
xhost +local:root
Run the Container with GUI Support
docker run -it --rm \
--env="DISPLAY=$DISPLAY" \
--env="QT_X11_NO_MITSHM=1" \
--env="LIBGL_ALWAYS_SOFTWARE=1" \
--volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--network=host \
ghcr.io/space-station-os/space_station_os:latest
2. Clone and Build the GUI Branch
NOTE: Remove any existing repo clone and use the
feature/100-guibranch.
mkdir -p test_ws/src
cd test_ws/src
git clone -b feature/100-gui https://github.com/space-station-os/space_station_os.git
cd ..
colcon build --symlink-install
3. Run the GUI
ros2 launch space_station space_station.launch.py
4. GPT-oss-20b Integration
The AI agent in space_station/ai_agent.py is configured to use the gpt-oss-20b model by default.
License
This repository is distributed under an open-source license (Apache-2.0 recommended).
Package Dependencies
| Deps | Name |
|---|---|
| python3-pyqt5.qtmultimedia | |
| ament_copyright | |
| ament_flake8 | |
| ament_pep257 |