-
I'm new to this code base and am trying to run the default behavior provided with the code on the Nao, but am unable to do so. I am able to connect the robot to the RoboCup Game Controller. However wh…
-
Is the service /person_detection/detect_persons still used?
amigo@ompc-robotics $ ack-grep -R "person_detection" .
tue_robocup.git/challenge_final/scripts/detect_persons_caller.py
20:print "Wait…
-
A lot of the code in the plots2 codebase doesn't exactly conform to a specific set of design guidelines and therefore might be difficult to read and comprehend. Also, because a chunk of the code is un…
-
Hello, I have just installed HFO on Ubuntu 16.04. However, when I try to run any of the demo scripts, I get this error:
`[start.py] Cleaning up server and other processes
Traceback (most recent c…
-
Capture moves the robot to an intercept point along the ball's trajectory if it is moving, so the role_requirements() method should specify that point as the preferred bot location, not the ball's cur…
-
Right now the robot's uid is hard-coded to 2 in main.cpp.
Migrated from RoboJackets/robocup-software#684
-
@rokus @SamAlexandrov This was discovered in the test of 2017-09-05, you you remember any specifics, is there a log file perhaps?
-
When I run your model,I get this result:
![predicted_test_image](https://user-images.githubusercontent.com/12148377/29758347-56fb5986-8be5-11e7-87f7-e410421c19dd.png)
rather than your example:
![…
-
I've previously suggested increasing the width and length limitations because I spoke with @RobotnikAutomation about their mobile platform which could be similar to a Kuka YouBot.
The decision then…
-
Justin disabled them in e8d59dd b/c something related to having too many timers seems to cause the mbed to crash and reboot.
Migrated from RoboJackets/robocup-software#745