https://github.com/hcmus-ssdf/ssdf-environment
SSDF environments assets
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
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
- Ensure
.pre-commit-config.yamlexisted in the repo - Run
pre-commit install --install-hooksto install the hooks, pre-commit will be triggered on staged files before commit. It could run by usingpre-commit runas well - Run
pre-commit run --all-filesto run the hooks against all commited/staged files.
Owner
- Name: Simulation for Self-Driving Framework
- Login: HCMUS-SSDF
- Kind: organization
- Repositories: 7
- Profile: https://github.com/HCMUS-SSDF
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