fix #18: inverse the coding and shebang line

This commit is contained in:
Brian Delhaisse
2019-11-13 20:02:37 +01:00
parent 9c194786e8
commit bc059da3cb
691 changed files with 723 additions and 667 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Provide the joint real-time plotting example.
Try to move the Kuka manipulator with your mouse, and check the joint values. Note that it can take few seconds to
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Provide the link frame real-time plotting example.
Try to move the Kuka manipulator and / or the box with your mouse. Note that it can take few seconds to load the plot.