User Tools

Site Tools


eeros_architecture:control_system:available_blocks:pathplannerconstacc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
eeros_architecture:control_system:available_blocks:pathplannerconstacc [2020/09/03 11:29] ursgrafeeros_architecture:control_system:available_blocks:pathplannerconstacc [2020/09/03 12:11] (current) ursgraf
Line 11: Line 11:
   move(startPos, endPos);   move(startPos, endPos);
 </code> </code>
-you dispatch a new trajectory. The trajectory is calculated with the maximum acceleration, deceleration and velocity. ''startPos'' and ''endPos'' can be given in several dimensions, e.g. startPos = {0, 10}, {0, 0}, {0, 0} } and endPos = {18.3, 12.5}, {0, 0}, {0, 0} } chooses a two dimensional trajectory in a plane. For this purpose maximum acceleration, deceleration and velocity must be specified with two dimensions each.\\+you dispatch a new trajectory. The trajectory is calculated with the maximum acceleration, deceleration and velocity. ''startPos'' and ''endPos'' can be given in several dimensions, e.g. startPos = {0, 10} and endPos = {18.3, 12.5} chooses a two dimensional trajectory in a plane. For this purpose maximum acceleration, deceleration and velocity must be specified with two dimensions each.\\
 You can also choose a start position and move to an end position with  You can also choose a start position and move to an end position with 
 <code cpp> <code cpp>
-  setStart({{{15, 30}, {00}, {0, 0}}}); +  Matrix<2,1,double> start{15, 30}, end{520}
-  move({{{5, 20}, {0, 0}, {0, 0}}});+  setStart(start); 
 +  move(end);
 </code> </code>
  
  
eeros_architecture/control_system/available_blocks/pathplannerconstacc.1599125387.txt.gz · Last modified: 2020/09/03 11:29 by ursgraf