Skip to content
Snippets Groups Projects
Unverified Commit 84c429f1 authored by Michael von Wenckstern's avatar Michael von Wenckstern Committed by GitHub
Browse files

Create RosInterface.java

parent 26b748c3
No related branches found
No related tags found
No related merge requests found
package de.monticar.lang.monticar.generator.python;
import java.util.ArrayList;
import java.util.HashMap;
public class RosInterface {
public String type = "";
public String topic = "";
public HashMap<String, String> ports = new HashMap<>();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment