<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Two Thymios connected to one PC with Python</title>
		<link>http://aseba.wikidot.com/forum/t-1179135/two-thymios-connected-to-one-pc-with-python</link>
		<description>Posts in the discussion thread &quot;Two Thymios connected to one PC with Python&quot; - How to connect 2 Thymios to same PC and control them with the same python script?</description>
				<copyright></copyright>
		<lastBuildDate>Sun, 06 Sep 2026 05:47:29 +0000</lastBuildDate>
		
					<item>
				<guid>http://aseba.wikidot.com/forum/t-1179135#post-2364932</guid>
				<title>Re: Two Thymios connected to one PC with Python</title>
				<link>http://aseba.wikidot.com/forum/t-1179135/two-thymios-connected-to-one-pc-with-python#post-2364932</link>
				<description></description>
				<pubDate>Thu, 27 Aug 2015 06:05:59 +0000</pubDate>
				<wikidot:authorName>StephaneMagnenat</wikidot:authorName>				<wikidot:authorUserId>709253</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There are two problems:</p> <ul> <li><tt>asebamedulla</tt> does not implement the node remapping feature, only switch does. This could be worked-around by using a switch and then connecting medulla to the switch.</li> <li><tt>asebamedulla</tt> provides access to target by names, so even if identifiers are remapped, the two targets will still have the same name.</li> </ul> <p>I have opened a wish issue on github to add these features, see <a href="https://github.com/aseba-community/aseba/issues/408">https://github.com/aseba-community/aseba/issues/408</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://aseba.wikidot.com/forum/t-1179135#post-2277692</guid>
				<title>Two Thymios connected to one PC with Python</title>
				<link>http://aseba.wikidot.com/forum/t-1179135/two-thymios-connected-to-one-pc-with-python#post-2277692</link>
				<description></description>
				<pubDate>Fri, 24 Apr 2015 13:00:52 +0000</pubDate>
				<wikidot:authorName>Massimiliano Rango</wikidot:authorName>				<wikidot:authorUserId>2134446</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I need to connect two Thymios to the same computer in order to control them with a single Python program. How can I do that?<br /> I already tried with:</p> <div class="code"> <pre><code>asebamedulla -d &quot;ser:device=/dev/ttyACM0;remapLocal=1&quot; &quot;ser:device=/dev/ttyACM1;remapLocal=2&quot;</code></pre></div> <br /> but when I run the Braitenberg example (<a href="https://aseba.wikidot.com/en:thymioraspyexample">https://aseba.wikidot.com/en:thymioraspyexample</a>) I get this error: <div class="code"> <pre><code>dbus.exceptions.DBusException: org.freedesktop.DBus.Error.InvalidArgs: variable motor.left.target does not exists in node thymio-II</code></pre></div> <br /> I think I need to specify which node of the Aseba network I want to get the values from. But I don't know how to do that.
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>