Fix a couple of comment typos.

PiperOrigin-RevId: 518347854
Change-Id: I552554fff199ce244b7b364cf0b0486058de0e22
This commit is contained in:
Nimrod Gileadi
2023-03-21 12:26:55 -07:00
committed by Copybara-Service
parent 8a402631a3
commit a01318712c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1588,7 +1588,7 @@
"id": "gwHMy_iRA7Jh"
},
"source": [
"Let's plot the values measured by our accelometer sensor:"
"Let's plot the values measured by our accelerometer sensor:"
]
},
{
+1 -1
View File
@@ -481,7 +481,7 @@ void mju_makeFrame(mjtNum frame[9]) {
mju_error("xaxis of contact frame undefined");
}
// if yaxis undefined, set yaxis to (0,1,0) if possible, otherwize (0,0,1)
// if yaxis undefined, set yaxis to (0,1,0) if possible, otherwise (0,0,1)
if (mju_norm3(frame+3) < 0.5) {
mju_zero3(frame+3);