WOLFRAM SYSTEM MODELER
PathPlanning1Generate reference angles for fastest kinematic movement |
SystemModel["Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.Utilities.PathPlanning1"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Given
this component computes the fastest movement under the given constraints. This means, that:
The acceleration, constant velocity and deceleration phase are determined in such a way that the movement starts form the start angles and ends at the end angles. The output of this block are the computed angles, angular velocities and angular acceleration and this information is stored as reference motion on the controlBus of the r3 robot.
angleBegDeg |
Value: 0 Type: Angle_deg (°) Description: Start angle |
---|---|
angleEndDeg |
Value: 1 Type: Angle_deg (°) Description: End angle |
speedMax |
Value: 3 Type: AngularVelocity (rad/s) Description: Maximum axis speed |
accMax |
Value: 2.5 Type: AngularAcceleration (rad/s²) Description: Maximum axis acceleration |
startTime |
Value: 0 Type: Time (s) Description: Start time of movement |
swingTime |
Value: 0.5 Type: Time (s) Description: Additional time after reference motion is in rest before simulation is stopped |
angleBeg |
Value: Cv.from_deg(angleBegDeg) Type: Angle (rad) Description: Start angles |
angleEnd |
Value: Cv.from_deg(angleEndDeg) Type: Angle (rad) Description: End angles |
controlBus |
Type: ControlBus Description: Data bus for all axes of robot |
---|
path |
Type: KinematicPTP2 Description: Move as fast as possible from start to end position within given kinematic constraints with output signals q, qd=der(q), qdd=der(qd) |
|
---|---|---|
pathToAxis1 |
Type: PathToAxisControlBus Description: Map path planning to one axis control bus |
|
terminateSimulation |
Type: TerminateSimulation Description: Terminate simulation if condition is fulfilled |
Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3 Model of one axis of robot (controller, motor, gearbox) with simple load |