All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.communication.ros.generators.RosMessagePacket Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package us.ihmc.communication.ros.generators;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface RosMessagePacket
{
   String NO_CORRESPONDING_TOPIC_STRING = "NONE";
   String CORE_IHMC_PACKAGE = "ihmc_msgs";

   String documentation();
   String topic() default NO_CORRESPONDING_TOPIC_STRING;
   String rosPackage();
   boolean isIHMCPacket() default true;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy