We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ee404 commit bc4fe3fCopy full SHA for bc4fe3f
docs/examples/03_backends_ros/files/gh_plan_motion.py
@@ -25,15 +25,13 @@
25
The calculated trajectory.
26
"""
27
from __future__ import print_function
28
-import logging
29
import scriptcontext as sc
30
31
guid = str(ghenv.Component.InstanceGuid)
32
response_key = "response_" + guid
33
if response_key not in sc.sticky:
34
sc.sticky[response_key] = None
35
36
-LOGGER = logging.getLogger('roslibpy')
37
38
if robot and robot.client and start_configuration and compute:
39
if robot.client.is_connected:
0 commit comments