{"id":{"repo_id":"cornell","oai_identifier":"oai:ecommons.cornell.edu:1813/114414"},"canonical_url":"https://search.dev.ndltd.org/etd/cornell/oai:ecommons.cornell.edu:1813/114414","repository":{"repo_id":"cornell","name":"Cornell University","base_url":"https://ecommons.cornell.edu/server/oai/request"},"display":{"title":"Updating the Embedded System of an Autonomous Sailboat","abstract":"The robotic and bio-mechanics lab proposed a sailboat design in which the rudder control surface operated in the air, rather than in the water, resulting in a dynamically stable sailboat with respect to the relative wind. The boat design has taken shape. In terms of hardware, some components have been designed, manufactured, or purchased and assembly has been completed. On the software side, a complete embedded framework has been developed, corresponding to many executable tasks.The thesis focuses on optimizing and improving certain tasks of the embedded boat. This includes adding a resend function to the Communication Task, introducing a Remote Control Task, and designing a new scheduler for task execution. Considering the robustness of the embedded system, it is essential to address the possibility of signal loss during transmission by implementing the single message transmission. Relying on algorithm control for the sail and rudder is insufficient to handle unexpected situations and meet specific requirements. The old RTOS scheduler also posed issues with task sleep. Considering these considerations and issues, the addition of the resend function ensures multiple transmissions of information, enhancing reliability. The Remote Control Task, in conjunction with the Course Algorithm Task, determines the steering of the sail and rudder. The new scheduler governs the task execution sequence to ensure smooth system operation. The relevant updates have been incorporated into the boat's system, and appropriate testing has been conducted. Some functionalities of the boat have been improved and optimized. However, there are more ongoing testing activities that need to be completed.","abstract_html":"The robotic and bio-mechanics lab proposed a sailboat design in which the rudder control surface operated in the air, rather than in the water, resulting in a dynamically stable sailboat with respect to the relative wind. The boat design has taken shape. In terms of hardware, some components have been designed, manufactured, or purchased and assembly has been completed. On the software side, a complete embedded framework has been developed, corresponding to many executable tasks.The thesis focuses on optimizing and improving certain tasks of the embedded boat. This includes adding a resend function to the Communication Task, introducing a Remote Control Task, and designing a new scheduler for task execution. Considering the robustness of the embedded system, it is essential to address the possibility of signal loss during transmission by implementing the single message transmission. Relying on algorithm control for the sail and rudder is insufficient to handle unexpected situations and meet specific requirements. The old RTOS scheduler also posed issues with task sleep. Considering these considerations and issues, the addition of the resend function ensures multiple transmissions of information, enhancing reliability. The Remote Control Task, in conjunction with the Course Algorithm Task, determines the steering of the sail and rudder. The new scheduler governs the task execution sequence to ensure smooth system operation. The relevant updates have been incorporated into the boat&#x27;s system, and appropriate testing has been conducted. Some functionalities of the boat have been improved and optimized. However, there are more ongoing testing activities that need to be completed.","abstract_has_math":false,"creators":["Zheng, Erhe"],"institution":"Cornell University","degree_name":"M.S., Mechanical Engineering","degree_level":"Master of Science","degree_discipline":"Mechanical Engineering","degree_department":null,"school":null,"contributors":[],"advisors":[],"committee_chairs":[],"committee_members":["Bewley, Gregory"],"year":2023,"date_issued":"2023-08","date_published":"2023-08","updated_at":"2026-07-24T01:48:56Z","subjects":["Air rudder","Embedded system","Remote control","Sail boat","System scheduler"],"languages":["en"],"rights":["Attribution 4.0 International"],"rights_urls":["https://creativecommons.org/licenses/by/4.0/"],"identifier_entries":[{"key":"dc:identifier.doi","label":"DOI","values":["https://doi.org/10.7298/vba2-4g40"],"render_values":[{"text":"https://doi.org/10.7298/vba2-4g40","href":"https://doi.org/10.7298/vba2-4g40","code":true}]},{"key":"dc:identifier.other","label":"Dc Identifier Other","values":["ProQuest Submission ID: 11865","ProQuest Publication ID: 30572232"],"render_values":[{"text":"ProQuest Submission ID: 11865","href":null,"code":true},{"text":"ProQuest Publication ID: 30572232","href":null,"code":true}]}]},"links":{"outbound_url":"https://hdl.handle.net/1813/114414","outbound_label":"Handle","outbound_source":"dc:identifier.uri"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:contributor.committeemember","label":"Committee Member","values":["Bewley, Gregory"]},{"key":"dc:creator","label":"Author","values":["Zheng, Erhe"]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"dc:date.accessioned","label":"Dc Date Accessioned","values":["2024-04-05T18:36:02Z"]},{"key":"dc:date.available","label":"Dc Date Available","values":["2024-04-05T18:36:02Z"]},{"key":"dc:date.issued","label":"Date","values":["2023-08"]},{"key":"dc:type","label":"Dc Type","values":["dissertation or thesis"]},{"key":"thesis:degree_discipline","label":"Discipline","values":["Mechanical Engineering"]},{"key":"thesis:degree_level","label":"Degree Level","values":["Master of Science"]},{"key":"thesis:degree_name","label":"Degree Name","values":["M.S., Mechanical Engineering"]},{"key":"thesis:institution_name","label":"Thesis Institution Name","values":["Cornell University"]}]},{"id":"subjects_keywords","label":"Subjects and Keywords","entries":[{"key":"dc:subject","label":"Dc Subject","values":["Air rudder","Embedded system","Remote control","Sail boat","System scheduler"]}]},{"id":"language_rights","label":"Language and Rights","entries":[{"key":"dc:language.iso","label":"Language (ISO)","values":["en"]},{"key":"dc:rights","label":"Dc Rights","values":["Attribution 4.0 International"]},{"key":"dc:rights.uri","label":"Rights URI","values":["https://creativecommons.org/licenses/by/4.0/"]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier.doi","label":"DOI","values":["https://doi.org/10.7298/vba2-4g40"]},{"key":"dc:identifier.other","label":"Dc Identifier Other","values":["ProQuest Submission ID: 11865","ProQuest Publication ID: 30572232"]},{"key":"dc:identifier.uri","label":"Identifier URI","values":["https://hdl.handle.net/1813/114414"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description","label":"Description","values":["60 pages","Supplemental file(s) description: remote control1, new scheudler, remote control2."]},{"key":"dc:description.abstract","label":"Abstract","values":["The robotic and bio-mechanics lab proposed a sailboat design in which the rudder control surface operated in the air, rather than in the water, resulting in a dynamically stable sailboat with respect to the relative wind. The boat design has taken shape. In terms of hardware, some components have been designed, manufactured, or purchased and assembly has been completed. On the software side, a complete embedded framework has been developed, corresponding to many executable tasks.The thesis focuses on optimizing and improving certain tasks of the embedded boat. This includes adding a resend function to the Communication Task, introducing a Remote Control Task, and designing a new scheduler for task execution. Considering the robustness of the embedded system, it is essential to address the possibility of signal loss during transmission by implementing the single message transmission. Relying on algorithm control for the sail and rudder is insufficient to handle unexpected situations and meet specific requirements. The old RTOS scheduler also posed issues with task sleep. Considering these considerations and issues, the addition of the resend function ensures multiple transmissions of information, enhancing reliability. The Remote Control Task, in conjunction with the Course Algorithm Task, determines the steering of the sail and rudder. The new scheduler governs the task execution sequence to ensure smooth system operation. The relevant updates have been incorporated into the boat's system, and appropriate testing has been conducted. Some functionalities of the boat have been improved and optimized. However, there are more ongoing testing activities that need to be completed."]},{"key":"dc:format.mimetype","label":"Dc Format Mimetype","values":["application/pdf","video/mpeg4"]},{"key":"dc:title","label":"Title","values":["Updating the Embedded System of an Autonomous Sailboat"]}]}],"canonical_facts":{"dc:contributor.committeemember":["Bewley, Gregory"],"dc:creator":["Zheng, Erhe"],"dc:date.accessioned":["2024-04-05T18:36:02Z"],"dc:date.available":["2024-04-05T18:36:02Z"],"dc:date.issued":["2023-08"],"dc:description":["60 pages","Supplemental file(s) description: remote control1, new scheudler, remote control2."],"dc:description.abstract":["The robotic and bio-mechanics lab proposed a sailboat design in which the rudder control surface operated in the air, rather than in the water, resulting in a dynamically stable sailboat with respect to the relative wind. The boat design has taken shape. In terms of hardware, some components have been designed, manufactured, or purchased and assembly has been completed. On the software side, a complete embedded framework has been developed, corresponding to many executable tasks.The thesis focuses on optimizing and improving certain tasks of the embedded boat. This includes adding a resend function to the Communication Task, introducing a Remote Control Task, and designing a new scheduler for task execution. Considering the robustness of the embedded system, it is essential to address the possibility of signal loss during transmission by implementing the single message transmission. Relying on algorithm control for the sail and rudder is insufficient to handle unexpected situations and meet specific requirements. The old RTOS scheduler also posed issues with task sleep. Considering these considerations and issues, the addition of the resend function ensures multiple transmissions of information, enhancing reliability. The Remote Control Task, in conjunction with the Course Algorithm Task, determines the steering of the sail and rudder. The new scheduler governs the task execution sequence to ensure smooth system operation. The relevant updates have been incorporated into the boat's system, and appropriate testing has been conducted. Some functionalities of the boat have been improved and optimized. However, there are more ongoing testing activities that need to be completed."],"dc:format.mimetype":["application/pdf","video/mpeg4"],"dc:identifier.doi":["https://doi.org/10.7298/vba2-4g40"],"dc:identifier.other":["ProQuest Submission ID: 11865","ProQuest Publication ID: 30572232"],"dc:identifier.uri":["https://hdl.handle.net/1813/114414"],"dc:language.iso":["en"],"dc:rights":["Attribution 4.0 International"],"dc:rights.uri":["https://creativecommons.org/licenses/by/4.0/"],"dc:subject":["Air rudder","Embedded system","Remote control","Sail boat","System scheduler"],"dc:title":["Updating the Embedded System of an Autonomous Sailboat"],"dc:type":["dissertation or thesis"],"thesis:degree_discipline":["Mechanical Engineering"],"thesis:degree_level":["Master of Science"],"thesis:degree_name":["M.S., Mechanical Engineering"],"thesis:institution_name":["Cornell University"]},"updated_at":"2026-07-24T01:48:56Z"}