Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated:
1
00:00:00,530 --> 00:00:04,910
Next, I wanna take a look at
the components that constitute a robot and
2
00:00:04,910 --> 00:00:10,480
then try to analyze the effects of these
components on the agility of the robot.
3
00:00:10,480 --> 00:00:14,570
And more precisely, we'll be looking
at the stopping distance of the robot.
4
00:00:14,570 --> 00:00:19,340
So, this chart illustrates some of the
design choices you might have if you go
5
00:00:19,340 --> 00:00:20,720
online.
6
00:00:20,720 --> 00:00:23,750
So I've chosen to visit dji.com and
7
00:00:23,750 --> 00:00:26,240
pull off some frames that
you can buy off the shelf.
8
00:00:27,530 --> 00:00:31,105
DJI is currently the largest
manufacturer of drones and
9
00:00:31,105 --> 00:00:35,982
they have a wide selection of frames,
batteries, propellers and motors.
10
00:00:38,349 --> 00:00:41,470
In addition to that,
you need an autopilot.
11
00:00:41,470 --> 00:00:47,240
Pixhawk is one that's open source and
sold by 3D Robotics.
12
00:00:47,240 --> 00:00:51,360
You can also buy high level processors
such as those made by Intel.
13
00:00:52,360 --> 00:00:56,470
You clearly need the autopilot for doing
low level control and you need something
14
00:00:56,470 --> 00:00:59,950
like the Intel processor you see
here to do high level computations.
15
00:01:02,400 --> 00:01:05,470
You want to pay particular attention
to the weight of each of these
16
00:01:05,470 --> 00:01:09,750
because eventually your robot will
have to carry these as it flies.
17
00:01:09,750 --> 00:01:13,640
So the control architecture,
you might think about,
18
00:01:13,640 --> 00:01:19,520
involves using this low level processor to
drive the motors and the propellers and
19
00:01:19,520 --> 00:01:22,790
a high level processor like
the Intel which communicates with
20
00:01:22,790 --> 00:01:27,570
a lower level processor and commands a low
level processor to drive the vehicle.
21
00:01:28,640 --> 00:01:31,710
In addition you also
want to have something
22
00:01:31,710 --> 00:01:33,760
that complements the autonomous system.
23
00:01:33,760 --> 00:01:37,840
A radio controller in case you have
to take control of the vehicle.
24
00:01:39,080 --> 00:01:43,070
So we show standard components here
that you can buy off the shelf.
25
00:01:43,070 --> 00:01:46,040
This is an example of an outdoor
platform that we built.
26
00:01:48,460 --> 00:01:52,830
And in this video you will essentially see
that we have taken standard off the shelf
27
00:01:52,830 --> 00:01:58,180
components, a DJI platform with motors
that you can buy from the DJI website
28
00:01:58,180 --> 00:02:03,620
with a simulated payload,
it's a 600 gram payload and aluminum block
29
00:02:03,620 --> 00:02:07,610
that simulates all the payload we
might want to carry in the future.
30
00:02:07,610 --> 00:02:10,880
It also has on board a 721 gram battery.
31
00:02:10,880 --> 00:02:15,670
So this platform has a thrust to weight
ratio which is greater than 2.7 and
32
00:02:15,670 --> 00:02:17,020
this is important.
33
00:02:17,020 --> 00:02:19,590
If you maximize the trust to weight ratio,
34
00:02:19,590 --> 00:02:22,730
you essentially maximize
the acceleration as we've seen before.
35
00:02:24,150 --> 00:02:28,610
In addition to the processors,
you also have to carry sensors.
36
00:02:28,610 --> 00:02:33,770
Here we show two sets of sensors that
we commonly use in our laboratory:
37
00:02:33,770 --> 00:02:39,400
A laser scanner, and
the laser scanner weighs about 270 grams.
38
00:02:39,400 --> 00:02:41,380
A camera system that
weighs about 80 grams.
39
00:02:43,250 --> 00:02:46,130
And you also wanna think
about power consumption and
40
00:02:46,130 --> 00:02:49,270
there are two sources
of power consumption.
41
00:02:49,270 --> 00:02:52,650
First, the device itself consumes power.
42
00:02:52,650 --> 00:02:56,870
It's roughly 10 watts for a laser scanner
and 1.5 watts for the scanner system.
43
00:02:58,350 --> 00:03:01,520
But in edition you're
carrying these two payloads.
44
00:03:02,970 --> 00:03:06,990
The fact that you're carrying a 270
gram laser scanner means you're burning
45
00:03:06,990 --> 00:03:09,920
roughly 50 to 60 watts of power.
46
00:03:09,920 --> 00:03:13,480
LIkewise the fact you're carrying
an 80 gram camera means you're burning
47
00:03:13,480 --> 00:03:14,790
roughly 15 watts of power.
48
00:03:16,540 --> 00:03:22,780
So you wanna think about how heavy
a sensor is, You also wanna see its range.
49
00:03:24,330 --> 00:03:30,190
And all of those play into how fast
the vehicle actually can go because
50
00:03:30,190 --> 00:03:36,110
longer the range,
longer the stopping distance can be.
51
00:03:36,110 --> 00:03:40,700
You can detect obstacles far away, and
therefore you have more time to come
52
00:03:40,700 --> 00:03:43,920
to a stop if you see
an obstacle in front of you.
53
00:03:43,920 --> 00:03:46,060
This in turn allows you
to go at a higher speed.
54
00:03:47,770 --> 00:03:52,740
Of course, longer the range,
the heavier your sensor might be, and
55
00:03:52,740 --> 00:03:55,910
that in turn increases
the weight of the platform.
56
00:03:55,910 --> 00:03:58,680
While it increases
the weight of the platform,
57
00:03:58,680 --> 00:04:00,520
it'll decrease your trust to rate ratio.
58
00:04:01,760 --> 00:04:04,680
So this in an interesting
design space to explore.
59
00:04:04,680 --> 00:04:10,380
So here are some examples of
platforms we've built and
60
00:04:10,380 --> 00:04:13,380
tested in our laboratory in the last year.
61
00:04:13,380 --> 00:04:17,180
All these platforms are autonomous,
they're different sizes,
62
00:04:17,180 --> 00:04:19,460
they carry different sensors.
63
00:04:19,460 --> 00:04:23,200
They weigh different amounts and
they consume different amounts of power.5841
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.