Peristaltic Motion Enabled by Pneumatic Artificial Muscles (PAMs) as Structural “Soft–Stiff” Actuators in a Modular Worm-Inspired Robot
Abstract
:1. Introduction
2. The Design Process
2.1. Overarching Concept
2.2. Dynamics and Kinematics
2.2.1. Kinematics
2.2.2. Validation
- While the PAMs in a segment are contracting, they act as a spring generating a uniform inward pulling force, denoted by .
- When the PAMs in a segment are contracted, the two PAMs low enough to touch the contact interface are anchored by friction, anchoring the segment at this point with force .
- The elongated segments generate resistive forces at the plates (as they are pushed or pulled along) that can be modelled as one resistive force to motion denoted by .
2.2.3. Actuator Requirements
- i
- FORCE—a PAM must generate sufficient force.
- ii
- INFLATION—a PAM must inflate and contract reliably.
- iii
- DEFLATION—a PAM must deflate and elongate reliably.
- iv
- RIGIDITY—a deflated PAM must hold its shape.
- (i)
- Force of PAM
- Theoretical Model
2.2.4. Validation
- At 50 kPa and 10% contraction, the experimental data show a force of around 400 N, while the MATLAB code calculates 584 N, which shows a 46% error.
- At 100 kPa and 10% contraction, the experimental data show a force of around 750 N, while the MATLAB code calculates 1170 N, which shows a 56% error.
- At 150 kPa and 10% contraction, the experimental data show a force of around 1200 N, while the MATLAB code calculates 1753 N, which shows a 46% error.
- (ii)
- Inflation of PAMs and maximum operating pressure
- (a)
- McKibben PAM—The typical operating pressure range of a McKibben PAM is between 100 kPa and 500 kPa [32]. However, the McKibben PAM cannot generate both low and high forces [32]. The pressure the PAM can withstand is based on the material chosen for the inner tube [32]. If a softer rubber is chosen for example, the McKibben PAM can only operate at low pressures, as a pressure too high could cause the tube bulge through the mesh and cause it to burst [32]. Equally, if a tough rubber is used, the threshold pressure required to inflate the tube is high, often over 90 kPa [42], meaning lower forces cannot be produced. As for typical values of force produced, for a gauge pressure of 300 kPa around 220 N of pulling force can be exerted [46], although this value varies depending on the size of the PAM.
- (b)
- Pleated PAM (PPAM)—The typical operating pressure of a PPAM ranges typically from around 10–100 kPA [32]. This is significantly lower than the McKibben PAM due to the absence of friction and the thin membrane [32]. The gauge pressure does have to be limited to these lower values because of the high radial expansion exhibited by the PPAM. However, even at a pressure of 100 kPa, forces of up to 1600 N can be produced [44].
- (c)
- GRACE PAM—The 3D-printed flexible 80A resin GRACE PAM [34] works effectively at low pressures, producing a pulling force of 17 N force when pressurised at 22 kPa [34]. The maximum operating pressure is between 15 and 30 kPa for a resin GRACE PAM [34]. However, depending on the material choice, the force produced, and the operating pressure can vary. For example, a material such as FilaFlex 98A [47] has a maximum operating pressure of 220 kPa [34] and can produce greater forces.
- (iii)
- Deflation of PAM
- (iv)
- Rigidity of PAM
2.3. Material Design Theory
2.4. Design Process: Summary
3. Implementation and Analyses
4. Actuator Design
4.1. Geometrically Accurate Design
4.1.1. The Original GRACE PAM Design (as Detailed in the GRACE Proposal Paper [34])
- The Crest curve, for the top of the pleat;
- The Edge curve;
- The Valley curve, for the deepest point of the pleat.
4.1.2. Implementation of the GRACE Design
- Variables were created to store the CAD parameters (including the geometry parameters, number of pleats and curve function coefficients) allowing for scalability of the design if needed.
- From these dimension constraints, the main CCS sketch was created. A half-pleat was modelled using splines between the curve points.
- Using the parametric curve custom feature, the functions were plotted on the main plane. Then, using the angles of each point with respect to the vertical crest point, the curves were rotated to match their position on the PAM. The measurement feature was used to ensure that the rotation was automatically performed following a parameter change.
- With the curves in position and aligned with the CCS points, the surfaces were created with the loft tool. The tool was configured to generate surfaces between the curves while following the sketch paths (this is the grey surfaces in Figure 9a).
- To generate the thickness of the PAM, a new sketch was created with identical paths but with the points radially offset by the thickness variable. The transform feature was used to duplicate each curve and also offset them radially. A new surface was created again (the blue surface in Figure 9a).
- Next, the fill feature was used to seal all the edges of the two surfaces, which enclosed them into an actual part rather than just a surface (i.e., a solid shape with a volume).
- Finally, the interfaces were added using extrudes on either side.
5. Segment Design
5.1. Criteria and Component Selection
- Low resistance in the main air path, to ensure all PAMs can inflate at approximately equal rates regardless of their location, and maintain constant working pressure.
- Reduced component size, to allow the perimeter of the segment plates to be smaller than that of the contracted (radially expanded) PAMs and thus for an increasing overall diameter of the PALAM robot as the PAMs contract.
- Reduced thickness of the segment plates, to maximise the length occupied by the PAMs and maximise the worms speed.
- Valves that withstand the working pressure.
5.1.1. Tubing
5.1.2. Five-Way Manifold
5.1.3. Solenoid Valves
- Two-port, open/closed valves: These were available in smaller sizes, and were easy to mount and operate. Two would be needed per PAM to control inflation and deflation, adding the ability to precisely control the contraction size at the cost of space.
- Three-port, two-way valves: These were equipped with an exhaust port for the PAM to deflate when the valve was closed. Only one would thus be needed per PAM, though they came in slightly larger sizes.
5.2. Segment Plate Design
5.2.1. Component Placement
5.2.2. CAD Model
5.3. Fasteners and Mounting
6. Component Analysis
6.1. PAMs and Cable Ties
6.2. PAMs
6.3. PAMs, Solenoid Valves, and Segment Plates
6.4. Segment Plates
7. Dynamic Modelling
- While contracting, the three PAMs in a segment can be modelled as a spring with stiffness generating a uniform inward pulling force. This stiffness can be determined from the theoretical force calculations, .
- While contracted, the segments are anchored through friction between the PAMs and the interface. The segment can be modelled as a dampener, with resisting motion force .
- While elongating, the segment can be modelled as a spring with stiffness generating a uniform outwards pushing force.
- While elongated, the segment can be modelled as a spring with stiffness generating a uniform outwards pushing force.
8. Electronics and Control System
8.1. Valve Switching Circuit
8.2. Open-Loop Control System
8.3. Adding Feedback and Improving Modularity
8.3.1. Sensors
8.3.2. Improving Modularity
8.3.3. Feedback Algorithm
9. Manufacture and Experimental
9.1. Actuation
- Feasibility Checks
9.2. Segment Plates
9.3. Manufacturing the PAMs
- Process Research and Considerations
- Final Manufacturing Process
9.4. Full Assembly
9.5. Risks in the Manufacturing Process
9.5.1. McKibben PAM
9.5.2. Pleated PAM
9.6. Ensuring Peristaltic Motion
10. Results and Discussion
10.1. Manufacturing Reliability and Quality
10.2. Actuation Performance
10.3. Reliability and Build Quality of the Fully Assembled PALAM Robot
11. Motion of the Fully Assembled PALAM Robot
11.1. Peristaltic Motion
11.1.1. Implementation and Test Setup
11.1.2. Timings and Results
11.2. Testing with Bristles
11.3. Achieving Three Degrees of Freedom
11.4. Implications
12. Conclusions
Supplementary Materials
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
Abbreviations
ABS | Acrylonitrile butadiene styrene |
CAD | Computer-aided design |
CCS | Centre cross-section |
CNC | Computer numerical control |
DIC | Digital image correlation |
DoF | Degrees of freedom |
EOM | Equations of motion |
FEA | Finite element analysis |
FBD | Free body diagram |
GRACE | Geometry-based actuators that contract and elongate |
GRACE (C,E,A) | GRACE contraction, elongation, and antagonistic |
ID | Inner diameter |
OD | Outer diameter |
PALAM Robot | Pneumatically Actuated peristaLitic Advancing Modular Robot |
PAM | Pneumatic artificial muscle |
PDMS | Polydimethylsiloxane |
PID controller | Proportional—integral—derivative controller |
PLA | Polylactic acid |
PP | Polypropylene |
PPAM | Pleated pneumatic artificial muscle |
PVA | Polyvinyl acetate |
SLA | Stereolithography |
TPV | Transportable pressure vessel |
MCU | Micro-controller unit |
Appendix A. Design Theory
Appendix A.1. Anchoring and Resistive Forces
Appendix A.2. Theoretical Force Model Selection and Validation
- The first mathematical model considered allows force to be calculated without any consideration of the detailed geometry of a PAM, using only the inlet pressure and state of inflation, as shown in Equation (A4). This model demonstrates that increasing the contraction leads to a reduction in generated force.
- The second mathematical model considered, shown in Equation (A5) introduces a dimensionless function dependent only on a contraction rate, geometry, and material behaviour. This model applies to pleated PAMs. Experimental results agree extremely well with the values derived from the mathematical model [32,33,41].
- The fourth mathematical model considered, applied to pleated PAMs with fibres lining each the crease of each pleat, is shown in Equation (A7):
Appendix A.3. Volume Models
- i
- The deflated McKibben PAM was approximated with a cylindrical model. The inflated volume is modelled as two adjoining truncated cones of increasing central diameter (starting at the cylinder’s diameter), while the axial length of each cone is decreased and the diagonal lengths are held at constant length. The increasing volume due to the stretch of the McKibben PAM during operation is not taken into account.
- ii
- The model of the Pleated PAM was approximated with a circular cross-section (instead of pleated cross section) of diameter equal to the average of the outer and inner diameter of the pleats. In this way, the Pleated PAM was similar to the McKibben as a cylinder (due to the end plates) when deflated, and as two adjoining truncated cones of increasing central diameter (starting at the cylinder’s diameter) during inflation. Again, the axial length of each cone is decreased and the diagonal lengths are held at constant length. The increasing volume due to the rearranging membrane (unfolding pleats) is not taken into account.
- iii
- The deflated GRACE PAM was modelled as two adjoining truncated cones (due to their reduced relative end plate areas), again using a simplification to average the diameter of the pleats. To model increasing contraction, the central diameter of the two adjoining truncated cones can be increased while the axial length of each cone is decreased and the diagonal lengths are held at constant length (as there is no substantial stretch of a GRACE PAM during correct operation). The unfolding of the pleats during operation is not taken into account.
Appendix B. Design Analyses
Appendix B.1. First PAM Prototype
Appendix B.2. PAM and Segment Plate Design
Appendix B.3. FEA
Component(s) | Material | Behaviour | Young’s Modulus (GPa) | Poisson’s Ratio | Density (kg/m3) | Elastic Limit (MPa) |
---|---|---|---|---|---|---|
PAMs | Silicone Rubber | Hyper elastic | 0.02 | 0.48 | 2000 | 2 |
Cable ties | Nylon 6,6 | Linear elastic | 1.8 | 0.4 | 1150 | 1.8 |
Solenoid valves | Polypropylene (PP) | Linear elastic | 1 | 0.45 | 900 | 1 |
Segment plates | Polylactic acid (PLA) | Linear elastic | 3.5 | 0.36 | 1250 | 3.5 |
Component(s) | Volume (mm3) | Density (kg/m3) | Mass of Each Component (g) | Total Number of Pieces in Assembly | Total Mass (g) |
---|---|---|---|---|---|
PAMs | 14,955 | 2000 | 29.91 | 12 | 358.91 |
Solenoid valves | - | - | 25.60 | 12 | 307.20 |
Segment plates | 9804 (assuming 15% infill of 3D print) [6] | 1250 | 12.25 | 4 | 49.00 |
Appendix B.4. Equations of Motion Calculations
Appendix B.5. Control System Diagram
Appendix C. Materials and Methods
Appendix C.1. Iterations of the Manufacturing Process
- First Trial
- The best method for casting the silicone was found to be sealing mould parts together and then pouring silicon, rather than trying to fill moulds with silicon first.
- The optimum temperature for melting the PLA was found to be 170 °C. A test strip of cured silicon was trailed to ensure that this temperature would not alter the properties, and this was the lowest temperature at which the PLA easily melted.
- The Prusa Mini with a 0.1 mm layer height was found to be the most effective printing method in order to maximise the resolution of the print and avoid any gaps in the print which the silicone could sink into during moulding.
- Second Trial
- Firstly, the thickness of the membrane of the PAM was increased from 1 mm to 3 mm. This made the PAMs more durable and reduced the precision required in the moulding process.
- The thickness of the walls was also reinforcing around the holes at the top of the PAM, as this was found by FEA to be a weak point of the design due to increased strain from the fitting.
- The height and indent of the pouring hole were increased in order to make the casting process easier, and it was decided that a syringe would be used for injection moulding rather than pouring. This would allow the silicon to slowly fill the mould from the bottom up, reducing bubbles and improving the evenness of the coat.
- The amount of material used in the inner mould was reduced by reducing the infill in the print and making the CAD model less dense in order to make the melting process of the PLA easier.
- The print was optimised to decrease the print times by reducing the infill and supports to the outer mould where possible.
- Extra supports for printing were added to the inner mould to improve the reliability of print.
- A ‘stand’ was added to replace the stems in the original CAD model, as shown in Figure A7, created from cylinder with rivets
- The holes at the top and the bottom of the mould were enlarged in order to fit the 3.9 valve fittings and 4 mm plugs, as well as increasing the length at the bottom to make space for any clips around the fittings. Having larger holes also makes the casting process easier.
- The stems were a weak point in the model, with multiple stems snapping before the moulding process.
- The inner mould was able to rotate too much within the outer mould, making for an uneven coating of silicone.
- Injection moulding was not useful because, as the silicone moved up, it sheared on the edges of the mould, causing bubbles which is why this method was not used in the final manufacturing process.
- Final Manufacturing Process
- The design of the stems was changed to make them thicker, eliminating the weak point.
- The stand was removed for the mould design, replaced with a top and bottom fixture which the inner mould could be glued to.
- The PAM’s shape was changed—it was designed using geometrical functions and lofted following the curves which allowed both the inner and outer surfaces to be lofted independently. This allowed the PAM to have the exact thickness built into it.
- Due to the built-in thickness, the subtract function automatically divided the extruded mould box into two parts; one for the inner mould and one for the outer mould. The thicken function was no longer necessary, as these parts were already the correct size and the space in between them would be the empty space to be filled with silicone rubber.
- Small touch-ups were also unnecessary for the new moulds, as the derived PAM part had every detail already incorporated in it, including all the holes (which would become the inner mould “stalks”).
- The mould was instead split along the horizontal plane, to keep the inner mould stable and centred and to make the casting process easier.
- The bottom of the mould was sealed and a small extrusion at the bottom was added to allow the inner mould to “click” into place. Here, a vital correction to the previous mould design was to add 0.4 mm of clearance, as this was a design weakness in the second version.
- A chunk of the outside of the outer mould was removed to drastically reduce the print volume and thus the print time.
Appendix C.2. Photos and Videos of the Manufacturing Process
Appendix C.3. Finite Element Analysis (FEA) of External Loads
Appendix D. Discussion
Appendix D.1. PAM: Manufacturing Results
PAM No. | Weight (g) |
---|---|
1 | 16 |
2 | 16 |
3 | 18 |
4 | 17 |
5 | 18 |
6 | 17 |
7 | 18 |
8 | 16 |
9 | 17 |
10 | 17 |
11 | 17 |
12 | 17 |
Appendix D.2. PAM Testing
Measure No. | Time Taken (s) |
---|---|
1 | 0.81 |
2 | 0.76 |
3 | 0.80 |
4 | 0.79 |
5 | 0.83 |
6 | 0.78 |
7 | 0.80 |
8 | 0.82 |
9 | 0.78 |
10 | 0.81 |
Measure No. | Time Taken (s) |
---|---|
1 | 1.05 |
2 | 1.04 |
3 | 1.09 |
4 | 1.07 |
5 | 1.05 |
6 | 1.08 |
7 | 1.07 |
8 | 1.07 |
9 | 1.05 |
10 | 1.06 |
Appendix D.3. PALAM Robot Testing
References
- Brusca, R.C.; Brusca, G.J. Invertebrates; Sinauer Associates: Sunderland, MA, USA, 2003. [Google Scholar]
- Reynolds, J. Earthworms of the world. Glob. Biodivers. 1994, 4, 11–16. [Google Scholar]
- Juhász, Z.; Zelei, A. Analysis of worm-like locomotion. Period. Polytech. Mech. Eng. 2013, 57, 59. [Google Scholar] [CrossRef]
- University of Cincinnati Expert unlocks mechanics of how snakes move in a straight line. ScienceDaily, 12 January 2018.
- Koopaee, M.J.; Gilani, C.; Scott, C.; Chen, X. Bio-Inspired Snake Robots: Design, Modelling, and Control; IGI Global: Hershey, PA, USA, 2018; pp. 246–275. [Google Scholar]
- Schulke, M. Worm-like Locomotion Systems: Development of Drives and Selective Anisotropic Friction Structures; Universitätsbibliothek Ilmenau: Ilmenau, Germany, 2011. [Google Scholar]
- Miller, G.S.P. The motion dynamics of snakes and worms. Comput. Graph. (ACM) 1988, 22, 169–173. [Google Scholar] [CrossRef]
- Ge, J.Z.E.A. An earthworm-inspired soft crawling robot controlled by friction. arXiv 2017, arXiv:1707.04084. [Google Scholar]
- Boxerbaum, A.S.; Shaw, K.M.; Chiel, H.J.; Quinn, R.D. Continuous wave peristaltic motion in a robot. Int. J. Rob. Res. 2012, 31, 302–318. [Google Scholar] [CrossRef]
- Zarrouk, D.; Shoham, M. Analysis and design of one degree of freedom worm robots for locomotion on rigid and compliant terrain. J. Mech. Des. N. Y. 2012, 134, 021010. [Google Scholar] [CrossRef]
- Song, C.W.; Lee, D.J.; Lee, S.Y. Bioinspired segment robot with earthworm-like plane locomotion. J. Bionic Eng. 2016, 13, 292–302. [Google Scholar] [CrossRef]
- Zarrouk, D.; Sharf, I.; Shoham, M. Analysis of earthworm-like robotic locomotion on compliant surfaces. In Proceedings of the 2010 IEEE International Conference on Robotics and Automation, Anchorage, AK, USA, 3–7 May 2010; IEEE: Piscataway, NJ, USA, 2010. [Google Scholar]
- Chapman, G. Of the movement of worms. J. Exp. Biol. 1950, 27, 29–39. [Google Scholar] [CrossRef]
- Saga, N.; Tesen, S.; Sato, T.; Nagase, J.Y. Acquisition of earthworm-like movement patterns of many-segmented peristaltic crawling robots. Int. J. Adv. Robot. Syst. 2016, 13, 172988141665774. [Google Scholar] [CrossRef]
- Hoffman, G.; Ju, W. Designing robots with movement in mind. J. Hum. Robot Interact. 2014, 3, 89. [Google Scholar] [CrossRef]
- Xu, L.; Wagner, R.J.; Liu, S.; He, Q.; Li, T.; Pan, W.; Feng, Y.; Feng, H.; Meng, Q.; Zou, X.; et al. Locomotion of an untethered, worm-inspired soft robot driven by a shape-memory alloy skeleton. Sci. Rep. 2022, 12, 12392. [Google Scholar] [CrossRef] [PubMed]
- Alici, G. Softer is harder: What differentiates soft robotics from hard robotics? MRS Adv. 2018, 3, 1557–1568. [Google Scholar] [CrossRef]
- Rus, D.; Tolley, M.T. Design, fabrication and control of soft robots. Nature 2015, 521, 467–475. [Google Scholar] [CrossRef] [PubMed]
- Gao, S.; Wang, Y.; Xiong, R.; Gong, Z.; Zheng, N.; Lu, H. Multi-chamber pneumatic actuator for peristaltic soft robot. In Proceedings of the 2021 IEEE International Conference on Real-time Computing and Robotics (RCAR), Xining, China, 15–19 July 2021; IEEE: Piscataway, NJ, USA, 2021. [Google Scholar]
- Noorani, M.R.S.; Ghanbari, A.; Aghli, S. Design and fabrication of a worm robot prototype. In Proceedings of the 2015 3rd RSI International Conference on Robotics and Mechatronics (ICROM), Tehran, Iran, 7–9 October 2015; IEEE: Piscataway, NJ, USA, 2015. [Google Scholar]
- Wang, H.; Totaro, M.; Beccai, L. Toward perceptive soft robots: Progress and challenges. Adv. Sci. 2018, 5, 1800541. [Google Scholar] [CrossRef] [PubMed]
- Rehamn, A.U.; Mack, J.; Alam, P. From e-waste to robots: A case study on e-waste upcycling in low-to-middle income countries. In Proceedings of the 2021 IEEE International Humanitarian Technology Conference (IHTC), Virtual, 2–4 December 2021; pp. 1–4. [Google Scholar] [CrossRef]
- Moseley, P.; Florez, J.M.; Sonar, H.A.; Agarwal, G.; Curtin, W.; Paik, J. Modeling, design, and development of soft pneumatic actuators with finite element method. Adv. Eng. Mater. 2016, 18, 978–988. [Google Scholar] [CrossRef]
- Zhao, W.; Zhang, Y.; Wang, N. Soft robotics: Research, challenges, and prospects. J. Robot. Mechatron. 2021, 33, 45–68. [Google Scholar] [CrossRef]
- Mack, J.; Alam, P. Design of a Hall effect sensor controlled brittle star inspired composite robotic limb. Eng. Res. Express 2022, 4, 036001. [Google Scholar] [CrossRef]
- Distrelec Staff. 5 Inspirational Search and Rescue Robots. KnowHow Hub, 27 June 2021.
- Kubota, T. Stanford researchers develop a new type of soft, growing robot. Stanford News, 19 July 2017. [Google Scholar]
- Casper, J.L.; Micire, M.; Murphy, R.R. Issues in intelligent robots for search and rescue. In Unmanned Ground Vehicle Technology II; Gerhart, G.R., Gunderson, R.W., Shoemaker, C.M., Eds.; SPIE: Bellingham, WA, USA, 2000. [Google Scholar]
- Research Developing Sensors for ‘Worm Robots’ to Be Used after Disasters; The University of Manchester: Manchester, UK, 2019.
- Deep Trekker-Search and Rescue Underwater Solutions. Available online: https://www.deeptrekker.com/industries/search-and-rescue-old (accessed on 23 November 2022).
- Harihara, K.; Dohta, S.; Akagi, T.; Zhang, F. Development of a search type rescue robot driven by pneumatic actuator. In Proceedings of the Proceedings of SICE Annual Conference 2010, Taipei, Taiwan, 18–21 August 2010; IEEE: Piscataway, NJ, USA, 2010; pp. 1311–1317. [Google Scholar]
- Daerden, F.; Lefeber, D.; Verrelst, B.; Van Ham, R. Pleated pneumatic artificial muscles: Actuators for automation and robotics. In Proceedings of the 2001 IEEE/ASME International Conference on Advanced Intelligent Mechatronics. Proceedings (Cat. No.01TH8556), Como, Italy, 8–12 July 2001; IEEE: Piscataway, NJ, USA, 2002. [Google Scholar]
- Daerden, F.; Lefeber, D. The concept and design of pleated pneumatic artificial muscles. J. Fluid Power 2001, 2, 41–50. [Google Scholar] [CrossRef]
- De Pascali, C.; Naselli, G.A.; Palagi, S.; Scharff, R.B.N.; Mazzolai, B. 3D-printed biomimetic artificial muscles using soft actuators that contract and elongate. Sci. Robot. 2022, 7, eabn4155. [Google Scholar] [CrossRef] [PubMed]
- Wirekoh, J.; Park, Y.L. Design of flat pneumatic artificial muscles. Smart Mater. Struct. 2017, 26, 035009. [Google Scholar] [CrossRef]
- Andrikopoulos, G.; Nikolakopoulos, G.; Manesis, S. A Survey on applications of Pneumatic Artificial Muscles. In Proceedings of the 2011 19th Mediterranean Conference on Control & Automation (MED), Corfu, Greece, 20–23 June 2011; IEEE: Piscataway, NJ, USA, 2011. [Google Scholar]
- Nagarajan, T.; Krishnan, S.; Amirtham, V.; Abdul-Raniand, A.M.; Rao, T.V.V.L.N. Experimental investigation-natural fiber braided sleeve for pneumatic artificial muscles actuation. Asian J. Sci. Res. 2013, 6, 596–602. [Google Scholar] [CrossRef]
- Mangan, E.V.; Kingsley, D.A.; Quinn, R.D.; Chiel, H.J. Development of a peristaltic endoscope. In Proceedings of the Proceedings 2002 IEEE International Conference on Robotics and Automation (Cat. No.02CH37292), Washington, DC, USA, 11–15 May 2002; IEEE: Piscataway, NJ, USA, 2003. [Google Scholar]
- Eningeering Toolbox. Friction Coefficients. Available online: https://www.engineeringtoolbox.com/friction-coefficients-d_778.html (accessed on 11 November 2022).
- Engineers Edge. Coefficients of Friction. Available online: https://www.engineersedge.com/coeffients_of_friction.htm (accessed on 11 November 2022).
- Verrelst, B.; Van Ham, R.; Vanderborght, B.; Lefeber, D.; Daerden, F.; Van Damme, M. Second generation pleated pneumatic artificial muscle and its robotic applications. Adv. Robot. 2006, 20, 783–805. [Google Scholar] [CrossRef]
- Chou, C.P.; Hannaford, B. Measurement and modeling of McKibben pneumatic artificial muscles. IEEE Trans. Rob. Autom. 1996, 12, 90–102. [Google Scholar] [CrossRef]
- Davis, S.; Caldwell, D.G. Biologically inspired damage tolerance in braided pneumatic muscle actuators. J. Intell. Mater. Syst. Struct. 2012, 23, 313–325. [Google Scholar] [CrossRef]
- Baldwin, H.A. Realizable models of muscle function. In Biomechanics; Springer: New York, NY, USA, 1969; pp. 139–147. [Google Scholar]
- Schaffner, M.; Faber, J.A.; Lucas Ruhs, P.A.; Coulter, F.; Studart, A.R. 3D printing of robotic soft actuators with programmable bioinspired architectures. Nat. Commun. 2018, 9, 878. [Google Scholar] [CrossRef] [PubMed]
- Inoue, K. Rubbertuators and applications for robotics. In Proceedings of the 4th International Symposium on Robotics Research; MIT Press: Cambridge, MA, USA, 1987; pp. 57–63. [Google Scholar]
- Filament2Print. Flexfill TPU 98A. Available online: https://filament2print.com/gb/flexible-tpe-tpu/1140-flexfill-98a-tpu.html (accessed on 11 November 2022).
- Katzschmann, R.K.; Maille, A.d.; Dorhout, D.L.; Rus, D. Cyclic hydraulic actuation for soft robotic devices. In Proceedings of the 2016 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Daejeon, Republic of Korea, 9–14 October 2016; IEEE: Piscataway, NJ, USA, 2016. [Google Scholar]
- Various materials from CES Granta EduPack 2021, CES Granta. Available online: https://www.ansys.com/en-gb/products/materials/granta-edupack (accessed on 11 November 2022).
- Ezeh, O.H.; Susmel, L. On the fatigue strength of 3D-printed polylactide (PLA). Procedia Struct. Integr. 2018, 9, 29–36. [Google Scholar] [CrossRef]
- Onsemi Semiconductor Components Industries, LLC. 2N7000 N-Channel Enhancement Mode Field Effect Transistor; Onsemi Semiconductor Components Industries, LLC: Scottsdale, AZ, USA, 2022. [Google Scholar]
- Bourns. 3046 Linear Motion Potentiometer; Bourns: Riverside, CA, USA, 2019. [Google Scholar]
- NXP Freescale Semiconductor, Inc. MPX4250 Series Pressure Transducers Datasheet; NXP Freescale Semiconductor, Inc.: San Diego, CA, USA, 2020. [Google Scholar]
- Texas Instruments. CDx4HCT405x High-Speed CMOS Logic Analog Multiplexers and Demultiplexers, Texas Instruments Datasheets; Texas Instruments: Dallas, TX, USA, 2019. [Google Scholar]
- Formlabs. Flexible 80A Resin. Available online: https://formlabs.com/uk/store/materials/flexible-80a-resin/ (accessed on 11 November 2022).
- Formlabs. Standard Clear Resin. Available online: https://formlabs.com/uk/store/materials/clear-resin/ (accessed on 11 November 2022).
- Graphit 33 Datasheet, RS Components International. Available online: https://docs.rs-online.com/c39a/0900766b8159beb7.pdf (accessed on 11 November 2022).
- Jung, W.; Kang, Y.; Han, S.; Hwang, Y. Biocompatible micro, soft bellow actuator rapidly manufactured using 3D-printed soluble mold. J. Micromech. Microeng. 2019, 29, 125005. [Google Scholar] [CrossRef]
- Hwang, Y.; Paydar, O.H.; Candler, R.N. Pneumatic microfinger with balloon fins for linear motion using 3D printed molds. Sens. Actuators A Phys. 2015, 234, 65–71. [Google Scholar] [CrossRef]
- Hassan, C.M.; Trakampan, P.; Peppas, N.A. Water Solubility Characteristics of Poly(vinyl alcohol) and Gels Prepared by Freezing/Thawing Processes. In Water Soluble Polymers: Solutions Properties and Applications; Amjad, Z., Ed.; Springer: Boston, MA, USA, 2002; pp. 31–40. [Google Scholar] [CrossRef]
- Gao, H.; Kaweesa, D.V.; Moore, J.; Meisel, N.A. Investigating the Impact of Acetone Vapor Smoothing on the Strength and Elongation of Printed ABS Parts. JOM 2017, 69, 580–585. [Google Scholar] [CrossRef]
- Villegas, D.; Van Damme, M.; Vanderborght, B.; Beyl, P.; Lefeber, D. Third–generation pleated pneumatic artificial muscles for robotic applications: Development and comparison with McKibben muscle. Adv. Robot. 2012, 26, 1205–1227. [Google Scholar] [CrossRef]
- Ragland, B. Design and Development of Soft Earthworm Robot Driven by Fibrous Artificial Muscles. Master’s Thesis, Georgia Southern University, Statesboro, GA, USA, 2021. [Google Scholar]
- Liu, M.; Xu, Z.; Ong, J.J.; Zhu, J.; Lu, W.F. An Earthworm-like Soft Robot with Integration of Single Pneumatic Actuator and Cellular Structures for Peristaltic Motion. In Proceedings of the 2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Las Vegas, NV, USA, 25–29 October 2020; pp. 7840–7845. [Google Scholar]
- Peter, K. Models of Friction. In Robot Applications; BME MOGI: Budapest, Hungary, 2014; pp. 113–148. [Google Scholar]
- Pawlak, W. Wear and coefficient of friction of PLA-Graphite composite in 3D printing technology. Eng. Mech. 2018, 2018, 649–652. [Google Scholar] [CrossRef]
GRACE-C | GRACE-E | GRACE-A | |
---|---|---|---|
Parameter | Max Contraction | Max Elongation | Antagonistic |
0.48 | 0.1 | 0.24 | |
0.17 | 0.26 | 0.29 | |
0.16 | 0.06 | 0.09 | |
0.11 | 0.22 | 0.13 | |
0.53 | 0.9 | 0.8 |
Material Properties | Post-Cured Flexible 80A Resin | Post-Cured Standard Clear V4 Resin | Silicone Elastomers (General) |
---|---|---|---|
Flexural modulus (bending) (GPa) | 5 | 2.2 | 0.000005–1.90 |
Elongation at break (% strain) | 120 | 6 | 270–600 |
Tensile strength (MPa) | 8.9 | 65 | 7–11.5 |
Performance | |||
Accessibility/affordability | |||
Manufacturability |
Material Properties | Silicone Elastomers (General) | Polyurethanes (General, Incl. Lycra, Spandex) |
---|---|---|
Yield strength (elastic limit) (MPa) | 7–11.5 | 40–51 |
Elongation at break (% strain) | 270–600 | 500–750 |
Young’s modulus (tens. or compression) (GPa) | 0.005–0.05 | 0.0025–0.03 |
Tensile strength (MPa) | 7–11.5 | 40–51 |
Fatigue strength at 107 cycles (Mpa) | 2.8–4.6 | 16–20.4 |
Performance | ||
Accessibility/affordability | ||
PAM manufacturability |
Material Properties | Silk (Silkworm Silk) Fibre | Aramid Fibre (KEVLAR 49) | Aramid Fibre (KEVLAR 29) |
---|---|---|---|
Flexural modulus (bending) (GPa) | 9.3–15 | 117–130 | 62–80 |
Yield strength (elastic limit) (MPa) | 340–720 | 2250–27,500 | 2500–3000 |
Elongation at break (% strain) | 18–35 | 2.4–2.6 | 2.5–4.4 |
Young’s modulus (tension or compression) (GPa) | 5–25 | 125–135 | 62–80 |
Tensile strength (MPa) | 340–720 | 2500–3000 | 2900–3600 |
Fracture toughness (MPa) | 1–2 | 2–4 | 2–4 |
Accessibility/affordability | |||
PAM manufacturability |
Timing Var. | Delay Explanation (All Delays in ms) | Exp1 | Exp2 | Exp3 | Exp4 |
---|---|---|---|---|---|
firstPAM | After segment 1 PAM activation | 400 | 200 | 400 | 400 |
wormDelay1 | Between PAM activations for segments 2–4 during contraction seq. | 400 | 200 | 200 | 400 |
wormDelay2 | Between PAM de-activations during elong. seq. | 100 | 100 | 100 | 150 |
cycleDelay | Between cycles (in addition to a wormDelay1) | 300 | 300 | 300 | 300 |
Experiment Runtime (in s) | 60 | 60 | 60 | 60 | |
Distance Travelled (in mm) | 40 | 35 | 40 | 30 | |
Speed (in ) | 0.67 | 0.58 | 0.67 | 0.5 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Tinsley, B.; Caponi, S.; McAteer, L.; Nebesnyy, G.; Sammanthan, D.; Keza, E.S.; Alam, P. Peristaltic Motion Enabled by Pneumatic Artificial Muscles (PAMs) as Structural “Soft–Stiff” Actuators in a Modular Worm-Inspired Robot. Biomimetics 2024, 9, 447. https://doi.org/10.3390/biomimetics9080447
Tinsley B, Caponi S, McAteer L, Nebesnyy G, Sammanthan D, Keza ES, Alam P. Peristaltic Motion Enabled by Pneumatic Artificial Muscles (PAMs) as Structural “Soft–Stiff” Actuators in a Modular Worm-Inspired Robot. Biomimetics. 2024; 9(8):447. https://doi.org/10.3390/biomimetics9080447
Chicago/Turabian StyleTinsley, Beth, Sergio Caponi, Lucy McAteer, Gleb Nebesnyy, Dean Sammanthan, Ella Sonia Keza, and Parvez Alam. 2024. "Peristaltic Motion Enabled by Pneumatic Artificial Muscles (PAMs) as Structural “Soft–Stiff” Actuators in a Modular Worm-Inspired Robot" Biomimetics 9, no. 8: 447. https://doi.org/10.3390/biomimetics9080447
APA StyleTinsley, B., Caponi, S., McAteer, L., Nebesnyy, G., Sammanthan, D., Keza, E. S., & Alam, P. (2024). Peristaltic Motion Enabled by Pneumatic Artificial Muscles (PAMs) as Structural “Soft–Stiff” Actuators in a Modular Worm-Inspired Robot. Biomimetics, 9(8), 447. https://doi.org/10.3390/biomimetics9080447