Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help understanding code section
Post: RE: Help understanding code section

Yeah that is how I read it as well. I went ahead and adjusted the values to be central eg -3500 and 3500 like the other motor outputs and it seems to work a lot better. I had my finger on the power s...
raz631 General Coding Help 4 3,259 Dec-14-2017, 09:32 PM
    Thread: Help understanding code section
Post: RE: Help understanding code section

if event.code == 'ABS_X': value = event.state if value < -1500: if not joints[0].isBusy(): joints[0].run(1, 35) elif value > 5000: ...
raz631 General Coding Help 4 3,259 Dec-14-2017, 03:34 AM
    Thread: Help understanding code section
Post: Help understanding code section

Hi everyone. Need a little help interpreting the following bit of code. Keep in mind this is all brand new to me but am keen to lean. I am working on a previously created project as I like to lear...
raz631 General Coding Help 4 3,259 Dec-14-2017, 01:23 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020