protected override void StartRos() { cmdVelPublisher = node.CreatePublisher <geometry_msgs.msg.Twist>(CommandVelocityTopic); cmdVelMsg = new geometry_msgs.msg.Twist(); StartCoroutine("PublishCommandVelocity"); }
void Start() { twistMsg = new geometry_msgs.msg.Twist(); publisher = node.CreatePublisher <geometry_msgs.msg.Twist>(TwistTopic); }