Home› Programming
Discussion
Back to discussions page
Kostya_777
Posts: 2 Recruit

Move with respect to feature (script code) |
56 views
|
Answered | |
/ Most recent by bcastets
in Programming
|
3 comments |
in Programming
Hello guys.
I have a question about the contents of the script.
Below is the code, which is responsible for the movement relative to a given plane. I don't understand what p[-.133299999831, -.49189999999672, .332900000454, 2.221441469414, -2.221441468745, .000000000935] is. Can you tell me where this variable comes from?
I don't understand how it is generated and what information it carries in itself.

Thank you very much in advance!
Tagged:
The pose_trans(p[-.133299999831, -.49189999999672, .332900000454, 2.221441469414, -2.221441468745, .000000000935],Waypoint_1_p) transfer Waypoint_1_p coordinate from p[-.133299999831, -.49189999999672, .332900000454, 2.221441469414, -2.221441468745, .000000000935] frame to base frame.
The resulting base frame coordiante are use as relative coordinate in Plane_1 frame.
maybe the programmer wanted to recover some offset waypoints ??
I have no idea where those value could come from. I think only the person who made this program could answer.