|
Pololu Isolated Solid State Relay/Switch, SPST, 100V, 4.5A |
|
34:1 Metal Gearmotor 25Dx52L mm HP 24V |
|
Glideforce GF01-122110-1-66 Micro Linear Actuator with Limit Switches: 12V, 8.1kgf, 6mm/s, 100mm Stroke |
|
4.4:1 Metal Gearmotor 25Dx48L mm HP 24V |
|
ACS37200LLXTR-150B3 Current Sensor Large Carrier -150A to +150A, 3.3V |
|
Motoron M3T453 Triple I²C Motor Controller with Soldered Headers |
|
TB67S579FTG Stepper Motor Driver Carrier - Full Breakout |
|
Motoron M3T453 Triple I²C Motor Controller with 0.1"-Pitch Through-Holes (No Headers) |
|
Glideforce GF01-121005-1-66 Micro Linear Actuator with Limit Switches: 12V, 4.3kgf, 17.6mm/s, 50mm Stroke |
|
12V, 600mA Step-Down Voltage Regulator D24V7F12 |
New version of the Zumo Shield for Arduino - now with full IMU!
- 14 January 2015If I use this function what else do I need to include?
void on_contact_made()
{
#ifdef LOG_SERIAL
Serial.print("contact made");
Serial.println();
#endif
in_contact = true;
contact_made_time = loop_start_time;
setForwardSpeed(FullSpeed);
buzzer.playFromProgramSpace(sound_effect);
}
New version of the Zumo Shield for Arduino - now with full IMU!
- 14 January 2015Hi, how can I add contact detection to ZumoMotors example? if Zumo detect a contact while going straight I want it to stop and back up.
Thanks,
Jimmy