DexterInd / Raspbian_For_Robots

Raspbian image changes to make it work well with Dexter Industries robots.
http://www.dexterindustries.com/raspbian-for-robots/
Other
33 stars 18 forks source link

solved issue on not being able to import [DI_Sensors] repo's modules #156

Closed RobertLucian closed 7 years ago

RobertLucian commented 7 years ago

This PR solves the following issue:

Which was also mentioned a couple of days ago on DI_Sensors repository:

After not being able to import any module from the following 2 packages:

I got a solution for it and now the modules are importable.

proof_that_it_works

CleoQc commented 7 years ago

can you test that the following import will work? from di_sensors import distance_sensor

RobertLucian commented 7 years ago

@CleoQc By tomorrow, I'll bring the changes you've suggested.

I'll also test and see if all modules are importable, not just the distance_sensor module.

RobertLucian commented 7 years ago

@CleoQc I've changed to pushd and tested to see if all modules are importable. It's a go from me.

We still need @DexterInd's review.