https://github.com/hcmus-ssdf/ssdf-environment

SSDF environments assets

https://github.com/hcmus-ssdf/ssdf-environment

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.4%) to scientific vocabulary
Last synced: 8 months ago · JSON representation

Repository

SSDF environments assets

Basic Info
  • Host: GitHub
  • Owner: HCMUS-SSDF
  • Language: Dockerfile
  • Default Branch: main
  • Homepage:
  • Size: 26.4 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created almost 5 years ago · Last pushed over 4 years ago
Metadata Files
Readme

README.md

SSDF Environment

This repository contains environment files for SSDF. The official supported code editor is Visual Studio Code.

docker

Developing with Docker and VSCode

dotfiles

Prerequisites

  • pre-commit
  • clang-format: included in VSCode environment, otherwise it could be installed by using pip, conda, etc

Usage

  1. Ensure .pre-commit-config.yaml existed in the repo
  2. Run pre-commit install --install-hooks to install the hooks, pre-commit will be triggered on staged files before commit. It could run by using pre-commit run as well
  3. Run pre-commit run --all-files to run the hooks against all commited/staged files.

Owner

  • Name: Simulation for Self-Driving Framework
  • Login: HCMUS-SSDF
  • Kind: organization

SSDF provides a flexible, scalable framework designed to support the rigorous testing and training of self-driving systems.

GitHub Events

Total
Last Year

Dependencies

.github/workflows/update-dotfiles.yaml actions
  • actions/checkout v2 composite
  • peter-evans/create-pull-request v3 composite
docker/vscode/pytorch/Dockerfile docker
  • mambaorg/micromamba latest build
docker/vscode/ros/Dockerfile docker
  • $SSDF_BASE_IMAGE latest build