Fix a couple of comment typos.
PiperOrigin-RevId: 518347854 Change-Id: I552554fff199ce244b7b364cf0b0486058de0e22
This commit is contained in:
committed by
Copybara-Service
parent
8a402631a3
commit
a01318712c
@@ -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:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user