[bug] ImportError: cannot import name 'OrderedDict' when debugging ROS2 in Jetson Container #620
Closed
2 of 4 tasks
Labels
bug
Something isn't working
(Please add appropriate labels)
<Version of the plugin> 0.7.0
Repro steps
Create a dockerfile which derives from dustynv/ros:foxy-slam-l4t-r32.5.0, with a docker-compose which instantiates it like:
expected behavior
Attempt to debug a ROS2 launch file.
the nvidia containers have an older version of python, which isn't typical:
Therefore OrderedDict is not in the typing module. It is in the collections module.
To support Jetson container deployments, suggest using a switch to support both?
The text was updated successfully, but these errors were encountered: