📄 avoidmodule.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 + -