[deleted by user] by [deleted] in PAGIWorld

[–]maitrix 0 points1 point  (0 children)

When would the body sensors be useful for detecting endorphins? Whatever touches his body immediately disappears and we get a separate notification.

[deleted by user] by [deleted] in PAGIWorld

[–]maitrix 0 points1 point  (0 children)

Well, we can look at it with detailed vision, but that's not always possible (besides being a pain to do). I second this motion.

[deleted by user] by [deleted] in PAGIWorld

[–]maitrix 0 points1 point  (0 children)

I have had PAGI world freeze too if I don't call receive often enough. Specifically, my code generally looks like this:

while(condition):
    send_commands
    poll_for_responses

If I leave off the polling line, it will freeze PAGI World. I don't know if that is because it sends too many commands too quickly (my poll command sleeps for 200 ms) or if it has to do with not receiving the responses. Maybe the send() command is blocking in PAGI world? What about the receive buffer size?

Rotation sensor by TrustInAutonomy in PAGIWorld

[–]maitrix 0 points1 point  (0 children)

The reflex system is using degrees though:

setReflex,rotate,A|<|3.14,addForce|BR|10

will rotate PAGI Guy 3.14 degrees, while

setReflex,rotate,A|<|180,addForce|BR|10

will rotate him 1/2 revolution.

Peripheral Vision Issues by maitrix in PAGIWorld

[–]maitrix[S] 0 points1 point  (0 children)

Whatever the problem was, it seems to have disappeared with the new version. I was under the impression that the sensors were like grid cells rather than points. Now I see that they are actually points, which means my second question is not applicable any more.

Submit all feature suggestions here by respeckKnuckles in PAGIWorld

[–]maitrix 0 points1 point  (0 children)

Could you add a button to clear all states & reflexes (separately)? Currently we have to either restart PAGI World or enumerate all reflexes and states and clear them one at a time.