|
| | Re: bitwise operators
|
| (...) ...and if you are talking about NXT-G, there is a bitwise manipulation block, written by Mike Gasperi and Steve Hassenplug, available here: (URL) list of available blocks is here: (URL) (18 years ago, 25-May-07, to lugnet.robotics.nxt)
| | | | Re: Robo Quad - Stage Seven
|
| Cool! Glad to see you're still in there making great robots Eric! Hope that robo-pussy comes alive with much enjoyment and pleasure! Regards, /Tobbe in Sweden (18 years ago, 24-May-07, to lugnet.robotics, lugnet.technic) !!
| | | | Re: bitwise operators
|
| (...) Are you talking about NXC or NBC or some other programming language? The standard NXT firmware does support bitwise logical operators such as and, or, and xor. In both NXC and NBC you can use these operations as you would expect in a C-like (...) (18 years ago, 24-May-07, to lugnet.robotics.nxt)
| | | | bitwise operators
|
| I looked thru the doc, it looks like it does not allow bitwise operators like IOR, XOR, AND, etc. Is this correct? Or, I have overlooked something? --thanks Elizabeth (18 years ago, 24-May-07, to lugnet.robotics.nxt)
| | | | RE: determine the degree of turning by using ultrasonic sensor
|
| Ok... I wrap every sequence of motion control with mutex. I created a movement macro which basically just wrap the command(s) around with acquire and release. By the way, would someone tells me how I'll find out how the mutex datatype implemented. (...) (18 years ago, 22-May-07, to lugnet.robotics.nxt)
| |