Go to the documentation of this file.00001 package org.rosbuilding.common.temperature;
00002
00003 import smarthome_comm_msgs.Command;
00004
00005 import org.ros.node.ConnectedNode;
00006 import org.rosbuilding.common.MessageConverter;
00007
00008 import smarthome_heater_msgs.HeatingPilotAction;
00009
00010 public class HeatingPilotMessageConverter implements MessageConverter<HeatingPilotAction> {
00011 public HeatingPilotAction toMessage(ConnectedNode node, Command command) {
00012 throw new RuntimeException("Not implemented!");
00013 }
00014 }