decision.h.svn-base

来自「Basic PID to drive two motors.」· SVN-BASE 代码 · 共 21 行

SVN-BASE
21
字号
/*
 * Decision.h
 *
 *  Created on: 5 f関r. 2009
 *      Author: Adrien
 */

#ifndef DECISION_H_
#define DECISION_H_

#include <math.h>
#include <string.h>

#include "Odometrie.h"
#include "Monde.h"
#include "Robot.h"
#include "Manipulation.h"
#include "Navigation.h"


#define MODE_EVITEMENT 0						// Le robot cherche 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?