 | | Re: articulation points?
|
|
(...) Exactly. Another way to look at DOF is that it is the number of things that have to be specified to define a particular configuration of the system. In other words how many RCX outputs does it take to drive. Another thing to keep in mind is (...) (23 years ago, 22-Nov-02, to lugnet.robotics, lugnet.build.mecha, lugnet.technic)
|
|
 | | Re: Books on Vision Command and Image Processing
|
|
If Vision Command works like Lego RoboLab's image processing software, then look at: (URL) RoboLab software can use the Vision Command hardware. For more on RoboLab, look at: (URL) general image processing, look at: (URL) Vision (URL) Vision Maybe (...) (23 years ago, 22-Nov-02, to lugnet.robotics.vc)
|
|
 | | Re: LNP-problem...
|
|
That looks ok to me. But I'm no expert on LNP. Here's a clip I use. It looks a lot like what you're using. It seems there may be a problem with your receive code. I'm REAL shaky on that. What does fputs do? ---- char *s; s = "101"; if (strlen(s)>0) (...) (23 years ago, 21-Nov-02, to lugnet.robotics.rcx.legos)
|
|
 | | BrickOS - RCX has problems turning ON
|
|
Hi, I have two RCX's (from v1.5 kits) bought about a year apart. The newer one has no problems with BrickOS, the older one will only work using the slow transfer speed and does not turn on easily after the BrickOS firmware is loaded onto it. Usually (...) (23 years ago, 21-Nov-02, to lugnet.robotics)
|
|
 | | Sony Infra Red HandyBoard Transmission
|
|
Has anyone successfully modified the sonyxmit.asm driver on page 267/268 of Fred Martin's publication: Robotic Explorations? I've been trying to modify the driver so that it will communicate with a Sony TV, so far without success. In the book Fred (...) (23 years ago, 20-Nov-02, to lugnet.robotics.handyboard)
|
|
 | | Re: articulation points?
|
|
Date : Thu, 21 Nov 2002 16:23:22 +0000 This is just like anything else in the world....it is all realative to what your trying to prove. If you are talking about DOF for the entire object if would have 3. (x,y,z) If you look at single peices of an (...) (23 years ago, 21-Nov-02, to lugnet.robotics)
|
|
 | | Re: LNP-problem...
|
|
(...) ok this is the (relevant) code running on the rcx: int main(int argc, char *argv[]) { char *p; init(); execi(&PacketWatcher, 0, NULL, PRIO_NORMAL, DEFAULT_STACK_SIZE); execi(&Messenger, 0, NULL, PRIO_LOWEST, DEFAULT_STACK_SIZE); return 0; } (...) (23 years ago, 21-Nov-02, to lugnet.robotics.rcx.legos)
|
|
 | | Books on Vision Command and Image Processing
|
|
Hi, Does anybody know of any books on Vision Command at all. Especially any books at the level of David Baum's or Bagnall's on Mindstorms. I am really interested in detailed image processing with Vision Command. Thanks, Jon (23 years ago, 21-Nov-02, to lugnet.robotics)
|
|
 | | Vision Command Books
|
|
Hi, Does anybody know of any books on Vision Command at all. Especially any books at the level of David Baum's or Bagnall's on Mindstorms. I am really interested in detailed image processing with VC. Thanks, Jon (23 years ago, 21-Nov-02, to lugnet.robotics.vc)
|
|
 | | Spybots IR Comm
|
|
Hi, I buyed a Spybot short time ago and started to try programming it with BricxCC and NQC. From the software included in the spybot-package I know, that spybots can send IR messages to each other in order to get the other bots´ position. My (...) (23 years ago, 21-Nov-02, to lugnet.robotics.spybotics)
|