UCOSP

Undergraduate Capstone Open Source Projects

Archive for the ‘RoboCup’ Category

screencast

Posted by ioanaiv on 2009/12/07

Our screencast is posted here

Links to a few other videos we’ve made:

Human controls

Another demo

Playing a game against last term’s team

Posted in RoboCup, Screencast | 2 Comments »

One Positive, One Negative

Posted by alexnico on 2009/12/01

Positive: Finally, I can experience working on a real, fully distributed team. Also, I learn a lot of technical stuff from this course. From programming in python to machine learning algorithms. I am also grateful to learn from my colleagues as this is more practical than learning from textbooks.

Negative: I couldn’t contribute to the team as much as I want to. There are various reasons for this but most notably is due to the complexity and difficulty of the project. As time goes by, I discover more stuff that can’t be done than stuff that can be done. There is certainly a way to fix it but given the fact that we are expected to work ~10 hours per week, we would end up fixing stuff rather than achieving our goals. Thus, sometimes hacking is the most appropriate (but not the best) way to do it. If I would do it again in the future, it would be very nice to have someone that is knowledgeable to tell us what could possibly be done by 50 hours of work per week over four months. Unfortunately, it is very hard to find such person in any project.

Posted in RoboCup | Tagged: | Leave a Comment »

Robocup Status Update

Posted by pgornicz on 2009/11/30

For the most part we are all trying to wrap things up. Here’s how we plan to divide the final work load.

Yulia + Ioana: Look into fixing coordinate system.

Chani: Will put together a skeleton of the document.

Patrik: Will write up an overview of the source code by Tuesday.

Alex: Plans to finish his passing improvements and contribute a write up of why we choose the python code.

Everybody: Contribute to the document and consider tweaks to improve overall performance.

Patrik

Posted in RoboCup | Leave a Comment »

Robocup Meeting

Posted by pgornicz on 2009/11/30

We had our weekly meeting yesterday (Nov 29th ’09). The minutes and transcript are available here (http://chani.ca/robocup/minutes/nov29.txt).

Patrik

Posted in RoboCup | Leave a Comment »

Thoughts on RoboCup

Posted by kyokko on 2009/11/26

I worked on RoboCup and I have to say it didn’t turn out to be what I expected in the beginning. But I really enjoyed it despite the problems we had (just like any other team this term).

There isn’t a whole lot of bad things I can say about the csc494 experience. We pretty much lost that month before the Code Sprint because we couldn’t get an access to the repository. Also it took me personally few weeks after the Code Sprint to actually understand what is it that we were working on and how to approach it. It would have been nice to have a little more guidance, but on the other hand it was cool to be able to set our own priorities too.

Good thing, is that despite being geographically dispersed, my team did a pretty good job communicating with each other.

Overall, I think I got an invaluable experience working on RoboCup. It’s one of those things that look sort of easy on paperĀ  but are overwhelmingly complex when you start implementing them. It also taught me not to be too optimistic when making plans and not to assume correctness of the code that wasn’t my own.


Posted in RoboCup, Uncategorized | Leave a Comment »

Status updates for Robocup

Posted by kyokko on 2009/11/26

We had our meeting on Sunday, November 22. Here is what the team had been up to:

Alex

– worked on passing, now it takes into account players from the opposit team

– it is hard to make 100% accurate passing because of the noise added to the measurements

Next task:

– work on interception as it is related to passing

Chani

– fixed code so that now players are using data from the current tick

– fixed a bug in the debug ui

Next task:

– continue debugging

Ioana

– worked on dribbling

– found bug that causes a player to be stuck near the ball not making any actions

possible reason is that position of the player and the ball is not update properly

Next task:

– continue working on dribbling

Yulia

– rewrote chunk of code responsible for parsing the s-expressions from the server

– slightly improved the accuracy of statistics computed from the server data

but it seems that there is not much we can do to make it better because of the

server restrictions

Next task:

– continue debugging

Patrik

– did a merge of code from the dt branch into trunk

Next task:

– debugging kick/dribbling

Posted in RoboCup, Status | Leave a Comment »

Thoughts

Posted by pgornicz on 2009/11/25

Being a part of the Robocup UCOSP project has been an interesting experience.

First, I’ll discusses some of the issues with this project. It’s not actually an open source project, and it’s not really under development by anyone other then my group members. This is an issue because we didn’t really get to experience that side of an open source project (ie. being part of a larger picture and lending a hand). The code we decided to use as a base turned out to be worse then we expected which caused use to have to perform alot of maintenance work instead of adding features or extending the team capabilities. Also, the size of the source tree is actually fairly small which has caused us problems, basically it causes most of the things we do to affect everybody in the group hence greatly slowing down development.

I think it would have been interesting to see what would have happened if we decided to start from scratch and develop a client in C++ (which was an option to us because of the very large amount of freedom we were given). Arguably it would have been worse wrt to everybody depending on each other but at the same time it would have been an experience of the birth of a project.

Interestingly, all of the bad points I’ve made are also the good points. They’ve really taught me how to think about projects and that things are not always going to go as planned. It would have been nice to have more guidance but at the same time it’s nice to have been given the freedom to make decisions for ourselves and learn from the outcomes.

Posted in RoboCup, Uncategorized | Leave a Comment »

thumbs up, thumbs down

Posted by Chani on 2009/11/25

the good: Working with a good team. We’ve all had those projects where half the team is asleep or incapable of communicating or just doesn’t do their work. This was one of those rare group projects where I got to be in a group of students who *wanted* to be there. it’s something I’m more used to in the free software world but not in school.

the bad: The chaos. Having our team drop to 5 people threw off a lot of the plans we’d made at the sprint. The codebase wasn’t at all what we thought it was, so we spent more time fixing things than writing new things, which threw off the rest of our plans. Our teacher is on sabbatical, so the TA gets all our questions. I’m still not quite sure what we actually accomplished…

Posted in RoboCup | Tagged: | Leave a Comment »

Postmortem

Posted by ioanaiv on 2009/11/24

ThumbUp: Having meetings every week and posting status reports helped keep us on track.

ThumbDown: I think it would be good to have more variety in projects, in particular some that are less development-oriented and involve more research

Posted in RoboCup | Tagged: | Leave a Comment »

Robocup status update

Posted by Chani on 2009/11/18

alex:
-has been trying to improve passing by having the kicker shout out where the ball is going, but the other players don’t always hear it
-will try other ways to improve passing

chani:
-implemented ball and player decay
-found out that the code for updating object positions was never being called and fixed that
-is working on vision optimization
-improved the debug viewer a bit more
-may also experiment with changing minimum-confidence values

ioana:
-found a passing bug, and is looking into interception problems
-was trying to get the new human controller to work, no luck
-is working on ball interception

patrik:
-was working on merging all the branch stuff into trunk
-hardware issues corrupted all his work, so he has to redo it

yulia:
-found a problem with vision – only the first two flags are being used to determine position
-was going to fix it but ended up in hospital instead
-wrote a small gui for starting teams and server
-started modifying the on_see function
-rewrote sexpparser and made it faster

Posted in RoboCup, Status | Leave a Comment »