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

py OrderedDict to dict for #620 #655

Merged
merged 5 commits into from
Jan 22, 2022
Merged

Conversation

ooeygui
Copy link
Member

@ooeygui ooeygui commented Jan 21, 2022

the nVidia ROS2 containers for Jetson are using Python 3.7. This causes an issue with the VSCode ROS extension because it uses a python 3.8 feature. This change changes OrderedDict to Dict, as Dict is ordered by default in 3.7.

@ooeygui ooeygui requested a review from a team as a code owner January 21, 2022 20:46
@ooeygui ooeygui changed the title Dev/lamadio/py dict py OrderedDict to dict for #620 Jan 21, 2022
@ooeygui
Copy link
Member Author

ooeygui commented Jan 21, 2022

Addresses #620

@ooeygui ooeygui merged commit 3638781 into ms-iot:master Jan 22, 2022
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

Successfully merging this pull request may close these issues.

[bug] ImportError: cannot import name 'OrderedDict' when debugging ROS2 in Jetson Container
1 participant