Skip to content

tii-psrc/space-ros

 
 

Repository files navigation

Space ROS Logo - White on Blue

Building the Space ROS image (TII version)

  1. Install Earthly (v0.8.0 or later).
sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly && /usr/local/bin/earthly bootstrap --with-autocomplete'
  1. Build the Space ROS image using the following command:
# To build the base Space ROS image
earthly +main-image

# To build the dev Space ROS image
earthly +dev-image
  1. Push to docker hub
docker tag tiipsrc/space-ros:latest tiipsrc/space-ros:scai-arm64-2025-12-12
docker push tiipsrc/space-ros:scai-arm64-2025-12-12

docker tag tiipsrc/space-ros:dev tiipsrc/space-ros:scai-arm64-2025-12-12-dev
docker push tiipsrc/space-ros:scai-arm64-2025-12-12-dev

About

The Space ROS meta operating system for space robotics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Earthly 66.4%
  • Shell 19.8%
  • Python 9.2%
  • CMake 4.6%