0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for 3D plots using anaglyph glasses. More... over 13 years ago
Add uninstall rule to remove mex files. More... over 13 years ago
Removed hacks to investigate friction errors in rne. More... over 13 years ago
Added loop to copy frne.mex* to ../@SerialLink/rne.mex* More... over 13 years ago
Remove check for number of arguments, it's incorrect for all usage patterns. Update copyright year. More... over 13 years ago
Fix bug in viscous friction, should be multipled by G^2 More... over 13 years ago
Create release.tex which defines release and release date which is included in the main document (page 2 and footer). More... over 13 years ago
Added ikine and ikine6s blocks More... over 13 years ago
Fixed longstanding problem where plotblock in simulink is very slow unless mouse is over it. - eliminated auto raise and also set delay to zero. - split SerialLink.plot into plot and animate methods, the latter is very low overhead and is used in slplotbot. More... over 13 years ago
Removed some diagnostic prints Removed sph.img.jacobian changed some output widths to automatic, works fine... More... over 13 years ago
Changed Jacobian block to normal one, no need for sph.image jacobian. Added pinvJac instead of invJac and rejigged output wiring accordingly. More... over 13 years ago
Rename functions, eventually will be rid of quadcopter... More... over 13 years ago
Eliminated disabled blocks Finished doco for all blocks what is the purpose of "image jacobian spherical", chap 16 exercises?? rearranged all the sub-palettes, made them prettier fixed the robot.name problem in fkine, jacobian*, only displayed when a valid parameter is present, used texmode to make the icons prettier. More... over 13 years ago
Added per block documentation to most blocks in roblocks library. Fixed error in Trajectory palette which was actually 'Trajectory ' Global change of name of blocks from quadcopter to quadrotor More... over 13 years ago
fix bug in tr2q that gave error with an HT added overloaded methods for == and ~= plot passes all options through to trplot mlint tidy ups documentation tidy up, added refs More... over 13 years ago
move one test from Plot to Quaternion reformating extensive tests for trplot and tranimate More... over 13 years ago
Major doco changes. Removed hardwired vehicle model, now passed a Vehicle object. More... over 13 years ago
Major improvment in doco Change visualize() to plot() More options More... over 13 years ago
Significant documentation upgrades. Vectorized a number of functions to increase speed, particularly for ParticleFilter. Changed visualize() methods to plot(). Added static plotv() method to Vehicle() to animate a vehicle. More... over 13 years ago
File renaming (should all end with Test) Additional unit tests and whole test suites. More... over 13 years ago
Update for v9 SerialLink object. More... over 13 years ago
Fix bug in angle wrapping. Reported by Jordan Brindza. More... over 13 years ago
Update install procedure for rne mex file. It should go into @SerialLink dir. More... over 13 years ago
Remove trailing rogue commas from if, for and while statements. Ancient syntax. More... over 13 years ago
Fix sign bug in friction, consistent with ne.c. Follows on from discussion on google group. More... over 13 years ago
Update doco, add bare bones of support for record button in teach method popup. More... over 13 years ago
Use dot notation in call to accel method More... over 13 years ago
New symbolic inverse for a 3 axis revolute robot. An arm without a wrist. More... over 13 years ago
fixed bug with option parsing More... over 13 years ago
Significant rewrite of event handling code. Eliminated bugs where sliders sometimes moved the wrong joints. Hacky mutex required for the Java object event handler... More... over 13 years ago