Class CmdVelPublisher
java.lang.Object
edu.tufts.hrilab.diarcros.cmd_vel.CmdVelPublisher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionedu.tufts.hrilab.diarcros.msg.Time
boolean
void
sendAngularCmdVel
(double x, double y, double z) void
sendCmdVel
(edu.tufts.hrilab.diarcros.msg.geometry_msgs.Twist msg) void
sendLinearCmdVel
(double x, double y, double z) void
void
-
Constructor Details
-
CmdVelPublisher
public CmdVelPublisher()
-
-
Method Details
-
waitForNode
public void waitForNode() -
isNodeReady
public boolean isNodeReady() -
getCurrentTime
public edu.tufts.hrilab.diarcros.msg.Time getCurrentTime() -
sendCmdVel
public void sendCmdVel(edu.tufts.hrilab.diarcros.msg.geometry_msgs.Twist msg) -
sendLinearCmdVel
public void sendLinearCmdVel(double x, double y, double z) -
sendAngularCmdVel
public void sendAngularCmdVel(double x, double y, double z) -
sendStopCmdVel
public void sendStopCmdVel()
-