Click here to Skip to main content
15,889,795 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 Updated

Robot 

18 Sep 2023 by OriginalGriff
Seriously, you need to go to the Roblox site, or a site dedicated to Roblox gaming - this is the wrong site; we aren't here to hold your hand and do all the work for you, and both your questions require that. We are here to help people learn,...
18 Sep 2023 by Richard MacCutchan
You would probably get better help at the Roblox website. This forum is for actual programming questions.
18 Sep 2023 by Osman Çiftçi
do you have any suggestions on how to make a zombie in roblox stdio that is aggressive and damages our health when it hits What I have tried: I can't, so I wanted your opinion.
14 Sep 2023 by OriginalGriff
This is the same question you asked two days ago: How can a building be raised by one meter in roblox studio when we have enough money?[^] - the answer hasn't changed since then:Previous Answer: We have no idea - remember that we can't see your...
13 Sep 2023 by Osman Çiftçi
In Roblox Studio, I'm trying to implement a money system into my game, and I'd like to know how to purchase a 1-meter building piece when the money reaches a sufficient level. This way, I want to enable players to ascend higher as their money...
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...
2 Jun 2022 by hacknorris-dev
so yes, i have a sphero bots to "configure" for the now my first idea was to write on it binary clock. drawing matrix on 8x8 grid works fine. converting unix timestamp to binary time too. where i could mistake so it doesnt show time? example...
2 Jun 2022 by hacknorris-dev
fixed by myself. working code: const type = "binary" // type "normal" to get time as number lines or "binary" to get binary clock const backgroundColor = ({ r: 255, g: 255, b: 0 }); // here change color of clock borders. only binary clock...
18 Apr 2021 by AmrDeveloper
How to create a simple bot creator in Kotlin using only 33 lines of code
16 Mar 2021 by Adam King 2021
I'm trying to make a program (in Java) that, upon pressing a key, highlights the text under your cursor, copies it, pastes it into a new tab, and searches, all using the java.awt.Robot package. It works fine the first time, but when I press the...
12 Mar 2021 by Member 15098458
source code open graphic libarary robot
9 Nov 2020 by wim4you
Introduction micro:bit and hobby example. Several Remote Controls (Infrared, Bluetooth Android App, serial port PC)
27 Oct 2020 by Member 14976586
The answer is here: What if robots.txt disallows itself? - Webmasters Stack Exchange[^] As robots.txt directives don't apply to robots.txt itself, there is no problem disallowing *.txt in robots.txt
6 May 2019 by Christian Graus
You shouldn't post random homework with no context. You should try to do it, ask your teacher when you're stuck, and ask questions when you know how to do the overall task, but have a specific issue
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.
3 Aug 2018 by Member 12533122
Hello People, i have created one project in MFC. i want to load a .stl file into that project. basically i want to do a robotic simulation in the application. so i want to show the robotic arms moving as per requirement. What I have tried: i have done it with using OpenGL but i am not...
3 Aug 2018 by Rick York
You could start by searching this site for the keyword OpenGL and you will find a lot of sample code for OpenGL apps. Here's one : 50 OpenGL MFC Projects in One[^] and there are many more.
14 May 2018 by Member 13771437
There is a way to program any machinery. Not only 6 axis robots with wrist configuration. I would like to tell you, but my post was closed, because it was believed to be a spam.
12 Mar 2018 by Member 13720478
I am trying to program a vex claw bot robot that uses 5 of the 2-wire 393 motors and 1 of the vex servo motors. I need a code for programming the robot to a Vex 2.0 cortex. 4 of the motors are used for the wheel and 2 are used for opening and closing the claw of the robot and the other for...
5 Mar 2018 by Maciej Los
First of all, please read my comment to the question. As is mentioned here: How to connect Kinect XBOX 360 to MATLAB?[^] Matlab 2011 does not support Image Acquisition. This future is available from Matlab R2013a. Follow the link to get more details.
5 Mar 2018 by Member 10928726
I'm working on SLAM project using Kinect, I'm using Matlab 2011. The Kinect is working properly on visual studio(C#), but the Matlab doesn't recognize it. I tried Microsoft kinect SDK 1.8 and Microsoft kinect SDK 2 But it also doesn't work. What I have tried: On Matlab I'm using Image...