Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Programming a robot

Name: Anonymous 2009-12-29 16:24

I want to create a 3d mapping system (in java) that starts out from nothing but an X. The robot will go out from that X and measure things (temperature, location, acceleration, vibrations, time and other measurements). Some of this data (mostly X,Y,Z locations) should begin to create a 3d map. It would be nice if a java object that puts a "dot" on the X,Y,Z coordinates. the java.

The java object should read from a text file that my computer would upload to the web server.

Name: Anonymous 2009-12-29 16:31

Ok, good luck with that.

Name: Anonymous 2009-12-29 16:34

Wonderful, let us know how that works out

Name: Programming a sage 2009-12-29 17:01

I want to create a sage system (in bbcode) that starts out from nothing but a blank post.  The sage will go out from that blank post and sage things (thread sucks, OP is a moron, go back to /g/, and other things).  Some of this data (mostly OP's stupidity) should begin to create a sagebomb.  It would be nice if a sage that puts a "sage" in the email field.  the bbcode.

The bbcode should read from a text file that my computer would post to /prog/.

Name: Anonymous 2009-12-29 17:07

>>4
listen here jerkface

Name: Anonymous 2009-12-29 17:48

>>1
I'm not sure I entirely understand.  Are you outlining your plans or are you asking us for input or, much more selfishly, contribution?

Name: Anonymous 2009-12-29 18:10

>>6
the java.

Name: Anonymous 2009-12-29 18:29

The problem is not in the coding as what you've mentioned is rather easy to implement in any object-oriented language and, really, in many non-OO languages.  As my own experience with robotics is concerned, the real problem is ensuring and getting the robot to confirm that it has managed to make a journey from known point X to known point Y.  Different surfaces produce different traction, and the robot could easily move less than Y-X and record data about the wrong place.

Name: Anonymous 2009-12-29 18:30

>>1
robots[o]
java

where is this world coming to

Name: Anonymous 2009-12-29 18:43

>>9
A point in which we cannot use common expressions or BBCODE

Name: Anonymous 2009-12-29 18:55

>>10
i actualy never had to make 2 quotes before.

Name: Anonymous 2009-12-29 19:00

>>11
You should only use [o] if you are trying to break the 3 nested quotes rule. In this case you should have used
instead of pressing return.

As for >>9, it's, unfortunately, not a rare occurence, but I thinks it's more at the hobbyist level than professional

Name: Anonymous 2009-12-29 19:01

should have used
instead of pressing return.


Should've seen that coming bloody

Name: Anonymous 2009-12-29 19:02

>>13
Damn it, double BBCoed fail, use [ br ]  I'm off to read my Practical Common BBCode for a refresher

Name: Anonymous 2009-12-29 19:33

Here OP, this should get you started with your homework.

public final class Point
{
    public final int x, y, z;
// If Java doesn't support this declaration syntax then kick James Gosling in the nuts from me.
   
    public Point(int x, int y, int z)
      {
        this.x = x;
        // etc, kick JG in the ass for not giving a concise way to do this
      }

    public int hashCode()
      {
        //TODO: OP look this shit up and do at least some of yr homework.
      }
}

public class MeasureMents
{
    private int accelleration
}

public class Wobot
{
    private Point location;
    private Map<Point, Map<String, Object>> threeDeeMap;
   
    public Wobot()
      {
        threeDeeMap = new HashMap<Point, <Map<String, Object>>();
      }

    public goToPoint(Point newPointToGoTo)
      {
        location = newPointToGoalTo;
      }
  
   public measureQty(String qtyName, Object qtyVal)
     {
        getDataAtCurrentLocation().set(qtyName, qtyVal);
     }

  private Map<String, Object> getDataAtCurrentLocation()
    {
       Map<String, Object> data;
       if(threeDeeMap.hasKey(location)
         {
           data = threeDeeMap.get(location);
         }
       else
         {
           data = new HashMap<String, Object>();
           threeDeeMap.set(location, data);
         }
      return data;
    }
}

Name: Anonymous 2009-12-29 23:36

I'm ENTERPRISE SYSTEMS ENGINEERING PROFESSIONAL and what is this

       Map<String, Object> data;
       if(threeDeeMap.hasKey(location)
         {

Name: Anonymous 2009-12-30 1:36

>>4

I garfed in my mouth a little.

Please continue_

Name: Anonymous 2009-12-30 5:53

>>16
What is there to understand about it?  Are you 12?

Name: Anonymous 2009-12-30 10:32

>>18
I'm white, you goddamn putonghua

Name: Anonymous 2009-12-30 11:58

>>19
I'm white,
What the hell is your point? White people, such as yourself, can be idiots too.

Name: Anonymous 2009-12-30 12:44

>>15
Please don't measure my ments

Name: Anonymous 2009-12-30 14:08

(() you fucks

Name: Anonymous 2009-12-30 14:13

>>22
invalid lisp code

Name: Anonymous 2009-12-30 14:52

>>18,20,23
kill urself plz

Name: Anonymous 2009-12-30 14:52

BUT WHY CONSTRAIN ROBOT TO X? WHY CAN ROBOT NOT VISIT Y AND Z?? IS NOT ETHICAL

Name: Anonymous 2009-12-30 15:09

>>25
Maybe the robot is a cripple and has limited motion along a rail. Have you ever considered that? No, you didn't. Think before you post next time. Jerk.

Name: Anonymous 2009-12-30 20:58

This is too much fail over one fuckan close-paren

Thread locked

Name: Anonymous 2011-02-03 3:26

Name: Anonymous 2011-02-03 3:37


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List