Home
last modified time | relevance | path

Searched refs:atrv (Results 1 – 25 of 45) sorted by relevance

12

/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_config.c583 for ( ; atrv != NULL; atrv = atrv->link) { in dump_config_tree()
627 for ( ; atrv != NULL; atrv = atrv->link) in dump_config_tree()
683 for ( ; atrv != NULL; atrv = atrv->link) { in dump_config_tree()
702 for ( ; atrv != NULL; atrv = atrv->link) { in dump_config_tree()
734 for ( ; atrv != NULL; atrv = atrv->link) in dump_config_tree()
744 for ( ; atrv != NULL; atrv = atrv->link) { in dump_config_tree()
782 for ( ; atrv != NULL; atrv = atrv->link) { in dump_config_tree()
793 for ( ; atrv != NULL; atrv = atrv->link) { in dump_config_tree()
936 for ( ; atrv != NULL; atrv = atrv->link) in dump_config_tree()
945 for ( ; atrv != NULL; atrv = atrv->link) in dump_config_tree()
[all …]
/dports/misc/morse/morse-1.4-154-g53f9eaa8/examples/tutorials/
H A Dtutorial-1-moos-lidar.py4 atrv = ATRV() variable
8 atrv.append(gyroscope)
12 atrv.append(pose)
16 atrv.append(gps)
20 atrv.append(imu)
24 atrv.append(sick)
27 atrv.append(motion)
H A Dtutorial-1-ros.py4 atrv = ATRV() variable
8 atrv.append(pose)
11 atrv.append(motion)
14 atrv.add_default_interface('ros')
H A Dtutorial-2-yarp.py4 atrv = ATRV() variable
8 atrv.append(pose)
12 atrv.append(camera)
15 atrv.append(motion)
H A Dtutorial-1-moos.py4 atrv = ATRV() variable
8 atrv.append(gyroscope)
11 atrv.append(motion)
H A Dtutorial-1-sockets.py4 atrv = ATRV() variable
8 atrv.append(pose)
11 atrv.append(motion)
H A Dtutorial-1.py4 atrv = ATRV() variable
/dports/misc/morse/morse-1.4-154-g53f9eaa8/examples/scenarii/
H A Dtest-1.py4 atrv = ATRV() variable
9 atrv.append(motion)
14 atrv.append(odometry)
19 atrv.append(proximity)
24 atrv.append(pose)
29 atrv.append(sick)
36 atrv.append(cam)
H A Daction-1.py4 atrv = ATRV() variable
5 atrv.translate(z=0.1000)
9 atrv.append(platine)
33 atrv.append(gps)
37 atrv.append(gyroscope)
42 atrv.append(motion)
H A Dros_example_multi.py7 atrv = ATRV()
12 atrv.append(motion)
17 atrv.append(gyroscope)
22 return atrv
H A Dros_depth.py4 atrv = ATRV() variable
9 atrv.append(motion)
15 atrv.append(odometry)
23 atrv.append(camera)
/dports/misc/morse/morse-1.4-154-g53f9eaa8/examples/tutorials/multinode/
H A Ddala_simple.py5 atrv = ATRV()
9 atrv.append(motion)
14 atrv.append(pose)
19 atrv.append(sick)
26 atrv.append(cam)
35 return (atrv)
H A Dtutorial-hla-hybrid.py14 atrv = ATRV() variable
22 "atrv": [atrv.name],
/dports/misc/morse/morse-1.4-154-g53f9eaa8/doc/morse/user/beginner_tutorials/
H A Dros_tutorial.rst37 rostopic pub -1 /atrv/motion geometry_msgs/Twist "{linear: {x: .5}, angular: {z: .5}}"
41 - ``/atrv/motion`` corresponds to the robots's motion controller topic
51 rostopic echo -n10 /atrv/pose
55 - ``/atrv/pose`` corresponds to the robots's pose sensor topic
63 rqt_plot /atrv/pose/pose/position/x,/atrv/pose/pose/position/y /atrv/pose/pose/orientation/z
86 cmd = rospy.Publisher("/atrv/motion", Twist)
97 rospy.Subscriber("/atrv/pose", PoseStamped, callback)
H A Dyarp_tutorial.rst36 atrv.append(camera)
47 atrv.append(motion)
77 named ``/morse/atrv/pose/out``, you can type the following in a
80 $ yarp read /data/in /morse/atrv/pose/out
86 named ``/morse/atrv/motion/in``, using the command::
88 $ yarp write /data/out /morse/atrv/motion/in
109 ``/morse/atrv/camera/out``. The connection is done with this command::
111 $ yarp connect /morse/atrv/camera/out /img/read
H A Dtutorial.rst56 atrv = ATRV()
74 atrv.append(motion)
93 atrv.append(pose)
173 id1 atrv.motion set_speed [2, -1]
181 the internal name of the component (here, ``atrv.motion``) is displayed
184 In the same way, you can query the ``atrv.pose`` sensor for the data it contains::
186 id2 atrv.pose get_local_data
211 > id3 SUCCESS ["atrv.pose"]
212 id4 simulation get_stream_port ["atrv.pose"]
/dports/misc/morse/morse-1.4-154-g53f9eaa8/testing/base/
H A Dlight_testing.py23 atrv = ATRV()
29 atrv.append(cam)
35 atrv.append(light)
45 cam_stream = morse.atrv.cam
46 light_stream = morse.atrv.light
H A Dvideo_camera_testing.py151 atrv = ATRV('atrv')
152 atrv.rotate(0.0, 0.0, math.pi)
161 atrv.append(camera)
166 atrv.append(orientation)
170 atrv.append(gyroscope)
228 camera_stream = morse.atrv.camera
229 orientation_stream = morse.atrv.orientation
230 gyroscope_stream = morse.atrv.gyroscope
H A Dbase_testing.py34 atrv = ATRV()
/dports/science/py-scipy/scipy-1.7.1/scipy/io/arff/
H A Darffread.py106 def _get_nom_val(atrv): argument
127 m = r_nominal.match(atrv)
266 def _get_date_format(atrv): argument
267 m = r_date.match(atrv)
547 atrv = mattr.group(1)
548 if r_comattrval.match(atrv):
549 name, type = tokenize_single_comma(atrv)
551 elif r_wcomattrval.match(atrv):
552 name, type = tokenize_single_wcomma(atrv)
/dports/misc/morse/morse-1.4-154-g53f9eaa8/doc/morse/user/middlewares/
H A Dros.rst17 called "atrv", the ROS Odometry messages will be published on ``/atrv/odometry``.
/dports/misc/morse/morse-1.4-154-g53f9eaa8/doc/morse/user/multinode/tutorials/
H A Dhla_hybrid.rst33 atrv = ATRV()
38 We configure HLA and indicate that the ATRV robot is managed by node "atrv", and we create
44 distribution={"atrv": [atrv.name],})
/dports/misc/morse/morse-1.4-154-g53f9eaa8/doc/morse/dev/
H A Dadding_modifier.rst64 atrv = ATRV()
67 atrv.append(pose)
H A Dtesting.rst61 atrv = ATRV()
87 self.assertEquals(robotsset, {'jido', 'mana', 'dala', 'atrv'})
/dports/misc/morse/morse-1.4-154-g53f9eaa8/doc/morse/user/advanced_tutorials/
H A Dnoise_ghost_tutorial.rst105 The whole program can be found at: ``$MORSE_SRC/examples/clients/atrv/ghost_noise_script.py``
116 $ cd $MORSE_SRC/examples/clients/atrv
135 The whole program can be found at: ``$MORSE_SRC/examples/clients/atrv/ghost_estimation_script.py``

12