Hi All,

I'm working on a simulation where I need to prescribe the kinematics 
(position, velocity, and acceleration) of a ChBody one timestep ahead, 
rather than at the current time. I understand that SetPos(), SetVel(), and 
related methods can be used to prescribe the *current *position and 
velocity of a body. However, I'm looking for functionality more similar to 
the rheonomic constraints like ChLinkMotor classes that use time-dependent 
functions to define motion.

My questions are the following:

   1. 
   
   Is there currently a way to specify kinematics of a ChBody at the next 
   time step? I have been unable to find it thus far.
   2. 
   
     If this functionality doesn’t exist, do you have any recommendations 
   for how to implement it? Would extending an existing ChLinkMotor or using a 
   custom constraint be appropriate?  
   

Thanks!
Matt

-- 
You received this message because you are subscribed to the Google Groups 
"ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to projectchrono+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/projectchrono/08fd8eda-f072-4a46-a770-d8436ed51710n%40googlegroups.com.

Reply via email to