低级错误
This commit is contained in:
@@ -6,7 +6,7 @@ import com.robotemi.sdk.Robot
|
||||
class NavController(private val robot: Robot) {
|
||||
private val TAG = "NavController"
|
||||
|
||||
fun recharge(backwards: Boolean = True): Boolean {
|
||||
fun recharge(backwards: Boolean = true): Boolean {
|
||||
robot.goTo("home base", backwards)
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user