0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tidy up of interp functions, handle similar argument cases as trinterp More... over 8 years ago
Added ability to display an image or a simple polygon, and animate it. More... over 8 years ago
Doco and minor code update More... over 8 years ago
Major doco, minor code tidy up, and updated the unit tests. More... over 8 years ago
Code and doc tidy up, remove remnant plan() methods, now is query(). occupied() method now isoccupied(). Added static method to display distance field in background without using idisp(). Unit test updated More... over 8 years ago
New symbolic derivations for vehicle and range/bearing sensors More... over 8 years ago
Documentation and minor bug fixes in the f() and Fv() methods, added unit tests More... over 8 years ago
Doco updates, minor fixes to constructors, added == and ~= operators as well as isequal() to support unit tests More... over 8 years ago
Fix bug that caused parser to exit MATLAB if encountering a numeric value. More... over 8 years ago
Add 3 robots from ARTE to the RTB distribution, models live in /data/ARTE More... over 8 years ago
tidy up error logic, jacobn() to jacobe() More... over 8 years ago
Change to use jacobe() not jacobn(), change an argument from ’n’ to ‘e’ to match (but ’n’ still works) More... over 8 years ago
Fix bugs in constructing argument list for frne(). Added a gravity transformation in the case of a base transform to fix long standing limitation with frne(). More... over 8 years ago
Change to new style call with named arguments. More... over 8 years ago
Doco update, added extra assert() checks, some type conversions from RTBPose to native types. More... over 8 years ago
Document these classes and constructors properly More... over 8 years ago
Doco update, change error logic to use assert() More... over 8 years ago
Doco cleanup More... over 8 years ago
Lots of doco and code cleanup. Common changes related to Link constructor and concatenation, + operator for Link and SerialLink+Link. Prefixed prismatic/revolute method names with ‘is’. More... over 8 years ago
Move data files to /data More... over 8 years ago
Return a 3D array not SE3 vector, that’s the job of SE.ctraj More... over 8 years ago
Finish off tranimate2, minor supporting tweaks to the other functions More... over 8 years ago
Add error check to transl, update doco in both More... over 8 years ago
Created 2D version of trinterp. Fixed a number of issues with trinterp: remove loop invariant assignments, remove all the SE3 stuff, that’s the job of SE3.trinterp compatibility method. More... over 8 years ago
Split classes out of single Java file, move Java files into own folder, add makefile, update MATLAB path to suit More... over 8 years ago
add semicolon to robot concatenation line More... over 8 years ago
Added a qz More... over 8 years ago
remove graphic plot commands, not appropriate in a model file More... over 8 years ago
Add semicolons to end of lines to reduce printed cruft More... over 8 years ago
Remove its MODEL: line so not listed by models() More... over 8 years ago