Moving the robot inside a docker container

Hello everyone, I am new to the Jetbot world.

I have imported the Robot.py and Motor.py files from the jetbot library to be able to move the robot without using Jupyter and the robot moves without problems.

Now, I am trying to move the robot inside the container of the jetson-inference respository, since I have done the object detection and now my intention is to follow it. However, when I try to move the robot from the container, I get the following message:

failed to connect to I2C bus 1. No such file or directory

What could I do to solve it? I have read on the internet that I could call the container using --device /dev/i2c-1 but it does not work for me.

Thank you very much.

Hi,

Could you share the complete output log with us first?

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.