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

Robot params not recogizing robot.model_name #355

Open
aedsinger opened this issue Oct 22, 2024 · 0 comments
Open

Robot params not recogizing robot.model_name #355

aedsinger opened this issue Oct 22, 2024 · 0 comments

Comments

@aedsinger
Copy link
Contributor

aedsinger commented Oct 22, 2024

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']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant