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 -*-
"""Attractor point using impedance control with RRBot
Try to move the end-effector using the mouse, and see what happens. Compare the obtained results with
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Force control: gravity compensation with RRBot
Try to move the end-effector using the mouse, and see what happens. Compare the obtained results with
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Force control: apply no forces/torques.
Try to move the end-effector using the mouse, and see what happens. Compare the obtained results with