top of page

Robotic Framework for Neuroprosthetics

Coupling neural decoding and robotics allows us to go from thinking "I want to drink a cup of beer" to a robotic arm serving a cold beverage for consumption. The Jaco Robotic Arm Framework (JRAF) combines computer vision and robotic manipulation to detect objects in subject's environment, offer potential actions, and execute on selected intention.

Contributor(s):
Tatyana Dobreva
David Brown

Working at Richard Andersen's lab at Caltech, we designed and implemented a shared control robotic arm framework that takes decoded neural intent and translates it to actions that are executed by the arm. The framework consists of several modules:  

  • Objection detection powered by Microsoft Kinect

  • JACO arm controller to send commands and receive sensory data

  • Trajectory planner to avoid collisions and determine the path for a specified action

  • Action handler to determine the available commands and execute them

Let's walk through an example!

  1. The system is tasked with finding bottles and apples in the environment for the patient to interact with.

  2. The object detection module detects an apple and a bottle.

  3. The patient is presented with a list of potential actions: grab bottle, grab apple.

  4. The neural decoder decodes the patient imagining "grasping a bottle" and selects "grab bottle"

  5. The trajectory planner calculates a route to pick up the bottle and the arm controller executes it

  6. Once the bottle is grasped, the action handler generates a new list of actions: bring bottle to mouth, return bottle, give bottle to caregiver

  7. The neural decoder decodes the patient imagining "drinking" and selects "bring bottle to mouth"

  8. The trajectory planner routes the robot arm to bring the bottle to the patient, allowing them to drink

Objection detection was built with algorithms from PCL.

The modules were developed using ROS.

For robot arm actuation we used Kinova's JACO API.

Writings

I'm a paragraph.

M.Salas, D.Kramer, B.Lee, D.Brown, T.Dobreva, C.Klaes, C.Liu, R.Andersen. “Artificial sensations through cortical stimulation of human somatosensory cortex with subdural mini‐ECoG grids”. Session No. 248. Neuroscience 2016 Abstracts. San Diego, CA: Society for Neuroscience, 2016. Online.

Lee, B., Kramer, D., Armenta Salas, M., Kellis, S., Brown, D., Dobreva, T., … Andersen, R. A. (2018). Engineering Artificial Somatosensation Through Cortical Stimulation in Humans. Frontiers in Systems Neuroscience, 12. https://doi.org/10.3389/fnsys.2018.00024

D. Brown, T. Dobreva, S. Kellis, K. D. Katyal, M. S. Johannes, C. Klaes, R. A. Andersen. "Shared control system between a robotic arm and user intent decoded from posterior parietal cortex". Session No. 521. Neuroscience 2015 Abstracts. Chicago, IL: Society for Neuroscience, 2015. Online

News
How a mind-controlled robotic arm paved the way for Caltech's new neuroscience institute

Sometimes the biggest gifts arrive in the most surprising ways. A couple in Singapore, Tianqiao Chen and Chrissy Luo, were watching the news and saw a Caltech scientist help a quadriplegic use his thoughts to control a robotic arm so that — for the first time in more than 10 years — he could sip a drink unaided.

Controlling a Robotic Arm with a Patient's Intentions

Caltech announcement

Links
bottom of page