<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cpr-robots.com/index.php?action=history&amp;feed=atom&amp;title=Math_Tools_App</id>
	<title>Math Tools App - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cpr-robots.com/index.php?action=history&amp;feed=atom&amp;title=Math_Tools_App"/>
	<link rel="alternate" type="text/html" href="https://wiki.cpr-robots.com/index.php?title=Math_Tools_App&amp;action=history"/>
	<updated>2026-04-07T15:02:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.cpr-robots.com/index.php?title=Math_Tools_App&amp;diff=4&amp;oldid=prev</id>
		<title>OLT: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.cpr-robots.com/index.php?title=Math_Tools_App&amp;diff=4&amp;oldid=prev"/>
		<updated>2025-08-11T10:13:15Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 10:13, 11 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>OLT</name></author>
	</entry>
	<entry>
		<id>https://wiki.cpr-robots.com/index.php?title=Math_Tools_App&amp;diff=3&amp;oldid=prev</id>
		<title>cpr&gt;Mab: /* Download */</title>
		<link rel="alternate" type="text/html" href="https://wiki.cpr-robots.com/index.php?title=Math_Tools_App&amp;diff=3&amp;oldid=prev"/>
		<updated>2025-03-20T08:39:58Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Download&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Math Tools an open source python-based app that extends the igus Robot Control with occasionally needed program functions, mainly around math and timing. The app has the following purposes:&lt;br /&gt;
&lt;br /&gt;
* New functions can be quickly added on demand&lt;br /&gt;
* It lets us test rarely used functions before deciding to add them to the robot control software&lt;br /&gt;
* Very easy to extend base for program commands developed by customers&lt;br /&gt;
&lt;br /&gt;
The Math Tools app is supported by iRC V14-004 and later.&lt;br /&gt;
&lt;br /&gt;
= Available Program Functions =&lt;br /&gt;
&lt;br /&gt;
Currently the following functions are provided:&lt;br /&gt;
&lt;br /&gt;
* Kinematics:&lt;br /&gt;
** Forward kinematics: Convert joint angles to cartesian position&lt;br /&gt;
** Inverse kinematics: Convert cartesian position to joint angles&lt;br /&gt;
* Math:&lt;br /&gt;
** Calculate cartesian (XYZ) distance between two position variables&lt;br /&gt;
** Check cartesian (XYZ) distance between two position variables - to check whether a position is close to another&lt;br /&gt;
** Square root&lt;br /&gt;
** Exponentiation&lt;br /&gt;
** Minimum&lt;br /&gt;
** Maximum&lt;br /&gt;
** Copy position - Copies only selected components between position variables&lt;br /&gt;
* Timing&lt;br /&gt;
** Get time since start in seconds&lt;br /&gt;
** Get time since start in minutes&lt;br /&gt;
** Get time since start in hours&lt;br /&gt;
** Wait by variable (give the duration via a number variable)&lt;br /&gt;
&lt;br /&gt;
= Download =&lt;br /&gt;
&lt;br /&gt;
App package: [https://github.com/CommonplaceRobotics/RobotControlApps/releases GitHub Releases]&lt;br /&gt;
&lt;br /&gt;
Source code: [https://github.com/CommonplaceRobotics/RobotControlApps/tree/v14-004/MathTools GitHub]&lt;br /&gt;
&lt;br /&gt;
= Adding Functions =&lt;br /&gt;
&lt;br /&gt;
Please refer to the [https://github.com/CommonplaceRobotics/RobotControlApps documentation and sample code] for any questions regarding the app interface.&lt;br /&gt;
&lt;br /&gt;
Adding your own functions is easy:&lt;br /&gt;
1. Open rcapp.xml with a basic text editor and add a new [https://github.com/CommonplaceRobotics/RobotControlApps/blob/master/documentation/rcapp.xml.md function definition] with a unique ID, name and the necessary parameters&lt;br /&gt;
2. Open MathToolsApp.py and add a new function that does whatever you need, similar to the examples&lt;br /&gt;
3. In function _AppFunctionHandler add a new condition that checks for the ID of your app function. Call your function.&lt;br /&gt;
4. Zip your code, install it to the robot control and test it.&lt;br /&gt;
&lt;br /&gt;
[[Category:Apps]]&lt;/div&gt;</summary>
		<author><name>cpr&gt;Mab</name></author>
	</entry>
</feed>