fanuc
Code & data for “Fatigue-Aware Sub-Second Combinatorial Auctions for Dynamic Cycle Allocation in Human–Robot Collaborative Assembly”.
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Repository
Code & data for “Fatigue-Aware Sub-Second Combinatorial Auctions for Dynamic Cycle Allocation in Human–Robot Collaborative Assembly”.
Basic Info
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Fatigue-Aware Sub-Second Combinatorial Auctions for Dynamic Cycle Allocation in Human–Robot Collaborative Assembly
This repository contains all scripts, raw and processed data, and figures used in: “Fatigue-Aware Sub-Second Combinatorial Auctions for Dynamic Cycle Allocation in Human–Robot Collaboration Assembly”, submitted to Mathematics (MDPI). The accompanying code and data are also available via FigShare (DOI: https://doi.org/10.6084/m9.figshare.29431700).
Structure
LICENSELICENSE-data.txtCITATION.cff/CITATION.bibCONTRIBUTING.mdrequirements.txt/environment.ymlinstall_dependencies.sh/scripts/generate_synthetic_dataset_Fanuc.mgenerate_fanuc_sensitivity_results.mFigure_8_Fanuc.m…Figure_12_Fanuc.mREADME_scripts.md
/data/raw/HRC_Simulation_Log_Episodes.txtHRC_TaskLevel_Results_Fanuc.csvHRC_TaskLevel_Results_Baseline.csv
/data/processed/HRC_Simulation_Results_Fanuc.csvHRC_Simulation_Aggregated_Fanuc.csvSensitivity_Results_Fanuc.csvHRC_Synthetic_Dataset_Fanuc.parquet
/figures/Figure_8_Fatigue_Curves_Fanuc.png…Figure_12_Sensitivity_Fanuc.png
data_dictionary.mdfigure_captions.mdCHANGELOG.mdARCHITECTURE.md
Licenses
- Code is licensed under MIT License.
- Data and figures are licensed under CC BY 4.0.
Workflow
- Clone the repository:
bash
git clone https://github.com/ClaudioUrrea/hrc-simulation.git
cd hrc-simulation/fanuc
2. Install dependencies:
bash
./install_dependencies.sh
3. Generate synthetic data:
matlab
cd scripts
run generate_synthetic_dataset_Fanuc.m
4. Perform sensitivity runs:
matlab
run generate_fanuc_sensitivity_results.m
5. Produce publication figures:
matlab
run Figure_8_Fanuc.m
…
run Figure_12_Fanuc.m
6. Commit any updates to scripts or data, and tag new releases in CHANGELOG.md.
=======
fanuc
Code & data for “Fatigue-Aware Sub-Second Combinatorial Auctions for Dy-namic Cycle Allocation in Human–Robot Collaborative Assembly”
b25f48ffbc3356f0973fb47dbf5b86700c24449f
Owner
- Login: ClaudioUrrea
- Kind: user
- Repositories: 1
- Profile: https://github.com/ClaudioUrrea
Citation (CITATION.bib)
@misc{urrea2025hrc_fanuc,
author = {Urrea, Claudio},
title = {Code \& Data for ‘Fatigue-Aware Sub-Second Combinatorial Auctions for Dynamic Cycle Allocation in Human–Robot Collaborative Assembly’},
year = {2025},
howpublished = {\url{https://github.com/ClaudioUrrea/hrc-fanuc}},
doi = {10.6084/m9.figshare.29431700},
}
GitHub Events
Total
- Push event: 8
- Create event: 2
Last Year
- Push event: 8
- Create event: 2
Dependencies
- matplotlib >=3.5
- numpy >=1.23
- pandas >=1.5
- pyarrow >=10.0