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

Update attribute names in Rust, Python and ROS #219

Open
alphaville opened this issue Oct 19, 2020 · 1 comment
Open

Update attribute names in Rust, Python and ROS #219

alphaville opened this issue Oct 19, 2020 · 1 comment
Assignees
Labels
codegen Code generation python issue related to python ros Robot Operating System rust issue related to the code Rust library

Comments

@alphaville
Copy link
Owner

Some attributes are named differently in Rust, Python and ROS. For example, the same property is called delta_y_norm_over_c in Rust, f1_infeasibility in Python and infeasibility_f1 in ROS. We should try to use the same variable names everywhere.

@alphaville alphaville added codegen Code generation python issue related to python ros Robot Operating System rust issue related to the code Rust library labels Oct 19, 2020
@davidrusu
Copy link
Contributor

Another example, sometimes we use solver other times we use optimizer

@alphaville alphaville self-assigned this Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen Code generation python issue related to python ros Robot Operating System rust issue related to the code Rust library
Projects
None yet
Development

No branches or pull requests

2 participants