Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read randomisation boundaries from an input config file #16

Open
3 of 4 tasks
sfmig opened this issue Mar 22, 2023 · 2 comments
Open
3 of 4 tasks

Read randomisation boundaries from an input config file #16

sfmig opened this issue Mar 22, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@sfmig
Copy link
Collaborator

sfmig commented Mar 22, 2023

Code modified in install_and enable_addons.py which reads in .json file (example provided in repo) that is argument in randomisation_seed.sh to set the min-max bounds as well as initial value if necessary for:

  • Camera transforms
  • Geometry *
  • Materials *
  • User defined props *

*need to make sure exist before initialising

if self.input_json is this actually used/useful or should it be removed?

@sfmig sfmig added the enhancement New feature or request label Mar 22, 2023
@ruaridhg ruaridhg self-assigned this Apr 21, 2023
@ruaridhg
Copy link
Collaborator

Create json function or script for input parameters that are then used in install_randomiser.sh/install_and enable_addons.py

@ruaridhg
Copy link
Collaborator

ruaridhg commented Oct 9, 2023

Test cases for transforms:

  • - delta_location and delta_rotation_euler
  • - location and rotation_euler
  • - delta_location and rotation_euler (i.e. incompatible so code puts to location and rotation_euler)
  • - complete misspelling of either one (i.e. incompatible so code puts to location and rotation_euler)

@ruaridhg ruaridhg mentioned this issue Oct 16, 2023
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants