<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ee4511w/System_Python, branch dependabot/pip/System/setuptools-65.3.0</title>
<subtitle>Spring 2022
</subtitle>
<id>https://git.mattstrapp.net/uni/ee4511w/atom?h=dependabot%2Fpip%2FSystem%2Fsetuptools-65.3.0</id>
<link rel='self' href='https://git.mattstrapp.net/uni/ee4511w/atom?h=dependabot%2Fpip%2FSystem%2Fsetuptools-65.3.0'/>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/'/>
<updated>2019-11-20T07:22:22Z</updated>
<entry>
<title>Rework directory structure. Modify result file printing to match requirements of web server.</title>
<updated>2019-11-20T07:22:22Z</updated>
<author>
<name>Raspberry Pi</name>
<email>raspberrypi@umn.edu</email>
</author>
<published>2019-11-20T07:22:22Z</published>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/commit/?id=caa2d9c446f5901671d30e52b1aaa4c56ef2f25c'/>
<id>urn:sha1:caa2d9c446f5901671d30e52b1aaa4c56ef2f25c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed encoder zeroing. Other minor changes, still trying to get the swingup controller working. Not sure if the code is good enough to make it happen...</title>
<updated>2019-11-20T04:19:55Z</updated>
<author>
<name>Raspberry Pi</name>
<email>raspberrypi@umn.edu</email>
</author>
<published>2019-11-20T04:19:55Z</published>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/commit/?id=2e4ab26e749a8ec17f6ab2de10722dd9031a3ae4'/>
<id>urn:sha1:2e4ab26e749a8ec17f6ab2de10722dd9031a3ae4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove leftover files from a past merge.</title>
<updated>2019-11-17T05:05:31Z</updated>
<author>
<name>Raspberry Pi</name>
<email>raspberrypi@umn.edu</email>
</author>
<published>2019-11-17T05:05:31Z</published>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/commit/?id=1766ec3469f4597e82e5c3228b067cf8fee93f22'/>
<id>urn:sha1:1766ec3469f4597e82e5c3228b067cf8fee93f22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated encoder to have an offset when zeroing (allows that initial zero can be set to upright instead of hanging). Updated system to allow for different angular units to be used (passed by argument on constructor, then passed to encoder.read_position when used). Bug fixes to system_swingup_test. Swingup test now runs properly (and almost actually did a swing up at one point), couldn't keep testing because the system accidentally destroyed itself, so called it time to stop to let glue dry....</title>
<updated>2019-11-17T05:03:46Z</updated>
<author>
<name>Raspberry Pi</name>
<email>raspberrypi@umn.edu</email>
</author>
<published>2019-11-17T05:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/commit/?id=d851617a9df12ee6971de8d2c99e43a4d4fd6d27'/>
<id>urn:sha1:d851617a9df12ee6971de8d2c99e43a4d4fd6d27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed some indentation issues and leftover from porting. Compiles and potentially runs now.</title>
<updated>2019-11-17T01:59:29Z</updated>
<author>
<name>Raspberry Pi</name>
<email>raspberrypi@umn.edu</email>
</author>
<published>2019-11-17T01:59:29Z</published>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/commit/?id=ced626da5417fefc7b7ef45675d80f7a59329f2d'/>
<id>urn:sha1:ced626da5417fefc7b7ef45675d80f7a59329f2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.umn.edu/damic014/ee4950-inverted-pendulum</title>
<updated>2019-11-16T00:05:52Z</updated>
<author>
<name>Raspberry Pi</name>
<email>pi@umn.edu</email>
</author>
<published>2019-11-16T00:05:52Z</published>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/commit/?id=4f54dd2e821f21a06b2fdc437837feef7e5107cf'/>
<id>urn:sha1:4f54dd2e821f21a06b2fdc437837feef7e5107cf</id>
<content type='text'>
Merge changes from Raspberry Pi testing with control code provided by Andy (created/modified on another computer).
</content>
</entry>
<entry>
<title>Add Andy's swing up code to the Python library. Created a new file (system_swingup_test.py), which modifies the code from homework8.ipynb and swingUp.py to (potentially) run on our physical system instead of the simulator. Needs to be compiled and tested on the RPi, but theoretically all of the major components should be there.</title>
<updated>2019-11-15T01:01:57Z</updated>
<author>
<name>damic014</name>
<email>damic014@umn.edu</email>
</author>
<published>2019-11-15T01:01:57Z</published>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/commit/?id=1e8f4db87a8c9965e416d209b3fcde993dd1a6c4'/>
<id>urn:sha1:1e8f4db87a8c9965e416d209b3fcde993dd1a6c4</id>
<content type='text'>
NOTE: Potentially should remove the gym imports; not sure if these will work on the RPi, might need to be replaced with something else.
</content>
</entry>
<entry>
<title>A few more minor tweaks to initialization. Added public variables for linear extent. Tested initialization on functioning system - it works!</title>
<updated>2019-11-14T21:04:59Z</updated>
<author>
<name>Raspberry Pi</name>
<email>pi@umn.edu</email>
</author>
<published>2019-11-14T21:04:59Z</published>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/commit/?id=b012b03f8161492511ecfd74ee073210a53ceca3'/>
<id>urn:sha1:b012b03f8161492511ecfd74ee073210a53ceca3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update initialize to not use wait_for_event for detecting limit switches. Update linear encoder to reduce noisy behavior and properly keep track of position. NOTE: Linear encoder direction seems to be backwards relative to the system (the motor currently also moves in this direction). Not a big deal as long as the motor and linear encoder work together properly, but ideally positive would be to the right.</title>
<updated>2019-11-14T20:42:10Z</updated>
<author>
<name>Raspberry Pi</name>
<email>pi@umn.edu</email>
</author>
<published>2019-11-14T20:42:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/commit/?id=6a9d7fab0eaac0459092f3deac6930af8812bbb4'/>
<id>urn:sha1:6a9d7fab0eaac0459092f3deac6930af8812bbb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Got limit switches working properly and tested. Got result file printout working properly. Other minor issues from merge conflict.</title>
<updated>2019-10-29T21:36:53Z</updated>
<author>
<name>Raspberry Pi</name>
<email>pi@umn.edu</email>
</author>
<published>2019-10-29T21:36:53Z</published>
<link rel='alternate' type='text/html' href='https://git.mattstrapp.net/uni/ee4511w/commit/?id=f5d71269ca25356648961dc98c34616ddda41c34'/>
<id>urn:sha1:f5d71269ca25356648961dc98c34616ddda41c34</id>
<content type='text'>
</content>
</entry>
</feed>
