This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_ros
mirror of
https://github.com/hello-robot/stretch_ros.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Keeping future print for python3 conversion
pull/1/head
hello-binit
4 years ago
parent
2d1c04bcbf
commit
14c95e42aa
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
stretch_core/nodes/keyboard_teleop
+1
-0
stretch_core/nodes/stretch_driver
+ 1
- 0
stretch_core/nodes/keyboard_teleop
View File
@ -1,4 +1,5 @@
#!/usr/bin/env python
#!/usr/bin/env python
from __future__ import print_function
import math
import math
import keyboard as kb
import keyboard as kb
+ 1
- 0
stretch_core/nodes/stretch_driver
View File
@ -1,4 +1,5 @@
#! /usr/bin/env python
#! /usr/bin/env python
from __future__ import print_function
import yaml
import yaml
import numpy as np
import numpy as np
Write
Preview
Loading…
Cancel
Save