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

Add files via upload

parents
Branches
No related tags found
No related merge requests found
Showing
with 51 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
package org.jastadd.ag.ast;
import java.util.*;
/**
* @ast interface
* @aspect RefResolverHelpers
* @declaredat E:\\project\\20211201\\src\\gen\\jastadd\\agRefResolver.jadd:444
*/
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.
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment