⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 avoidmodule.java

📁 j2me实现的移动机器人代码(Java实现)
💻 JAVA
字号:
package cie.mobile;

import name.lxm.robot.arch.*;

/**
 * This class is used to avoid obstacles while
 * keeping waling towards the destination. It has
 * two inputs: environment force and the expected heading. 
 * The main task is to calculate 
 */
public class AvoidModule extends AbstractModule
{
	public void valueUpdated()
	{
	}

	public void run()
	{
	}

	public Port getPort(String pn)
	{
		return null;
	}


}

⌨️ 快捷键说明

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