IaConfig.java
Go to the documentation of this file.
00001 
00009 package com.rosalfred.core.ia;
00010 
00011 import org.ros.dynamic_reconfigure.server.BaseConfig;
00012 import org.ros.node.ConnectedNode;
00013 
00019 public class IaConfig extends BaseConfig {
00020 
00021     //public static final String RATE = "rate";
00022     public static final String RES_PATH = "res_path";
00023 
00024     public IaConfig(ConnectedNode node) {
00025         super(node);
00026 
00027         // TODO to custom
00028         //this.addField(RATE, "int", 0, "rate processus", "1", 0, 200);
00029         this.addField(RES_PATH, "str", 0, "Path to brain", "/res", 0, 0);
00030     }
00031 }


alfred_bot
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Tue Jun 14 2016 01:34:50