Skip to content

Commit 6c48bbf

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616
full_configuration: The full configuration
1717
"""
1818
from __future__ import print_function
19-
import logging
2019

2120
from compas.geometry import Frame
2221

23-
LOGGER = logging.getLogger('roslibpy')
2422

2523
frame = Frame(plane.Origin, plane.XAxis, plane.YAxis)
2624

0 commit comments

Comments
 (0)