Skip to content
Snippets Groups Projects
Unverified Commit 5c265881 authored by wangyingjian's avatar wangyingjian Committed by GitHub
Browse files

Add files via upload

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 55 additions and 0 deletions
package org.jastadd.ag.ast;
import java.util.*;
/**
* @ast interface
* @aspect RefResolverHelpers
* @declaredat E:\\project\\20211201\\src\\gen\\jastadd\\agRefResolver.jadd:398
*/
interface Unresolved$Node$Interface {
String getUnresolved$Token();
boolean getUnresolved$ResolveOpposite();
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
syntax = "proto3";
package behavior;
message Pose {
message Position {
double x = 1;
double y = 2;
double z = 3;
}
message Orientation {
double roll = 1;
double yaw = 2;
double pitch = 3;
}
Position GoalPosition = 1;
Orientation GoalOrientation = 2;
}
message GraspPose {
string PreDirection = 1;
Pose GraspPose = 2;
string PostDirection = 3;
}
message PlacePose {
string PreDirection = 1;
Pose PlacePose = 2;
string PostDirection = 3;
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Hanoi::=Pillar* <AmountD:int>;//amount of disks, set at the begining
Disk::=<Size:int>;
Pillar::=Disk*;
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment