
Aaron T. Becker's Robot Swarm Lab
http://www.youtube.com/aabecker5, https://sites.google.com/site/aabecker/ http://swarmcontrol.net, Aaron Becker's passion is robotics and control. Currently as an Assistant Professor in Electrical and Computer Engineering at the University of Houston, he is building a robotics lab. Previously as a Research Fellow with Boston Children's Hospital and Harvard Medical School, he implemented robotics powered & controlled by the magnetic field of an MRI, in the Pediatric Cardiac Bioengineering Lab with Pierre Dupont. As a Postdoc at Rice University in the Multi-Robot Systems Lab with James McLurkin, Aaron investigated control of distributed systems and nanorobotics with experts in the fields. His online game swarmcontrol.net seeks to understand the best ways to control a swarm of robots by a human--through a community of game-developed experts. Aaron earned his PhD in Electrical & Computer Engineering at the University of Illinois at Urbana-Champaign, advised by Tim Bretl.
English
Professional Interests:
Robotics
Statistiques
RANG
10 014
of 299 192
RÉPUTATION
4
CONTRIBUTIONS
0 Questions
7 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
844 of 20 655
RÉPUTATION
2 221
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
34 Fichiers
TÉLÉCHARGEMENTS
61
ALL TIME TÉLÉCHARGEMENTS
20199
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
How to find the position of points given relative distances ?
Matlab has the function <https://www.mathworks.com/help/stats/cmdscale.html cmdscale> for this type of problem.
environ 2 ans il y a | 0
2D Circle 3D Plot.
%A circle in 3D is parameterized by six numbers: two for the orientation of its unit normal vector, one for the radius, and thre...
plus de 3 ans il y a | 0
edgecolor of pixels of imagesc
Consider using the code Pixel Grid, https://www.mathworks.com/matlabcentral/fileexchange/71622-pixel-grid The function pixelgri...
plus de 4 ans il y a | 0
Why do my 3D plot axis tick marks keep repeating?
Try adding xticklabels(0:1000:10^6); right after xticks(0:1000:10^6);
plus de 4 ans il y a | 0
| A accepté
Program to show robot motion planning.
Sounds like you want to do some motion planning. A great place to start is an RRT algorithm. You can download example code fro...
plus de 10 ans il y a | 0
| A accepté
how do i use matlab to track an object which is clicked on screen by the user???
This problem isn't fully defined. Let's assume that you are trying to track a colored ball visible in the image and on the grou...
plus de 10 ans il y a | 0
How to enter math formula in Matlab as they appear in math
I sympathize, and do enjoy other languages with beautifully type-set formulae. Still, if we are constrained to monospaced text...
plus de 10 ans il y a | 0