You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/08.edu/solution-and-kits/alvik/tutorials/user-manual/user-manual.md
-34Lines changed: 0 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,6 @@ In this tutorial, you will find useful information to get started, test, and mai
59
59
-[High level, fix power x amount of time or distance](#high-level-fix-power-x-amount-of-time-or-distance)
60
60
-[Distance, angle, etc](#distance-angle-etc)
61
61
-[Controlling power and time in degrees/s cm/s](#controlling-power-and-time-in-degreess-cms)
62
-
-[Units Explained](#units-explained)
63
62
-[Encoder’s Control](#encoders-control)
64
63
-[get\_wheels\_speed](#get_wheels_speed)
65
64
-[get\_wheels\_position](#get_wheels_position)
@@ -499,39 +498,6 @@ sleep_ms(2000) # Drive at 10 cm/s linear velocity and 30 deg/s angular velocity
499
498
alvik.brake()
500
499
```
501
500
502
-
### Units Explained
503
-
504
-
**Distance Unit:**
505
-
-`cm`: centimeters
506
-
-`mm`: millimeters
507
-
-`m`: meters
508
-
-`inch`: inch, 2.54 cm
509
-
-`in`: inch, 2.54 cm
510
-
511
-
**Angle Unit:**
512
-
-`deg`: degrees (1 degree is 1/360 of a circle)
513
-
-`rad`: radian (1 radian is 180/pi degrees)
514
-
-`rev`: revolution (1 revolution is 360 degrees)
515
-
-`revolution`: same as `rev`
516
-
-`perc`: percentage (1 percent is 3.6 degrees)
517
-
-`%`: same as `perc`
518
-
519
-
**Linear Speed Unit:**
520
-
-`cm/s`: centimeters per second
521
-
-`mm/s`: millimeters per second
522
-
-`m/s`: meters per second
523
-
-`inch/s`: inches per second
524
-
-`in/s`: inches per second
525
-
526
-
**Rotational Speed Unit:**
527
-
-`rpm`: revolutions per minute (1 rpm is the reference unit)
528
-
-`deg/s`: degrees per second (1 deg/s is 60 deg/min or 1/6 rpm)
529
-
-`rad/s`: radians per second (1 rad/s is 60 rad/min or 9.55 rpm)
530
-
-`rev/s`: revolutions per second (1 rev/s is 60 rev/min or 60 rpm)
531
-
532
-
533
-
Sure, here's the section written with the provided information in markdown format:
534
-
535
501
### Encoder’s Control
536
502
537
503
The Alvik robot provides various functions to control and monitor the motors using encoders. These functions allow you to get real-time feedback on the speed, position, and pose of the robot, which is essential for precise movement and navigation.
0 commit comments