photo

Aaron T. Becker's Robot Swarm Lab


Last seen: 6 days 前 自 2009 起处于活动状态

Followers: 2   Following: 0

消息

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

统计学

All
MATLAB Answers

0 个提问
7 个回答

File Exchange

34 文件

Cody

1 个问题
99 个答案

排名
10,014
of 297,503

声誉
4

贡献数
0 个提问
7 个回答

回答接受率
0.00%

收到投票数
0

排名
838 of 20,449

声誉
2,206

平均
5.00

贡献数
34 文件

下载次数
91

ALL TIME 下载次数
20052

排名
2,537
of 159,017

贡献数
1 个问题
99 个答案

评分
1,210

徽章数量
7

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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

查看徽章

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.

2 years 前 | 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...

3 years 前 | 0

已回答
edgecolor of pixels of imagesc
Consider using the code Pixel Grid, https://www.mathworks.com/matlabcentral/fileexchange/71622-pixel-grid The function pixelgri...

4 years 前 | 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);

4 years 前 | 0

| 已接受

已回答
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...

10 years 前 | 0

| 已接受

已回答
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...

10 years 前 | 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...

10 years 前 | 0