File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ _Returns true if robot is on_
33
33
34
34
** Outputs**
35
35
36
- - boolean: Returns true if robot is on, false if is off.
36
+ - boolean: Returns true if robot is on, false if it is off.
37
37
38
38
### ` begin `
39
39
@@ -75,7 +75,7 @@ _Returns the orientation of the IMU_
75
75
76
76
get_accelerations()
77
77
78
- _ Returns the 3-axial acceleration of the IMU_
78
+ _ Returns the 3-axial acceleration values of the IMU_
79
79
80
80
** Outputs**
81
81
@@ -136,7 +136,7 @@ _Returns last acknowledgement_
136
136
137
137
** Outputs**
138
138
139
- - ** last_ack** : last acknowledgement value
139
+ - ** last_ack** : last acknowledgement value.
140
140
141
141
### ` get_battery_charge `
142
142
@@ -146,7 +146,7 @@ _Returns the battery SOC_
146
146
147
147
** Outputs**
148
148
149
- - ** battery_soc** : percentage of charge
149
+ - ** battery_soc** : percentage of charge.
150
150
151
151
### ` get_touch_any `
152
152
You can’t perform that action at this time.
0 commit comments