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
Migrate to new version https://docs.python.org/3/library/typing.html#typing.Tuple Deprecated since version 3.9: builtins.tuple now supports subscripting ([]). See PEP 585 and Generic Alias Type.
https://github.com/ITMORobotics/itmobotics_sim/blob/9d2c6f3aa77128c148a07f3159f445cd48c13f5c/src/itmobotics_sim/utils/robot.py#L37 https://github.com/ITMORobotics/itmobotics_sim/blob/9d2c6f3aa77128c148a07f3159f445cd48c13f5c/src/itmobotics_sim/pybullet_env/urdf_editor.py#L2 https://github.com/ITMORobotics/itmobotics_sim/blob/9d2c6f3aa77128c148a07f3159f445cd48c13f5c/src/itmobotics_sim/utils/controllers.py#L4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Migrate to new version
https://docs.python.org/3/library/typing.html#typing.Tuple
Deprecated since version 3.9: builtins.tuple now supports subscripting ([]). See PEP 585 and Generic Alias Type.
https://github.com/ITMORobotics/itmobotics_sim/blob/9d2c6f3aa77128c148a07f3159f445cd48c13f5c/src/itmobotics_sim/utils/robot.py#L37
https://github.com/ITMORobotics/itmobotics_sim/blob/9d2c6f3aa77128c148a07f3159f445cd48c13f5c/src/itmobotics_sim/pybullet_env/urdf_editor.py#L2
https://github.com/ITMORobotics/itmobotics_sim/blob/9d2c6f3aa77128c148a07f3159f445cd48c13f5c/src/itmobotics_sim/utils/controllers.py#L4
The text was updated successfully, but these errors were encountered: