Home
last modified time | relevance | path

Searched refs:new_robot (Results 1 – 25 of 54) sorted by relevance

123

/dports/graphics/dynamechs/dynamechs_4.0pre1/aquarobot/
H A DGaitAlgorithm.cpp25 if (new_robot.body.W_body_pos.azimuth < 0.0f) in gait_algorithm()
26 new_robot.body.W_body_pos.azimuth += 2*M_PI; in gait_algorithm()
28 new_robot.body.W_body_pos.azimuth -= 2*M_PI; in gait_algorithm()
45 RADTODEG * new_robot.body.W_body_pos.azimuth); in gait_algorithm()
53 new_robot.Find_Duty_Factor(); in gait_algorithm()
56 new_robot.Find_Relative_Phase(); in gait_algorithm()
62 new_robot.Support_Phase_Block(sampling_time); in gait_algorithm()
65 new_robot.Transfer_Phase_Block(); in gait_algorithm()
71 new_robot.Update_H_Matrix(); in gait_algorithm()
74 new_robot.Update_CWV_Position_Block(); in gait_algorithm()
[all …]
H A DGaitAlgorithm.h26 Robot &new_robot,
H A Daquarobot.cpp51 Robot new_robot; variable
397 new_robot, motion_command); in updateSim()
404 interface_Gait2DynaMechs(new_robot, refPose, refPos, in updateSim()
/dports/textproc/py-zope.i18nmessageid/zope.i18nmessageid-5.0.1/docs/
H A Dnarr.rst118 >>> new_robot = Message(robot, mapping={u'name': u'Bender'})
119 >>> new_robot == u'robot-message'
121 >>> new_robot.domain
123 >>> new_robot.default == u'${name} is a robot.'
125 >>> new_robot.mapping == {u'name': u'Bender'}
132 >>> callable, args = new_robot.__reduce__()
157 >>> pystate = dumps(new_robot)
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dphysics.c1627 Robot new_robot; in assemble_physics_object() local
1628 instantiate_robot(ID2TRIP(id), &new_robot); in assemble_physics_object()
1629 pObj->info.ph = EDMS_make_robot(&new_robot, pnew_state); in assemble_physics_object()
1672 void instantiate_robot(int triple, Robot *new_robot) { in instantiate_robot() argument
1676 *new_robot = standard_robot; in instantiate_robot()
1682 new_robot->gravity = 0; in instantiate_robot()
1688 new_robot->gravity = 0; in instantiate_robot()
1702 new_robot->pep = fix_make(pep, 0) / PHYS_PEP_UNIT; in instantiate_robot()
1704 if (new_robot->gravity) in instantiate_robot()
1705 new_robot->cyber_space = 0; in instantiate_robot()
[all …]
H A Dobjsim.c104 extern void instantiate_robot(int triple, Robot *new_robot);
1108 Robot new_robot; in obj_move_to_vel() local
1109 EDMS_get_robot_parameters(objs[id].info.ph, &new_robot); in obj_move_to_vel()
1113 if (new_robot.gravity == STANDARD_GRAVITY) in obj_move_to_vel()
1115 … } else if ((new_robot.gravity != STANDARD_GRAVITY) && (objs[id].obclass != CLASS_PHYSICS)) in obj_move_to_vel()
1143 xsize = ysize = obj_coord_from_fix(fix_mul(new_robot.size, COMPRESSION_FACTOR)); in obj_move_to_vel()
/dports/devel/py-mypy/mypy-0.910/mypyc/test-data/
H A Drun-python37.test84 i3 = Person2(age = 5, name = 'new_robot')
86 assert i3.name == 'new_robot'
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/Request/Handler/
H A Dcreate_list.pm136 {new_robot => $robot_id});
H A Dcreate_automatic_list.pm120 {new_robot => $robot_id});
H A Dmove_list.pm124 {new_robot => $robot_id});
/dports/mail/sympa/sympa-6.2.62/src/cgi/
H A Dwwsympa.fcgi.in10985 $in{'new_listname'}, $in{'new_robot'}, $in{'mode'});
10987 unless ($in{'new_robot'} and Conf::valid_robot($in{'new_robot'})) {
10990 {new_robot => $in{'new_robot'}},
10996 $param->{'new_robot'} = $in{'new_robot'};
11002 arg => $in{'new_listname'} . '@' . $in{'new_robot'},
11008 context => $in{'new_robot'},
11057 $list = Sympa::List->new($in{'new_listname'}, $in{'new_robot'});
11061 if ($in{'new_robot'} eq $robot) {
/dports/mail/sympa/sympa-6.2.62/default/mail_tt2/
H A Dreport.tt2618 [%|loc(report_param.new_robot)%]%1: unknown robot[%END%]
/dports/mail/sympa/sympa-6.2.62/po/sympa/
H A Deo.po12185 #. (report_param.new_robot)
H A Dio.po12183 #. (report_param.new_robot)
H A Dhr.po12190 #. (report_param.new_robot)
H A Dla.po12184 #. (report_param.new_robot)
H A Dnn.po12185 #. (report_param.new_robot)
H A Drm.po12186 #. (report_param.new_robot)
H A Dsympa.pot10761 #. (report_param.new_robot)
H A Dml.po12260 #. (report_param.new_robot)
H A Daf.po12185 #. (report_param.new_robot)
H A Dbg.po12453 #. (report_param.new_robot)
H A Dbr.po12329 #. (report_param.new_robot)
H A Did.po12604 #. (report_param.new_robot)
H A Dpt.po12596 #. (report_param.new_robot)

123