From: Markus R. <rol...@un...> - 2008-03-20 17:52:44
|
Hi, Hedayat Vatankhah wrote: [...] > gettingstarted.tex: in Fedora, all of the simspark requirements are > available in the official Fedora repository. So, they can be > installed with a "yum install" command in a default Fedora > installation with internet access. I can provide the exact command if > there is any interest about it. yes, that would be nice. I'll include this into the 'getting started' guide. [...] > (A question: currently, the FRP perceptor doesn't generate anything > when there is no contact. Should it send zero force and center > vectors in these situations?!) that's a good question. The TouchPerceptor for example does send 'val 0' while no collision is detected. So this perceptor does send data when no collision is detected. We should decide for one behavior for all sensors. I'd say where possible keep silence (saving bandwith...) [...] > And for joint effectors, the unit of passed parameter is the desired > speed of the motor in Rads/sec (but it seems that it should be > changed to degrees/sec like the perceptors. right I agree that using degrees/sec might be more convenient. But changing this causes trouble for existing agent implementations as they still expect rads/sec, so their agent implementation fails silently (i.e. without an obvious error). To change this we must also change the message format of the effector to make it clear that degrees/sec are expected and still support the current message format. I don't know if this is worth the trouble though... cheers, Markus |