Skip to content

Commit

Permalink
executable + tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 17, 2023
1 parent dafa23f commit febc612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf/tools/rot_wing_3d.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<program command="sw/ground_segment/python/rot_wing_visualizer/rot_wing_vis_o3d_app.py" name="RotWing3D" />
3 changes: 2 additions & 1 deletion sw/ground_segment/python/rot_wing_visualizer/rot_wing_vis_o3d_app.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
#
# Copyright (C) 2023 TUDelft
#
Expand Down Expand Up @@ -491,4 +492,4 @@ def main():
o3d.visualization.gui.Application.instance.run()

if __name__ == "__main__":
main()
main()

0 comments on commit febc612

Please sign in to comment.