Before porting code, it's a good idea to verify that it works, in case it doesn't and for something to compare to later.
Acceptance Criteria
GIVEN a tuned roboclaw and motors with encoders
AND the ROS1 driver is running
WHEN publishing to cmd_velTHEN the motor should turn at the commanded rate
to send a velocity at 10 Hz.
The driver will try to command a differential drive base and not an individual motor, so if only one motor is available, some squinting might be invloved.
Use Case
Before porting code, it's a good idea to verify that it works, in case it doesn't and for something to compare to later.
Acceptance Criteria
GIVEN a tuned roboclaw and motors with encoders AND the ROS1 driver is running WHEN publishing to
cmd_vel
THEN the motor should turn at the commanded rateNotes
In ROS1, on the command line you can type
to send a velocity at 10 Hz. The driver will try to command a differential drive base and not an individual motor, so if only one motor is available, some squinting might be invloved.