We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in DetectObject() from apriltags.py, env is not defined.
DetectObject()
apriltags.py
/home/user/catkin_workspaces/herb_ws/src/prpy/src/prpy/perception/base.pyc in call(self, instance, robot, _args, *_kw_args) 12 13 def call(self, instance, robot, _args, *_kw_args): ---> 14 return self.func(instance, robot, _args, *_kw_args) 15 16 def get(self, instance, instancetype): /home/user/catkin_workspaces/herb_ws/src/prpy/src/prpy/perception/apriltags.py in DetectObject(self, robot, object_name, **kw_args) 145 for obj in added_bodies: 146 if obj.GetName() != object_name: --> 147 env.Remove(obj) 148 print "removed object" 149 else: NameError: global name 'env' is not defined
/home/user/catkin_workspaces/herb_ws/src/prpy/src/prpy/perception/base.pyc in call(self, instance, robot, _args, *_kw_args) 12 13 def call(self, instance, robot, _args, *_kw_args): ---> 14 return self.func(instance, robot, _args, *_kw_args) 15 16 def get(self, instance, instancetype):
/home/user/catkin_workspaces/herb_ws/src/prpy/src/prpy/perception/apriltags.py in DetectObject(self, robot, object_name, **kw_args) 145 for obj in added_bodies: 146 if obj.GetName() != object_name: --> 147 env.Remove(obj) 148 print "removed object" 149 else:
NameError: global name 'env' is not defined
The text was updated successfully, but these errors were encountered:
Please see PR #294
Sorry, something went wrong.
Merge pull request #294 from DavidB-CMU/master
028684d
issue #292 | issue #293
No branches or pull requests
in
DetectObject()
fromapriltags.py
, env is not defined.The text was updated successfully, but these errors were encountered: