WUT Velma robot API
|
Integration test. More...
Classes | |
class | MarkerPublisherThread |
Variables | |
anonymous | |
velma = VelmaInterface() | |
timeout_s | |
diag = velma.getCoreCsDiag() | |
p = Planner(velma.maxJointTrajLen()) | |
js_start = velma.getLastJointState() | |
start_time | |
position_tol | |
error = velma.waitForJoint() | |
object1 = AttachedCollisionObject() | |
link_name | |
frame_id | |
id | |
object1_prim = SolidPrimitive() | |
type | |
dimensions | |
object1_pose = pm.toMsg(PyKDL.Frame(PyKDL.Rotation.RotY(math.pi/2))) | |
operation | |
touch_links | |
pub = MarkerPublisherThread(object1) | |
dictionary | q_map_goal |
goal_constraint_1 = qMapToConstraints(q_map_goal, 0.01, group=velma.getJointGroup("impedance_joints")) | |
js = velma.getLastJointState() | |
traj = p.plan(js[1], [goal_constraint_1], "impedance_joints", max_velocity_scaling_factor=0.15, planner_id="RRTConnect", attached_collision_objects=[object1]) | |
dictionary | q_map_end |
goal_constraint_2 = qMapToConstraints(q_map_end, 0.01, group=velma.getJointGroup("impedance_joints")) | |
Integration test.
scripts.test_jimp_planning_attached.anonymous |
Definition at line 85 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.diag = velma.getCoreCsDiag() |
Definition at line 102 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.dimensions |
Definition at line 137 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.error = velma.waitForJoint() |
Definition at line 123 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.frame_id |
Definition at line 133 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.goal_constraint_1 = qMapToConstraints(q_map_goal, 0.01, group=velma.getJointGroup("impedance_joints")) |
Definition at line 178 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.goal_constraint_2 = qMapToConstraints(q_map_end, 0.01, group=velma.getJointGroup("impedance_joints")) |
Definition at line 220 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.id |
Definition at line 134 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.js = velma.getLastJointState() |
Definition at line 181 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.js_start = velma.getLastJointState() |
Definition at line 121 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.link_name |
Definition at line 132 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.object1 = AttachedCollisionObject() |
Definition at line 131 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.object1_pose = pm.toMsg(PyKDL.Frame(PyKDL.Rotation.RotY(math.pi/2))) |
Definition at line 140 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.object1_prim = SolidPrimitive() |
Definition at line 135 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.operation |
Definition at line 143 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.p = Planner(velma.maxJointTrajLen()) |
Definition at line 108 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.position_tol |
Definition at line 122 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.pub = MarkerPublisherThread(object1) |
Definition at line 155 of file test_jimp_planning_attached.py.
dictionary scripts.test_jimp_planning_attached.q_map_end |
Definition at line 202 of file test_jimp_planning_attached.py.
dictionary scripts.test_jimp_planning_attached.q_map_goal |
Definition at line 158 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.start_time |
Definition at line 122 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.timeout_s |
Definition at line 97 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.touch_links |
Definition at line 144 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.traj = p.plan(js[1], [goal_constraint_1], "impedance_joints", max_velocity_scaling_factor=0.15, planner_id="RRTConnect", attached_collision_objects=[object1]) |
Definition at line 183 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.type |
Definition at line 136 of file test_jimp_planning_attached.py.
scripts.test_jimp_planning_attached.velma = VelmaInterface() |
Definition at line 95 of file test_jimp_planning_attached.py.