mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 04:14:58 +00:00
translate comment
This commit is contained in:
@@ -652,8 +652,8 @@ void CKobuki::goStraight(long double distance){
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// metoda vykona rotaciu, rotuje sa pomocou regulatora, ako spatna vazba sluzi gyroskop,
|
/// the method performs the rotation, it rotates using the regulator, the gyroscope serves as feedback,
|
||||||
/// kedze je radovo presnejsi ako enkodery
|
/// because it is much more accurate than encoders
|
||||||
void CKobuki::doRotation(long double th) {
|
void CKobuki::doRotation(long double th) {
|
||||||
long double u = 0; // riadena velicina, uhlova rychlost robota pri pohybe
|
long double u = 0; // riadena velicina, uhlova rychlost robota pri pohybe
|
||||||
long double w = th; // pozadovana hodnota v radianoch
|
long double w = th; // pozadovana hodnota v radianoch
|
||||||
|
Reference in New Issue
Block a user