Skip to content

Commit d8ec901

Browse files
Update docs/examples/03_backends_ros/files/gh_forward_kinematics.py
Co-Authored-By: Gonzalo Casas <[email protected]>
1 parent 9679b1f commit d8ec901

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/examples/03_backends_ros/files/gh_forward_kinematics.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
The frame in the world coordinate frame (WCF).
1515
"""
1616
from __future__ import print_function
17-
import logging
18-
19-
LOGGER = logging.getLogger('roslibpy')
2017

2118
if robot and robot.client and full_configuration:
2219
if robot.client.is_connected:

0 commit comments

Comments
 (0)