Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create demo for a two-link planar manipulator #56

Open
irublev opened this issue Nov 16, 2017 · 1 comment
Open

Create demo for a two-link planar manipulator #56

irublev opened this issue Nov 16, 2017 · 1 comment
Assignees

Comments

@irublev
Copy link
Contributor

irublev commented Nov 16, 2017

This issue is a part of issue #53.

kisel-dv added a commit that referenced this issue Dec 9, 2017
Enhancement: add new example(with two-link planar manipulator) with code
kisel-dv added a commit that referenced this issue Dec 9, 2017
Enhancement: add new examples of work
kisel-dv added a commit that referenced this issue Dec 13, 2017
Enhancement: add new example(with two-link planar manipulator) with code
kisel-dv added a commit that referenced this issue Dec 13, 2017
Enhancement: add new examples of work
dina-pimenova added a commit that referenced this issue Dec 16, 2017
Enhancement: change equations, change some labels, variables in code, change title picture
dina-pimenova added a commit that referenced this issue Dec 25, 2017
fix names of variables
kisel-dv added a commit that referenced this issue Dec 27, 2017
change wrong phrases in theory, change wrong names of variables in code
irublev added a commit that referenced this issue Dec 30, 2017
Renaming of files due to the position of example within Chapter 6
@irublev
Copy link
Contributor Author

irublev commented Dec 30, 2017

What remains to do:

  1. To fix the code slightly, namely, remove rand from the code (the code should be deterministic, so that its execution must be the same each time it launched), I mean the following lines:
mSize = 10;
dirMat = 2*(rand(nShape, mSize) - 0.5);
for iElem = 1 : mSize
    dirMat(:, iElem) = dirMat(:, iElem) ./ norm(dirMat(:, iElem));
end;

(please see how the same place is changed in the script products/+elltool/+doc/+snip/s_chapter06_section06_snippet01.m in the branch issue_55_mzaitceva_yashalnov_eshevchenko).

  1. Renaming of variables should be done:
    linSys -> linSysObj,
    nShape -> nDims,
    rsTube -> rsTubeObj,
    v1v2Mat -> velBasisMat,
    prTube -> prTubeObj

  2. It is necessary to do what described in the items 4 and 5 from the text of issue Create more demo examples in documentation #53. It should be stressed that the pictures generated by the function(s) implemented in the item 4 of issue Create more demo examples in documentation #53 should be created anew (according to the item 5 of issue Create more demo examples in documentation #53) and should replace those currently placed in /doc/pic/.

marinapotashenkova added a commit that referenced this issue Feb 24, 2018
Enhancement: Renamed some variables
Enhancement: Divided one snippet on three parts
Enhancement: Created some new snippets for creation picture generators
marinapotashenkova added a commit that referenced this issue Feb 24, 2018
Enhancement: Created picture generators
Enhancement: Created pictures for demo using picture generators
marinapotashenkova added a commit that referenced this issue Feb 24, 2018
Enhancement: Added generated pictures to the demo
marinapotashenkova added a commit that referenced this issue Feb 25, 2018
Enhancement: Replaced some words in the figure descriptions
marinapotashenkova pushed a commit that referenced this issue Feb 26, 2018
Enhancement: add new example(with two-link planar manipulator) with code
marinapotashenkova pushed a commit that referenced this issue Feb 26, 2018
Enhancement: add new examples of work
marinapotashenkova pushed a commit that referenced this issue Feb 26, 2018
Enhancement: change equations, change some labels, variables in code, change title picture
marinapotashenkova pushed a commit that referenced this issue Feb 26, 2018
fix names of variables
marinapotashenkova pushed a commit that referenced this issue Feb 26, 2018
change wrong phrases in theory, change wrong names of variables in code
marinapotashenkova pushed a commit that referenced this issue Feb 26, 2018
Renaming of files due to the position of example within Chapter 6
marinapotashenkova added a commit that referenced this issue Feb 26, 2018
Changed the order of examples
marinapotashenkova added a commit that referenced this issue Feb 26, 2018
Divided the initial snippet and added more snippets
marinapotashenkova added a commit that referenced this issue Feb 26, 2018
Changed initialization of direction matrix
marinapotashenkova added a commit that referenced this issue Feb 26, 2018
Added picture generators and pictures
marinapotashenkova added a commit that referenced this issue Feb 26, 2018
Added pictures and snippets to the demo
marinapotashenkova added a commit that referenced this issue Feb 28, 2018
Obviated initializing of unnecessary variable in s_chapter06_section07_snippet06.m
Also deleted some examples from two-link planar manipulator demo and pictures, snippets and picgens for them.
irublev pushed a commit that referenced this issue Mar 1, 2018
Renaming of files due to the position of example within Chapter 6

issue #56:
change wrong phrases in theory, change wrong names of variables in code

issue #56:
fix names of variables

issue #56:
Enhancement: change equations, change some labels, variables in code, change title picture

issue #56:
Enhancement: add new examples of work

issue #56:
Enhancement: add new example(with two-link planar manipulator) with code
irublev pushed a commit that referenced this issue Mar 1, 2018
Divided the initial snippet and added more snippets
irublev pushed a commit that referenced this issue Mar 1, 2018
Changed initialization of direction matrix
irublev pushed a commit that referenced this issue Mar 1, 2018
Added picture generators and pictures
irublev pushed a commit that referenced this issue Mar 1, 2018
Added pictures and snippets to the demo
irublev pushed a commit that referenced this issue Mar 1, 2018
Obviated initializing of unnecessary variable in s_chapter06_section07_snippet06.m
Also deleted some examples from two-link planar manipulator demo and pictures, snippets and picgens for them.
irublev added a commit that referenced this issue Mar 1, 2018
Cosmetic changes in the model description, renamed picture
irublev added a commit that referenced this issue Mar 3, 2018
Fixed names of functions in their code that generate pictures for demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants