Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.             "in": {
  3.                 "connection":"meu_nmea",
  4.                 "filter": {
  5.                     "header": "HLPVA",
  6.                     "pattern": "^([0-9]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+),([0-9.-]+)"
  7.                 }
  8.             },
  9.             "out":{
  10.                 "connection":"socketio",
  11.                 "filter": {
  12.                     "path":"scene.bodies.$0.dynamics",
  13.                     "pattern": "{position:{linear:{x:$1,y:$2,z:$3},rotation:{x:$4,y:$5,z:$6}},velocity:{linear:{x:$7,y:$8,z:$9},rotation:{x:$10,y:$11,z:$12}},acceleration:{linear:{x:$13,y:$14,z:$15},rotation:{x:$16,y:$17,z:$18}}}"
  14.                 }
  15.             }
  16.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement