Skip to content

Instantly share code, notes, and snippets.

@awesomebytes
Created April 26, 2016 10:16
Show Gist options
  • Save awesomebytes/6951f6aa8b96779ece57fbbc12c02992 to your computer and use it in GitHub Desktop.
Save awesomebytes/6951f6aa8b96779ece57fbbc12c02992 to your computer and use it in GitHub Desktop.
MoveIt! scene file example, remove the commented one to load it (it does not support comments)
box_scene
* box1
1
box
0.1 0.2 0.3
1.0 1.0 1.0
0 0 0 1
0 1 0 1
.
#box_scene # maybe scene name
#* box1 # object name
#1 # number of shapes
#box # type of shape (box, cylinder, sphere, I think)
#0.1 0.2 0.3 # size of shape
#1.0 1.0 1.0 # position of shape
#0 0 0 1 # orientation of shape
#0 1 0 1 # RGBA color of shape
#. # necessary final dot?
@katallen405
Copy link

Thank you for doing this, super helpful in sorting out the format of these files!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment