Towards Closing the Loop in Robotic Pollination for Indoor Farming via Autonomous Microscopic Inspection
This work proposes a novel robotic system for indoor farming. The proposed hardware combines a 7-degree-of-freedom (DOF) manipulator arm with a custom end-effector, comprised of an endoscope camera, a 2-DOF microscope subsystem, and a custom vibrating pollination tool; this is paired with algorithms to detect and estimate the pose of strawberry flowers, navigate to each flower, pollinate using the tool, and inspect with the microscope.
Goal-Reaching Trajectory Design Near Danger with Piecewise Affine Reach-avoid Computation
The algorithm seeks to compute trajectory plans for which a robot is guaranteed to reach a goal and to avoid obstacles in the specific near danger case, also known as a narrow gap, where the agent starts near the goal, but must navigate through tight obstacles that block its path.
Design and Control of A Nonprehensile Impulse Manipulator
In modern manufacturing industries, autonomously feeding unsorted small components such as bolts and nuts into ongoing robot assembly processes has been a challenging topic for years because most commonly used devices, albeit possess a great processing speed, are not versatile enough to economically adapt to any new parts. In this project, we built a novel part feeder that uses impulse shocks to flip parts into poses more suitable for grasping.
Robot Subtractive Manufacturing with A High-Speed Spindle
This is a python library designed for subtractive manufacturing applications using the Tormach ZA6 robotic arm, integrated with a high-speed spindle and an ATI Force/Torque sensor. The library offers functions for calibrating the workspace, assessing shape feasibility by checking for singularities and joint limits, and determining optimal part placement. It includes code for generating Cartesian path profiles and solving for joint angle trajectories using quadratic programming, enabling precise, closed-loop force control and efficient path planning for manufacturing tasks.
Dobot ROS Driver with pySerial
This project involved a low level ROS1 driver for Dobot v1.0. The functionality includes the reading and controlling of joint angles, forward kinematics, inverse kinematics, integration with usb webcam.