REVIEW 3 major objections 5 minor 2 cited by
RoboCulture: A Robotics Platform for Automated Biological Experimentation
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A general-purpose robot arm with vision and force feedback autonomously ran a 15-hour yeast cell culture experiment, including the decision to split saturated wells.
desk verdict A solid integration paper with real engineering results, but the headline claim of autonomous sub-culturing is contradicted by the paper's own experimental account. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying mechanism is the behavior tree: a hierarchical, reactive controller that ticks reusable leaf behaviors and lets condition checks decide the order of operations, so the robot can pause, retry, or re-perceive when something fails. Underneath it sit three perception and control components. Image-based visual servoing computes the pixel error between the detected pipette tip and a target well, then commands incremental end-effector motions to drive that error to zero; this avoids depending on fragile hand-eye calibration, whose rotational error the paper shows grows linearly with camera-object distance. Force feedback performs tip exchange: the pipette body presses on a new tip while moving in a spiral, and the robot drops it in when the measured end-effector force falls, indicating that it has found the hole. Growth monitoring uses the brightness channel of small RGB images of each well, averaged over replicates and smoothed, as a relative optical-density signal; the robot reads the smoothed derivative to detect plateauing and trigger a split.
What would settle it
Dim the room lights by a fixed amount partway through a repeat of the 15-hour protocol and compare the robot's brightness curves with simultaneous plate-reader measurements of an identical plate; if the camera curves no longer track the plate reader or the split times shift, the lighting-stability assumption is falsified.
Extended reading notes
Core claim
On its own terms, the paper's discovery is that end-to-end execution of a standard cell-culture protocol is achievable with a general-purpose manipulator, vision, force feedback, and behavior trees, rather than with dedicated liquid-handling robots. RoboCulture converts the human sequence—seed, monitor, decide, split—into a hierarchy of reusable behaviors: image-based visual servoing steers the pipette tip to wells by minimizing pixel error instead of relying on calibrated world coordinates; a force-monitored spiral search turns pipette-tip attachment into a peg-in-hole task; and growth monitoring reads the value channel of RGB images to produce relative optical-density curves. The behavior tree runs a five-minute cycle of shaking, pausing, imaging well patches, smoothing brightness traces, and checking whether the growth curve is plateauing. When saturation is detected, the robot fills fresh wells with media, resuspends and aspirates the saturated culture, dispenses it into three daughter wells, voids the parent, and exchanges the tip. The paper reports that split times followed seeding density, that daughter wells showed growth patterns consistent with their parents, and that blank wells stayed negative, indicating no contamination.
Load-bearing premise
The saturation decisions are built on the assumption that lighting and reflections remain stable during the experiment, because growth is read from the brightness channel of ordinary camera images rather than from a true optical density measurement; if ambient light drifts, the robot could mis-time or miss a culture split.
Editorial extensions
If this is right
- Cell-culture protocols that normally require overnight human attendance could be executed hands-free on flexible manipulator hardware.
- Because the well plate can sit at arbitrary positions and the robot aligns by pixel error, lab layouts do not need to be rigidly jigged; only coarse fiducial offsets must be recalibrated.
- The modular behavior-tree library means a new liquid-handling assay can be assembled from existing behaviors rather than reprogrammed as a new state machine.
- Tracking relative growth by image brightness removes the need for a dedicated plate reader for split decisions, lowering the hardware cost of autonomous culture.
- Interchangeable pipette tips with force-guided exchange allow long sterile protocols to run without cross-contamination between samples.
Reading between the lines
- The paper does not test lighting robustness; a stress test with slowly drifting illumination would show whether the RGB-brightness growth signal, and therefore the split decisions, survive real laboratory conditions.
- Extending the vision servo from the current XY plane to full six-degree-of-freedom control is the natural next step the paper itself flags, and would determine whether the same platform can handle tilted plates, viscous hydrogels, and organoid-scale pipetting.
- Because the Digital Pipette v2 is described as costing under 300 USD and being assembled from printed parts and a linear actuator, the liquid-handling core of the system appears replicable; the real barrier for other labs is likely the manipulator and the calibration procedure, not the pipette.
- The success criteria reported are engineering metrics; a biological assay with a measured endpoint would strengthen the claim that robot-performed splits produce cultures equivalent to human-performed ones.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces RoboCulture, a laboratory automation platform built around a 7-axis Franka manipulator, an RGB-D camera, a custom open-source Digital Pipette v2, force-guided pipette tip exchange, and vision-based liquid handling into well plates. The authors report component-level validations: gravimetric pipetting accuracy against ISO 8655 and human pipettors, a 99% pipette insertion success rate into 96-well plates using image-based visual servoing, and 100% tip attachment/removal over 36 cycles. These components are integrated under a behavior-tree framework, and a 15-hour yeast culture experiment is presented in which the robot monitors growth via camera brightness, fills wells, performs splits, and exchanges tips. The paper claims a 'fully autonomous' experiment with 'decision-making for sub-culturing,' and releases code and CAD models.
Significance. If the component results hold, RoboCulture is a useful open-source contribution to flexible laboratory automation. The quantitative benchmarks against ISO standards and human operators, the closed-loop visual servoing approach to well-plate pipetting, and the force-based tip exchange are concrete strengths with reproducible supporting material. However, the paper's headline claim of fully autonomous sub-culturing decisions is not supported by the reported protocol: the manuscript itself states that splitting was manually initiated and that one group was manually instructed to split. The significance of the paper as a demonstration of end-to-end autonomy is therefore substantially reduced until the claim is revised or supported by additional evidence, such as an execution log showing that the robot's own saturation detection populated the split queue.
major comments (3)
- [Abstract; Section I (Contributions); Section II.F; Section III; Section IV.E] The headline claim that 'RoboCulture autonomously performs a 15-hour yeast cell culture experiment, integrating key tasks such as ... decision-making for sub-culturing' is contradicted by the paper's own protocol description. Section III states: 'While splitting was manually initiated as a safety precaution, RoboCulture accurately tracked the growth of the three replicates, determining the optimal splitting time based on the declining slope of the growth curve.' Section II.F further states: 'RoboCulture was manually instructed to split these wells pre-emptively due to time constraints' for the lowest-density group. Because the decision to split is represented by the needs_split parameter in the dynamic_reconfigure server, which can be set either by the behavior tree or by the human-operated rqt GUI (Section IV.E, Figure S16, Figure S1 caption), the reported experiment does not demonstrate autonomous sub-culturing decisions. To support the claim, please provide a run log showing that the robot's saturation-detection algorithm, rather than a human operator, populated the needs_split queue for the high- and intermediate-density groups; otherwise, the 'fully autonomous' and 'decision-making' wording should be removed or explicitly qualified as human-in-the-loop.
- [Section II.D; Figure 10] The growth-monitoring pipeline assumes lighting and reflections remain stable for the entire experiment, as stated in Section II.D: 'We assumed these conditions remain stable so that repeated measurements reliably mirror true growth trends without environmental interference.' Since all saturation detections and split timings derive from the HSV V channel, a lighting drift would cause mis-timed or missing splits. The validation in Figure 10 compares camera-derived curves with plate-reader curves from a separately prepared 'identical plate' (Section IV.F.2), not from the same wells; the curves are normalized and overlaid, but no correlation coefficient, per-group error, or statistical test is reported. The claim of 'reasonable agreement' therefore does not yet establish that the brightness signal reliably detects the plateau for split decisions. Please provide quantitative agreement metrics on the same plate, or explicitly frame the growth monitoring as qualitative and not validated for autonomous split timing.
- [Section III; Section V-B] The Discussion claims that the behavior tree enabled the robot to 'autonomously recover from errors and continue to operate without human intervention,' but no failure-injection experiments or recovery statistics are reported; the only evidence is anecdotal. If recovery from perception failures is part of the contribution, it should be quantified, for example by reporting the number of perception failures, detection latency, and successful recoveries observed during the 15-hour run. Otherwise, this sentence should be softened to a design rationale rather than a demonstrated capability.
minor comments (5)
- [Section II.B.1; Table I caption] The text refers to ISO 8655-2 for maximum permissible errors while the table caption cites ISO 8655-6; please make the standard references consistent.
- [Section II.E] There is a typo: 'RoboCulure' should be 'RoboCulture' at the end of Section II.E.
- [Figure 7; Section II.D] The y-axis label 'Value Channel Magnitude' is not self-explanatory; please state explicitly that it is the mean of the HSV V channel over the well image.
- [Figure 10; Section IV.F.2] The normalization procedure is described only for the camera-derived curves; please describe the normalization applied to the plate-reader curves and indicate whether any error bars or replicate variability are available.
- [Section IV.F.1] The component list after 'Figure 3shows the experimental setup' repeats the list already given in the Figure 3 caption; one of the two lists should be removed for conciseness.
Circularity Check
No circular derivation: the system's individual capabilities are validated against external ISO 8655 gravimetric tests, human pipettors, insertion trials, and plate-reader curves; the disclosed manual overrides affect the autonomy claim but are not a circular reduction.
full rationale
RoboCulture is an engineering demonstration rather than a fitted-prediction paper, so the main circularity patterns do not apply. The pipette's pulse-length-to-volume calibration (Section IV-B, Figs S12-S15) is an ordinary instrument calibration, and the reported accuracy is obtained afterward by the external ISO 8655-6 gravimetric procedure and by comparison with four human pipettors (Table I, Fig. 4), so the accuracy result is not an artifact of the calibration input. The visual-servoing controller's gain k_p and saturation limit u_lim (Algorithm 1) are engineering tuning parameters, and the claimed 99% insertion success is measured directly from randomized trials (Table II). The growth-monitoring pipeline uses the HSV V channel as a relative brightness proxy under an explicitly stated stability assumption (Section II.D) and is validated against plate-reader growth curves from a simultaneously prepared plate (Fig. 10), so no quantity is defined in terms of the result it is said to establish. Self-citations (e.g., the prior Digital Pipette, Ref. [14]) are present, but the load-bearing performance claims are externally benchmarked, so they are not circular. The substantive weakness is a claims-consistency issue, not circularity: Section II.F states that the lowest-density wells 'had not yet reached saturation. RoboCulture was manually instructed to split these wells pre-emptively due to time constraints,' and Section III states 'While splitting was manually initiated as a safety precaution,' which undercuts the abstract's phrase 'fully autonomous ... decision-making for sub-culturing.' This mismatch should be weighed as an overclaim or missing evidence about autonomy, but it does not make the derivation circular.
Assumptions & free parameters
free parameters (3)
- Pipette pulse-length to volume calibration =
Not reported numerically (Figures S12-S15)
- Visual servoing gains and limits (k_p, u_lim, img_thresh) =
Not reported in text
- Growth-curve smoothing parameters =
Rolling average window = 5; baseline = first 10 data points
assumptions (5)
- domain assumption The well plate remains at a fixed height, so visual servoing in the XY plane with separately controlled Z is sufficient for pipetting.
- domain assumption Lighting conditions and reflections remain stable during the 15-hour experiment.
- domain assumption Object pose errors in the camera frame and robot encoder pose errors are negligible compared to hand-eye calibration error.
- domain assumption FastSAM segmentation plus Canny edges plus a projective template transform yields well positions accurate enough for 9 mm wells.
- domain assumption Behavior tree statuses and dynamic reconfigure state accurately model the experiment and its failure recovery.
invented entities (2)
-
Digital Pipette v2
independent evidence
-
3D-printed tip rack and tip remover
independent evidence
Cite this review
Pith. "Pith review of RoboCulture: A Robotics Platform for Automated Biological Experimentation." pith.science (2026). https://pith.science/paper/I2Q7GXZ7
@misc{pith2026250514941,
author = {Pith},
title = {Pith review of: RoboCulture: A Robotics Platform for Automated Biological Experimentation},
year = {2026},
howpublished = {\url{https://pith.science/paper/I2Q7GXZ7}},
note = {Machine review of arXiv:2505.14941}
}
read the original abstract
Automating biological experimentation remains challenging due to the need for millimeter-scale precision, long and multi-step experiments, and the dynamic nature of living systems. Current liquid handlers only partially automate workflows, requiring human intervention for plate loading, tip replacement, and calibration. Industrial solutions offer more automation but are costly and lack the flexibility needed in research settings. Meanwhile, research in autonomous robotics has yet to bridge the gap for long-duration, failure-sensitive biological experiments. We introduce RoboCulture, a cost-effective and flexible platform that uses a general-purpose robotic manipulator to automate key biological tasks. RoboCulture performs liquid handling, interacts with lab equipment, and leverages computer vision for real-time decisions using optical density-based growth monitoring. We demonstrate a fully autonomous 15-hour yeast culture experiment where RoboCulture uses vision and force feedback and a modular behavior tree framework to robustly execute, monitor, and manage experiments. Video demonstrations of RoboCulture can be found at https://ac-rad.github.io/roboculture.
Figures
Figures from the paper (8 more)
Forward citations
Cited by 2 Pith papers
-
LabEvolver: Training-Free Experience Evolution for Safe and Grounded Wet-Lab Agents
A training-free dual-loop framework that distills completed lab-robot trials into reusable state-paired experience raises wet-lab pH-task efficiency by ~48% and ALFWorld Success@20 from 76.2% to 91.4%.
-
GAMORA: A Gesture Articulated Meta Operative Robotic Arm for Hazardous Material Handling in Containment-Level Environments
GAMORA is a VR-guided, ROS-controlled 3D-printed robotic arm that the authors report can place and pipette with roughly 2 mm accuracy, though the supporting measurements are not provided.
Reference graph
Works this paper leans on
-
[1]
Self-driving laboratories for chemistry and materials science,
G. Tom, S. P. Schmid, S. G. Baird, Y . Cao, K. Darvish, H. Hao, S. Lo, S. Pablo-Garc ´ıa, E. M. Rajaonson, M. Skreta, N. Yoshikawa, S. Corapi, G. D. Akkoc, F. Strieth-Kalthoff, M. Seifrid, and A. Aspuru-Guzik, “Self-driving laboratories for chemistry and materials science,”Chemical Reviews, vol. 124, no. 16, pp. 9633–9732, aug 2024. [Online]. Available: h...
-
[2]
Next-generation experimentation with self-driving laboratories,
F. H ¨ase, L. M. Roch, and A. Aspuru-Guzik, “Next-generation experimentation with self-driving laboratories,”Trends in Chemistry, vol. 1, no. 3, pp. 282–291, 2019. [Online]. Available: https: //doi.org/10.1016/j.trechm.2019.02.007
-
[3]
O. L. Inc., “Ot-2 liquid handling robot,” 2024, accessed: 2024-11-11. [Online]. Available: https://opentrons.com/ robots/ot-2
work page 2024
-
[4]
Microlab star v automated liquid handling platform,
H. Company, “Microlab star v automated liquid handling platform,” 2024, accessed: 2024-11-11. [Online]. Available: https://www.hamiltoncompany.com/auto mated-liquid-handling/platforms/microlab-star-v
work page 2024
-
[5]
Flowbot® one: The intuitive liquid handling robot,
F. Robotics, “Flowbot® one: The intuitive liquid handling robot,” 2024, accessed: 2024-11-11. [Online]. Available: https://flow-robotics.com/products/flowbot-o ne/
work page 2024
-
[6]
A. Elanzewet al., “The stemcellfactory: A modular system integration for automated generation and expansion of human induced pluripotent stem cells,” Frontiers in Bioengineering and Biotechnology, vol. 8, p. 580352, 2020. [Online]. Available: https://doi.org/10 .3389/fbioe.2020.580352
-
[7]
Cell care star: Automated cell culture system,
H. Company, “Cell care star: Automated cell culture system,” 2024, accessed: 2024-11-11. [Online]. Available: https://www.hamiltoncompany.com/automate d-liquid-handling/assay-ready-workstations/cell-care-s tar
work page 2024
-
[8]
Automation in the life science research laboratory,
I. Holland and J. A. Davies, “Automation in the life science research laboratory,”Frontiers in Bioengineering and Biotechnology, vol. 8, 2020. [Online]. Available: https://doi.org/10.3389/fbioe.2020.571777
arXiv 2020
Show all 39 references
-
[9]
Accelerating discovery in natural science laboratories with ai and robotics: Perspectives and challenges from the 2024 ieee icra workshop, yokohama, japan,
A. I. Cooper, P. Courtney, K. Darvish, M. Eckhoff, H. Fakhruldeen, A. Gabrielli, A. Garg, S. Haddadin, K. Harada, J. Hein, M. H ¨ubner, D. Knobbe, G. Pizzuto, F. Shkurti, R. Shrestha, K. Thurow, R. Vescovi, B. V ogel-Heuser, ´Ad´am Wolf, N. Yoshikawa, Y . Zeng, Z. Zhou, and H....
-
[10]
Transforming science labs into automated factories of discovery,
A. Angelopoulos, J. F. Cahoon, and R. Alterovitz, “Transforming science labs into automated factories of discovery,”Science Robotics, vol. 9, no. 95, p. eadm6991, 2024. [Online]. Available: https://doi.org/10 .1126/scirobotics.adm6991
2024
-
[11]
Integrating a manual pipette into a collaborative robot manipulator for flexible liquid dispensing,
J. Zhang, W. Wan, N. Tanaka, M. Fujita, and K. Harada, “Integrating a manual pipette into a collaborative robot manipulator for flexible liquid dispensing,” 2022. [Online]. Available: https://doi.org/10.1109/TASE.2023. 3312657
2022 doi
-
[12]
A modular robotic platform for biological research: Cell culture automation and remote experimentation,
J. Hamm, S. Lim, J. Park, J. Kang, I. Lee, Y . Lee, J. Kang, Y . Jo, J. Lee, S. Lee, M. C. Ratri, A. I. Brilian, S. Lee, S. Jeong, and K. Shin, “A modular robotic platform for biological research: Cell culture automation and remote experimentation,”Advanced Intelligent Systems...
2024 doi
-
[13]
Foundation models in robotics: Applications,
R. Firoozi, J. Tucker, S. Tian, A. Majumdar, J. Sun, W. Liu, Y . Zhu, S. Song, A. Kapoor, K. Hausman et al., “Foundation models in robotics: Applications,” Challenges, and the Future, 2023
2023
-
[14]
Digital pipette: open hardware for liquid transfer in self-driving laboratories,
N. Yoshikawa, K. Darvish, M. G. Vakili, A. Garg, and A. Aspuru-Guzik, “Digital pipette: open hardware for liquid transfer in self-driving laboratories,”Digital Discovery, vol. 2, pp. 1745–1751, 2023. [Online]. Available: http://doi.org/10.1039/D3DD00115F
2023 doi
-
[15]
Colledanchise and P
M. Colledanchise and P. Ogren,Behavior Trees in Robotics and AI: An Introduction, 07 2018
2018
-
[16]
AprilTag: A robust and flexible visual fidu- cial system,
E. Olson, “AprilTag: A robust and flexible visual fidu- cial system,” inProceedings of the IEEE International Conference on Robotics and Automation (ICRA). IEEE, May 2011, pp. 3400–3407
2011
-
[17]
Piston- operated volumetric apparatus – part 2: Pipettes,
International Organization for Standardization, “Piston- operated volumetric apparatus – part 2: Pipettes,” In- ternational Organization for Standardization, Tech. Rep. ISO 8655-2:2022(en), 2022
2022
-
[18]
Piston-operated volumetric apparatus – part 6: Gravimetric reference measurement procedure for the determination of volume,
——, “Piston-operated volumetric apparatus – part 6: Gravimetric reference measurement procedure for the determination of volume,” International Organization for Standardization, Tech. Rep. ISO 8655-6:2022(en), 2022
2022
-
[19]
S. I. A. I. Center and G. Agin,Real time control of a robot with a mobile camera, ser. Technical note. SRI International, 1979. [Online]. Available: 14 https://books.google.ca/books?id=XEAtGwAACAAJ
1979
-
[20]
Robust estimation of bacterial cell count from optical density,
J. Bealet al., “Robust estimation of bacterial cell count from optical density,”Communications Biology, vol. 3, no. 1, p. 512, 2020. [Online]. Available: https://doi.org/10.1038/s42003-020-01127-5
2020 doi
-
[21]
Estimating microbial population data from optical density,
P. Mira, P. Yeh, and B. G. Hall, “Estimating microbial population data from optical density,”PLOS ONE, vol. 17, no. 10, pp. 1–8, 10 2022. [Online]. Available: https://doi.org/10.1371/journal.pone.0276040
2022 doi
-
[22]
Towards flexible biolaboratory automation: Container taxonomy-based, 3d-printed gripper fingers*,
H. Zwirnmann, D. Knobbe, U. Culha, and S. Haddadin, “Towards flexible biolaboratory automation: Container taxonomy-based, 3d-printed gripper fingers*,” in2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, Oct. 2023, p. 6823–6830. [Online]. A...
2023
-
[23]
Precise well-plate placing utilizing contact during sliding with tactile-based pose estimation for laboratory automation,
S. Pai, K. Takahashi, S. Masuda, N. Fukaya, K. Ya- mane, and A. Ummadisingu, “Precise well-plate placing utilizing contact during sliding with tactile-based pose estimation for laboratory automation,” in2024 IEEE/RSJ International Conference on Intelligent Robots and Sys- tems...
2024
-
[24]
Lucidgrasp: Robotic framework for autonomous manipulation of laboratory equipment with different degrees of transparency via 6d pose estimation,
M. Makarova, D. Trinitatova, Q. Liu, and D. Tsetserukou, “Lucidgrasp: Robotic framework for autonomous manipulation of laboratory equipment with different degrees of transparency via 6d pose estimation,” 2024. [Online]. Available: https: //doi.org/10.48550/arXiv.2410.07801
- [25]
-
[26]
A computational approach to edge detection,
J. Canny, “A computational approach to edge detection,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. PAMI-8, no. 6, pp. 679–698, 1986
1986
-
[27]
The OpenCV Library,
G. Bradski, “The OpenCV Library,”Dr . Dobb’s Journal of Software Tools, 2000
2000
-
[28]
A modular robotic arm control stack for re- search: Franka-interface and frankapy,
K. Zhang, M. Sharma, J. Liang, and O. Kroe- mer, “A modular robotic arm control stack for re- search: Franka-interface and frankapy,”arXiv preprint arXiv:2011.02398, 2020
2011 arXiv
-
[29]
Sac- charomyces cerevisiae exponential growth kinetics in batch culture to analyze respiratory and fermentative metabolism,
I. K. Olivares-Marin, J. C. Gonz ´alez-Hern´andez, C. Regalado-Gonzalez, and L. A. Madrigal-Perez, “Sac- charomyces cerevisiae exponential growth kinetics in batch culture to analyze respiratory and fermentative metabolism,”JoVE, no. 139, p. e58192, 2018
2018
-
[30]
Automatic gener- ation and detection of highly reliable fiducial markers under occlusion,
S. Garrido-Jurado, R. Mu ˜noz-Salinas, F. J. Madrid- Cuevas, and M. J. Mar ´ın-Jim´enez, “Automatic gener- ation and detection of highly reliable fiducial markers under occlusion,”Pattern Recognition, vol. 47, no. 6, pp. 2280–2292, 2014
2014
-
[31]
Core processes in intelligent robotic lab assis- tants: Flexible liquid handling,
D. Knobbe, H. Zwirnmann, M. Eckhoff, and S. Had- dadin, “Core processes in intelligent robotic lab assis- tants: Flexible liquid handling,” in2022 IEEE/RSJ Inter- national Conference on Intelligent Robots and Systems (IROS). IEEE, 2022
2022
-
[32]
High-accuracy injection using a mo- bile manipulation robot for chemistry lab automation,
A. Angelopoulos, M. Verber, C. McKinney, J. Cahoon, and R. Alterovitz, “High-accuracy injection using a mo- bile manipulation robot for chemistry lab automation,” in 2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2023, pp. 10 102–10 109
2023
-
[33]
Vision-based robot manipulation of transparent liquid containers in a laboratory setting,
D. Schober, R. G ¨uldenring, J. Love, and L. Nalpantidis, “Vision-based robot manipulation of transparent liquid containers in a laboratory setting,”arXiv preprint arXiv:2404.16529, 2024. [Online]. Available: https: //doi.org/10.48550/arXiv.2404.16529
-
[34]
Precise dispensing of liquids using visual feedback,
M. Kennedy, K. Queen, D. Thakur, K. Daniilidis, and V . Kumar, “Precise dispensing of liquids using visual feedback,” in2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2017, pp. 1260–1266
2017
-
[35]
Preciseflex 3400 collaborative robot,
B. Automation, “Preciseflex 3400 collaborative robot,” 2025, accessed: 2025-01-27. [Online]. Available: https: //www.brooks.com/industrial-automation/collaborative-r obots/preciseflex-3400/
2025
-
[36]
Spinnaker microplate robot,
T. F. Scientific, “Spinnaker microplate robot,” 2025, accessed: 2025-01-27. [Online]. Available: https://www. thermofisher.com/order/catalog/product/SPK0001
2025
-
[37]
Openlh: Open liquid-handling system for creative experimentation with biology,
G. Gome, J. Waksberg, A. Grishko, I. Y . Wald, and O. Zuckerman, “Openlh: Open liquid-handling system for creative experimentation with biology,” in Proceedings of the Thirteenth International Conference on Tangible, Embedded, and Embodied Interaction, ser. TEI ’19. New York, ...
2019
-
[38]
An engineered approach to stem cell culture: Automating the decision process for real-time adaptive subculture of stem cells,
D. F. E. Ker, L. E. Weiss, S. N. Junkers, M. Chen, Z. Yin, M. F. Sandbothe, S.-i. Huh, S. Eom, R. Bise, E. Osuna- Highley, T. Kanade, and P. G. Campbell, “An engineered approach to stem cell culture: Automating the decision process for real-time adaptive subculture of stem cel...
2011 doi
-
[39]
move robot
Description of Behavior Tree Components:Behavior trees are a hierarchical control architecture commonly used in robotics and game AI to model complex decision-making processes in a modular and reactive manner. A behavior tree is composed of nodes arranged in a tree structure, ...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.