Motor Configuration With Trolley

 

 

Code we use

//reverse all motors

reverse(4);

// Run all motors at a constant speed (25% power) for 1 second.
motorSpeed(4,40);
goFor(3);
//brake all motors
brake(4);

 

The graph we got

pull mode

 

 

push mode

 

 

Result

pull travels much than the push mode.