$search
Go to the source code of this file.
Namespaces | |
namespace | testarmik5d |
Variables | |
string | testarmik5d::__author__ = 'Rosen Diankov' |
string | testarmik5d::__license__ = 'Apache License, Version 2.0' |
int | testarmik5d::counter = 0 |
tuple | testarmik5d::IKFn = rospy.ServiceProxy('IK',orrosplanning.srv.IK) |
tuple | testarmik5d::randomquat = random.rand(4) |
tuple | testarmik5d::req = orrosplanning.srv.IKRequest() |
tuple | testarmik5d::res = IKFn(req) |
int | testarmik5d::success = 0 |
tuple | testarmik5d::x = random.rand() |
tuple | testarmik5d::y = random.rand() |
tuple | testarmik5d::z = random.rand() |