Skip to main content

First day

It's the first laboratory session for CMSC 172, Robot Modeling and we are faced with a real world problem that needs a real world computational solution.

The problem is called the gross motion path-finding problem, and what it's all about is planning the route of a robot in 2 dimensional space, given the starting point, and solid obstacles in the defined space. It's like having a map of the city, and planning your route from one place to the other by avoiding obstacles (buildings, parked cars, passing trains, etc.) and getting the shortest path possible.

It's a machine problem which may be solved using C (which i prefer most) or Java which takes in the definition of the 2 dimensional space, the starting position of the "robot" and the target position of the "robot", and the definition of the solid obstacles in the two dimensional space.

I've heard a couple of approaches from sir Resty, and I'm stil scouring the web for possible hints as to how to be able to go about this systematically. But from what I've heard from Resty, I should be able to spew out some code as to try and solve the problem.

I have roughly two weeks to work on this, and I could possibly try and hack at it at home, when I get the laptop working like new again. I think I need to get a lot more RH packages because the RH 9 installer doesnt include Anjuta, Xine/mplayer, among other things.

So much for eye candy... Maybe that's why RH is the more popular linux distro (aside from the fact that they have a financial machine that does the marketing for them), but not the most hacker friendly one. And maybe that's why debian is still more or less reserved for the more hacker types (although apt does make you a little lazy, but then it also does allow you to concentrate on the things you want and need to do).

Ok, I'm now officially using institute resources for personal needs -- but in a slight way I am using the resources for academic purposes.

Chillin'...

Comments

Popular posts from this blog

Help wanted: writing resources

I'm currently fleshing out a fantasy setting for a series of short stories rattling in my head that I'd like to get out into the world. However, it's the first time I'm even trying to do this, so I need your help: are there any good resources for world-building and writing guides that have been helpful in your projects? So far I've been really enamoured by Brandon Sanderson's world building and Patrick Rothfuss' storytelling. I suspect those two are at the pinnacle of the trade and I'm probably not going to do myself any favours by trying to live up to what they're doing, but I'd still like to give it the good college try. Are there any resources (forums, books, guides, blogs, or courses) that I should be taking if I want to do a decent first take at this? This is probably better as an email to friends and maybe some random folks (or maybe even a tweet) but why not a blog as well?

Reconnecting with people

2021 started with a a good sense of connection for me, having spent time with friends and family in a simple celebration of the oncoming year. The transition from 2020 to 2021 and being able to look back at a good part of my recent history got me thinking about how life has been for me and the family for the past decade. There’ve been a lot of people that I’ve met and become friends with while there are those that I’ve left behind and lost touch with. There’s a saying about treating old friends different from new ones, which I do appreciate now that I’m a bit older. It also means that my relationships with people that I get to spend a good amount of time with take a different shape. This reflection has given me some time and space to think about what it means to reconnect with people. Friends are the family we choose ourselves. — Edna Buchman I have the privilege of having life-long friends that I don’t always stay in regular contact with. From my perspective, if I consider you a frien...

Six-hour workdays for focus and productivity

Sometime in 2018 I experimented with a strict 6-hour workday. I negotiated this with my manager who at the time said it was worth the experiment. The idea would be for me to be at the office by 10am and be out by 4pm. This didn't preclude me from continuing to work while I was in the train, or at home. It was an experiment where I can remember some good and bad parts and this is a post looking back at that time. Ruthless prioritisation The first thing I needed to do as an individual contributor was to ruthlessly prioritise all the tasks I have to accomplish. This meant I had to put a budget on the amount of time I'm spending doing certain things. Additionally this meant I needed to remove  all unnecessary meetings from my calendar. This was defined as whether it was something I was needed to make a decision on anything. Being an individual contributor at the time the answer it turns out for most meetings in my calendar was "no". Some examples of things I've stoppe...