30 October 2023 Research Development Meeting #134
Replies: 3 comments
-
Trajectory Optimisation for Wheeled Mobile RobotsFull details in article : Trajectory_Optimisation_for_Mobile_Robots-1.pdf Some brief results for a trajectory where a robot must turn around and drive to the point (-1,1) in Cartesian coordinates: |
Beta Was this translation helpful? Give feedback.
-
Model Predictive Control paperWorking on draft (need to share Overleaf project with Lorenzo Natale): Simultaneously working on code. Need to implement:
|
Beta Was this translation helpful? Give feedback.
-
Dynamics in Position Control with Verlet Integration?At the moment, I am using a velocity controller with discrete time integration to send position references to the robot: Using the real joint values in the feedback makes the control chatter / unstable. Standard Euler integration updates position, then velocity using discrete time steps: BUT, it is known to be unstable for conservative systems. Verlet integration uses position only, and is known to be stable: It is theoretically possible to do dynamic control with Euler integration. The system should be controllable: But using a Verlet integrator is also controllable: It should be possible to emulate torque control in a position-controlled robot. |
Beta Was this translation helpful? Give feedback.
-
Chair:
Attendees:
Absent:
Agenda:
Note: Last week's items should become this week's agenda.
Additional Discussion Points:
Anything not captured in the agenda.
Next Meeting:
Note: These will become the agenda for the next meeting.
Beta Was this translation helpful? Give feedback.
All reactions