Click here to Skip to main content
15,880,956 members
Everything / Robot

Robot

robot

Great Reads

by jurhas
A small simulator for a 6 axis articulated robot
by Osman Kalache
An Enhanced Skype Chatter Bot, with a friendly user interface, programable knowledge base, testing interface with Export/Import knowledge base to files
by ChRi$m0rG@N
An article about an omni directional Arduino Yun robot, and an alternative .Net implementation of CmdMessenger
by Tareq_Gamal
Workaround to run and exchange data between .NET and other platforms

Latest Articles

by AmrDeveloper
How to create a simple bot creator in Kotlin using only 33 lines of code
by wim4you
Introduction micro:bit and hobby example. Several Remote Controls (Infrared, Bluetooth Android App, serial port PC)
by Iqra Ali
This article will cover some very less common and highly used Robot Framework and Ipy command to follow within your Jenkins job.
by Intel
This project is about a simple obstacle avoiding robot using Intel® Edison module. Robotics is an exciting and fun hobby that has become very affordable in recent years.

All Articles

Sort by Score

Robot 

4 Aug 2013 by Osman Kalache
An Enhanced Skype Chatter Bot, with a friendly user interface, programable knowledge base, testing interface with Export/Import knowledge base to files
2 Apr 2015 by ChRi$m0rG@N
An article about an omni directional Arduino Yun robot, and an alternative .Net implementation of CmdMessenger
19 Jun 2015 by Tareq_Gamal
Workaround to run and exchange data between .NET and other platforms
23 Apr 2011 by Ed Nutting
This is very indescript and an awful question. Have you got any robot kit? Have you tried searching for yourself? Have you even read how to post a question on CP? I can suggest you look at my Robotics article that works from PC to Lego Mindstorms using C# Asp.Net:Basic Robot Control...
15 Feb 2014 by nv3
Yes, it is possible. Consider that modern smart phones do a good deal of real time processing and they are just one example.In my opinion the question is not, whether it's possible to do real time work under Linux, but how difficult it will be to implement certain things. Depending on how...
9 Jun 2012 by Sandeep Mewara
See answers to these previously asked questions: Programming a Robot with C[^]Artificial Intelligence Modules[^]CP archive articles:Microsoft Robotics[^]2D LUA Based Robot Simulator[^]Robotics/Embedded Systems - Part I[^]Robotics/Embedded Systems - Part II[^]Robotics/Embedded...
2 May 2010 by #realJSOP
I would google the word "robotics programming". I suspect this might surprise you, but google is available to everybody (except the Chinese).
2 May 2010 by Eddy Vluggen
The Coding4Fun[^] blog has some nice articles on robots, including one that's controlled with a Wii[^].
17 Apr 2011 by Smithers-Jones
"i want search about every kind of robot soccer and search about each kind Of course i want search in very low level . only i want to know about kind and find out about structure it and same or differ between these !and i want to know about how a robot for example find bool or Teammate and...
26 Sep 2011 by CPallini
What's better than Robocode page at Sourceforge[^]?
23 Oct 2011 by Jonathan Davies
There's a Wrox book: Microsoft Robotics Developer Studio, that the back cover says "offers a exciting new way to program robots in the windows environment" that might be woth a look. However it does say the code examples are in C# rather than C.At the other (introductory) end of the scale a...
9 Jan 2012 by fueldown
Hey friends,I am currently planning a project of Robot navigation in Simulation. I tried to use the Player/Stage as simulation environment for simulation, but it has too many dependencies and I couldn't set it right. I want to implement the project in Java using Neural Networks and Genetic...
3 Nov 2017 by Mehdi Gholam
Read this : How to Autorun application at the start up in Linux[^]
14 Aug 2018 by Iqra Ali
This article will cover some very less common and highly used Robot Framework and Ipy command to follow within your Jenkins job.
9 Nov 2020 by wim4you
Introduction micro:bit and hobby example. Several Remote Controls (Infrared, Bluetooth Android App, serial port PC)
12 Sep 2023 by OriginalGriff
We have no idea - remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with - we get no other context for your project. Imagine this: you go for a drive in the country, but you...
8 Jul 2010 by Joan M
Hello all,My math skills are not the best in the world... :~The problem here is that I have a robot and I need to calculate different points mathematically.The main idea here is that I have two points in the space with different orientations:XYZ is the position in the...
18 Mar 2010 by Nelek
The ABC angles have to be considered as (note the capital letters):XYZ = base coordinatesxyz = tool coordinatesIf you get Z and twist the XY-Plane, you get X'Y' where A is the angle between X and X'If you now get the new Y' and twist the X'Z plane, you will get X''z-Plane where B is...
2 May 2010 by Richard MacCutchan
Try doing some research for yourself, there is no way anyone can give a quick answer to such a wide ranging question.
8 Mar 2011 by bpatron
I can't build ??can you help meFunction main 'Controller #3 Communications 'Address 192.168.0.13 'Local Variables Integer i 'Used for sending test data 'Initialization 'Clear Flags ' MemOff TCPIP_1_DR MemOff TCPIP_1_DTS MemOff...
20 Jun 2011 by hamid faisal
Hi Everyone ! I m Trying to Develop my Sophisticated Robots System or its Equivalent Simulator Program on my Windows PC. I am not interested in works already done earlier. So, Where could I get the relevant modules for the already done work in this area?Please Suggest...
20 Jun 2011 by CPallini
hamid faisal wrote:I am not interested in works already done earlier.hamid faisal wrote:So, Where could I get the relevant modules for the already done work in this area?I see a contraddiction...
21 Jun 2011 by S Houghtelin
MindForth Free AI Source Code for Robots:http://mind.sourceforge.net/mind4th.html[^]C for Robot AI Mindshttp://mind.sourceforge.net/c.html[^]There is a lot of information out there, and yes some will be complete, but you can use the relevant open source modules that are being used in...
24 Oct 2011 by Jonathan Davies
Also have a look at the Lego robot stuff http://en.wikipedia.org/wiki/Lego_Mindstorms[^] - that's probably one amongst many solution to the brief of your assignment.
28 Mar 2012 by WajihaAhmed
I have been searching around but was not able to find a suitable guide.Scenerio is: The robot has to traverse a maze where some colored boxes are placed.In each box it must drop a ball of matching colour and after all balls have been droped, then exit.We will be using wall sensor(Model:...
2 Apr 2012 by DLChambers
I'd use an Arduino - check out the ^Teensy.Teensy supports the Arduino dev environament, and is perfect for stuff like this.Connect the sensor's Vo to one of the Teensy's analog inputs, then use the sensor datasheet's chart to compute the distance from the A/D reading.You'll have troubles...
29 May 2012 by Ed Nutting
Hi There,Yes you can! And I have an article that details how to control your robot from C# here on CodeProject. Have a look here:Basic Robot Control using NKH Mindsqualls Libraries[^]It uses the NKH Mindsqualls library, you may wish to see if there is a new version. It works really...
9 Jun 2012 by pavan996
i'm trying to design a robot that can take our hand movements as input and say which direction it is .... i have a basic idea but dont know how to initiate my project?
27 Aug 2012 by Member 9386932
This is a program to find robotic arm inv kinematics. My doubt is not in kinematics :-). My program executes but always prints "position unacheivable", even for a known value, it does the same. Here I have used radians for angles since thats what c understands. Please tell me how...
27 Aug 2012 by Sandeep Mewara
This is the proper formatted code of your inner most for loop:for (d = -0.784; d
13 Oct 2012 by prince0fpersian
hi , at first i'm sorry for my bad englishI want to find the corners of the football fieldAnd then I can use it to locate the robot in the fieldI used the HoughLines() functions , but have not answeredPlease, if you have a sample code about, put it to meThis is the code I...