We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If user YAML overrides the robot.model_name it doesn't get used due to the ordering in robot_params.py:
_user_params = hello_utils.read_fleet_yaml('stretch_user_params.yaml') _config_params = hello_utils.read_fleet_yaml('stretch_configuration_params.yaml') _robot_params=nominal_system_params param_module_name = 'stretch_body.robot_params_'+_config_params['robot']['model_name']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If user YAML overrides the robot.model_name it doesn't get used due to the ordering in robot_params.py:
_user_params = hello_utils.read_fleet_yaml('stretch_user_params.yaml') _config_params = hello_utils.read_fleet_yaml('stretch_configuration_params.yaml') _robot_params=nominal_system_params param_module_name = 'stretch_body.robot_params_'+_config_params['robot']['model_name']
The text was updated successfully, but these errors were encountered: