photo

Aaron T. Becker's Robot Swarm Lab


Last seen: 2 mois il y a Actif depuis 2009

Followers: 2   Following: 0

Message

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.

Spoken Languages:
English
Professional Interests:
Robotics

Statistiques

All
MATLAB Answers

0 Questions
7 Réponses

File Exchange

34 Fichiers

Cody

1 Problème
99 Solutions

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

RANG
2 580
of 163 661

CONTRIBUTIONS
1 Problème
99 Solutions

SCORE
1 210

NOMBRE DE BADGES
7

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • First Answer
  • Community Group Solver
  • Matrix Manipulation I Master
  • GitHub Submissions Level 1
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Speed Demon
  • Creator
  • Commenter

Afficher les badges

Feeds

Afficher par

Réponse apportée
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

Réponse apportée
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

Réponse apportée
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

Réponse apportée
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é

Réponse apportée
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é

Réponse apportée
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

Réponse apportée
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