AI Programming Assist: Difference between revisions
mNo edit summary |
m →Example |
||
| Line 14: | Line 14: | ||
= Example = | = Example = | ||
[[File:Copilot programming prompt.png|thumb| | [[File:Copilot programming prompt.png|thumb|550px|left]] | ||
[[File:Copilot programming enquire.png|thumb|400px|left]] | [[File:Copilot programming enquire.png|thumb|400px|left]] | ||
[[File:Copilot program result.png|thumb| | <div style="clear:both;" /div> | ||
[[File:Copilot program result.png|thumb|850px|left]] | |||
<div style="clear:both;" /div> | <div style="clear:both;" /div> | ||
(You can find the result of this little example here: [https://downloads.cpr-robots.com/Wiki-Files/Examples/Copilot_Test/GantryPickAndPlace.xml GantryPickAndPlace.xml]) | (You can find the result of this little example here: [https://downloads.cpr-robots.com/Wiki-Files/Examples/Copilot_Test/GantryPickAndPlace.xml GantryPickAndPlace.xml]) | ||
Latest revision as of 16:14, 8 April 2026
Using an AI agent can help you getting started with your project really fast!
Instead of writing your robot program from scratch, you can use an AI assistant to create the basic structure of you program for you.
Setup
The AI agent need to be set up correctly before it knows what to do exactly. This is where Markdown Runbooks come into play. These files tell the agent everything they need to know.
We've created a general Markdown Runbook for iRC programming, that you can use freely. Just download the file and post it into an AI agent of your choice. It will then know how to create a robot program and will help you creating yours!
Download Markdown Runbook for iRC programming
Example



(You can find the result of this little example here: GantryPickAndPlace.xml)