08-17-2012 04:49 AM
Hello
I want to control starter kit 2.0 robot using keyboad . anyone worked in Keyboard interfacing in starter kit 2.0 Robot ?
I use event structure to get scan code of press key . according to this code control robot example if forward key press then make steering frame velocity array [0,1,0] (1 m/s forward velocity ) sand give to "Apply velocity to Motor" VI . so robot move according to steering frame velocity.
but this logic not working !!!!!
can anyone help me ..?? 🙂
Thanks
Nirav Virpara
08-20-2012 02:32 AM
Hey,
The robotics starter Kit is a standalone machine with an FPGA on it. The Starter Kit is not controlled by a computer. However you could instal drivers for a Keyboard on the FPGA , then write a code so that the FPGA understands the keyboard input and be able to control your robot.