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

moveit_py: fix function signature formatting #2499

Closed
peterdavidfagan opened this issue Oct 30, 2023 · 2 comments
Closed

moveit_py: fix function signature formatting #2499

peterdavidfagan opened this issue Oct 30, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@peterdavidfagan
Copy link
Member

peterdavidfagan commented Oct 30, 2023

Description

The moveit_py library currently mixes snake_case and camelCase across its function signatures. It should be the case that all cpp methods are defined in camelCase while all python methods are defined in snake_case.

@peterdavidfagan
Copy link
Member Author

Addressed in #2177.

@peterdavidfagan
Copy link
Member Author

Note: some formatting exceptions for pybind specific .def are not being caught by clang-tidy:

#2406 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant