how can i change the code below?

Typically: "How do I... ", "How can I... " questions
Post Reply
jianye
Posts: 46
Joined: 16 Oct 2019, 13:58

how can i change the code below?

Post by jianye »

hello,

i read the code from model Walking_Bill.ttm:

Code: Select all

nominalVelocity = sim.getScriptSimulationParameter(sim.handle_self,'walkingSpeed')
i want to know what does 'walkingSpeed' mean and how can I reach the data of walkingSpeed ? Can I write the 'walkingSpeed' by myself and how ?

thanks

Jian


jianye
Posts: 46
Joined: 16 Oct 2019, 13:58

Re: how can i change the code below?

Post by jianye »

hello fferri,

with your help i can understand the working mechanism of simulation parameter.

thank you so much.

Jian

Post Reply