Hello All:
I am new to this forum. I have taken C++ class in community college but this new program for my project looks hard.
Can you tell me how to write a program for robotic that can detect a ball and block it and hit it.I think I have to use some logic operators that can sense the ball.
The robot you are programming for probably has an SDK. You will need that, and it will probably have the function calls you need. If you want to program a robot from scratch I don't think one class is going to cut it.
This game will run for one minute and the aim of this robotic hand is to able to block the other ball and hit it for one minute without any external help.
@ creative. Thanks for your reply. I just googled SDK but didnt really find anything about it. can you please give me some info about it. thanks
An SDK is a "software development kit". Usually, when you get some shiny new hardware to interact with, it comes with a library of functions to control it, and you are then expected to use those functions to operate the hardware. This library of functions available to you is the SDK.
@ OP: Based on your responses so far to this thread I have to ask if you've taken more then an introductory course in C++? Also, what is the extent of your EE experiance?