Search found 6 matches

by Tristan_Thompson
Fri Jan 31, 2020 2:23 am
Forum: General Discussion
Topic: AttributeError: 'Roboclaw' object has no attribute '_port'
Replies: 9
Views: 8298

Re: AttributeError: 'Roboclaw' object has no attribute '_port'

There is one more thing I'd like to ask, I'm planning on using two drive units in order to be able to independently control four motors and I'm a bit unsure on how to differentiate the two drivers from one another when using linux, in windows it seems simpler as you are defining the comport you are ...
by Tristan_Thompson
Wed Jan 29, 2020 7:52 am
Forum: General Discussion
Topic: AttributeError: 'Roboclaw' object has no attribute '_port'
Replies: 9
Views: 8298

Re: AttributeError: 'Roboclaw' object has no attribute '_port'

Hi,

The libraries and examples are working perfectly in Ubuntu so I'm just going to switch to using Ubuntu (it was going to happen eventually anyway, was just hoping to get some basic tests running in windows)

Thanks for all your help!
by Tristan_Thompson
Tue Jan 28, 2020 1:30 pm
Forum: General Discussion
Topic: AttributeError: 'Roboclaw' object has no attribute '_port'
Replies: 9
Views: 8298

Re: AttributeError: 'Roboclaw' object has no attribute '_port'

Hi I will test opening the comport multiple times tomorrow and let you know the results, As for having motion studio open i tried it with it open and connected to the driver, open and disconnected from the driver and with motion studio closed entirely and i am still being presented with the same err...
by Tristan_Thompson
Tue Jan 28, 2020 8:23 am
Forum: General Discussion
Topic: AttributeError: 'Roboclaw' object has no attribute '_port'
Replies: 9
Views: 8298

Re: AttributeError: 'Roboclaw' object has no attribute '_port'

I have tested the setup i am using and the drive unit is showing in COM4 and is being recognised in COM4 by basic motion studio, when i return roboclaw.Open() it is returning a 0 and the same error message shown above comes up, how should i proceed?
by Tristan_Thompson
Mon Jan 27, 2020 6:52 am
Forum: General Discussion
Topic: AttributeError: 'Roboclaw' object has no attribute '_port'
Replies: 9
Views: 8298

AttributeError: 'Roboclaw' object has no attribute '_port'

Having trouble running anything as a result of this error, i have provided the code i am running, it is based off the complete example from https://resources.basicmicro.com/using-the-roboclaw-python-library/?fbclid=IwAR2Am-6A8v6f8Cqqr4EDfKKfjc24XR0TBPZycRzsyp3C8_yl73MKynbgdec # Complete example of u...