Log in

View Full Version : How would you control a single motor from C++


ElliotCourant
22-01-2011, 11:30
I need to control one of the four motors on our robots independently.
How would I specify which motor I need to control and things like how fast and which direction to move it in?

Katelin3038
22-01-2011, 11:57
There i veiwed it :P haha!;)

basicxman
22-01-2011, 12:24
I need to control one of the four motors on our robots independently.
How would I specify which motor I need to control and things like how fast and which direction to move it in?

http://mmrambotics.ca/wpilib/class_jaguar.html. I assume you're using the Jaguar motor controller, so the Jaguar class.

Alternatively, you could be using a Spike,
http://mmrambotics.ca/wpilib/class_relay.html

Alternatively, using a Victor,
http://mmrambotics.ca/wpilib/class_victor.html


There i veiwed it :P haha!;)
What?

ElliotCourant
26-01-2011, 20:32
Thank You