Click here to Skip to main content
15,890,845 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Robots Pin
Super Lloyd12-Oct-15 20:09
Super Lloyd12-Oct-15 20:09 
GeneralRe: Robots Pin
Amarnath S12-Oct-15 21:33
professionalAmarnath S12-Oct-15 21:33 
GeneralRe: Robots Pin
Amarnath S18-Oct-15 21:20
professionalAmarnath S18-Oct-15 21:20 
GeneralRe: Robots Pin
Super Lloyd18-Oct-15 21:32
Super Lloyd18-Oct-15 21:32 
AnswerRe: Robots Pin
HobbyProggy12-Oct-15 20:40
professionalHobbyProggy12-Oct-15 20:40 
AnswerRe: Robots Pin
chriselst12-Oct-15 20:55
professionalchriselst12-Oct-15 20:55 
AnswerRe: Robots Pin
den2k8812-Oct-15 22:29
professionalden2k8812-Oct-15 22:29 
GeneralRe: Robots Pin
David Days14-Oct-15 4:17
professionalDavid Days14-Oct-15 4:17 
This, imho, is exactly the point for today's environment. Maybe not so much in the future...

"Programming" is...well, not easy, exactly, but fairly simple compared to the real world. At the highest level where users see "Hello, World!", a computer is a computer is a computer. Compilers take care of the rest, and hide all those ugly choices like "add r0,r0,r1" vs "add r0,r1" at the assembler level.

Once you start dealing with the outside (of a computer), things get very complicated. The software for a Roomba won't work on a Cyberdyne T-101, and vice versa. Even if the computers were compatible, the task "get rid of that crud" has to be carried out completely differently, mechanically, on each system, which means that low-level commands would have to be different, thus the math, ad nauseum. Big Grin | :-D

It might be different if robotic platforms (and their manufacturers) settle on the equivalent of "frameworks" for both the computational side and the manipulator/motivator side. Kits and microcontrollers like the Arduino, Lego Robotics, etc. are all a move in the right direction, but your industrial automobile welder is still a world away from a home made robotic arm, even though they might perform the same tasks.

Until then, though, it's going to take a lot of low-level work in both software, hardware, and in-between to get even the most basic robotics project up. Some people love this--I'm working on a homemade trirotor drone made out of $5 of sheet metal from Lowe's and pop-rivets--and they will keep it up.

For the average developer, no matter how brilliant, it is usually too much of an investment of time and labor that, in the short run, doesn't really pay off much, even if the pay off is just seeing something move.
vuolsi così colà dove si puote
ciò che si vuole, e più non dimandare
--The answer to Minos and any question of "Why are we doing it this way?"

AnswerRe: Robots Pin
Joan M13-Oct-15 0:22
professionalJoan M13-Oct-15 0:22 
GeneralRe: Robots Pin
Corporal Agarn13-Oct-15 1:33
professionalCorporal Agarn13-Oct-15 1:33 
GeneralRe: Robots Pin
Joan M13-Oct-15 3:26
professionalJoan M13-Oct-15 3:26 
GeneralRe: Robots Pin
bojammis16-Oct-15 6:12
professionalbojammis16-Oct-15 6:12 
GeneralRe: Robots Pin
Joan M16-Oct-15 23:37
professionalJoan M16-Oct-15 23:37 
GeneralRe: Robots Pin
Super Lloyd13-Oct-15 3:01
Super Lloyd13-Oct-15 3:01 
GeneralRe: Robots Pin
Joan M13-Oct-15 3:28
professionalJoan M13-Oct-15 3:28 
GeneralRe: Robots Pin
bojammis14-Oct-15 6:46
professionalbojammis14-Oct-15 6:46 
GeneralRe: Robots Pin
Joan M14-Oct-15 10:44
professionalJoan M14-Oct-15 10:44 
GeneralRe: Robots Pin
bojammis16-Oct-15 6:41
professionalbojammis16-Oct-15 6:41 
GeneralRe: Robots Pin
Joan M16-Oct-15 23:40
professionalJoan M16-Oct-15 23:40 
AnswerRe: Robots Pin
PDelay14-Oct-15 4:14
professionalPDelay14-Oct-15 4:14 
GeneralRe: Robots Pin
Super Lloyd14-Oct-15 13:28
Super Lloyd14-Oct-15 13:28 
AnswerRe: Robots Pin
Dan Sutton14-Oct-15 6:43
Dan Sutton14-Oct-15 6:43 
AnswerRe: Robots Pin
mycroft114-Oct-15 8:18
mycroft114-Oct-15 8:18 
GeneralRe: Robots Pin
Super Lloyd14-Oct-15 13:27
Super Lloyd14-Oct-15 13:27 
GeneralA chess terminology question... Pin
PIEBALDconsult12-Oct-15 13:35
mvePIEBALDconsult12-Oct-15 13:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.