Search found 2 matches

by Mustafa Kamal
Mon Nov 04, 2024 9:55 am
Forum: SCONE
Topic: Effort Measure (Wang2012)
Replies: 3
Views: 1889

Re: Effort Measure (Wang2012)

Dear Thomas, I have a quick question regarding the unit of the values returned by measure.final_result() and measure.current_result() when using the following EffortMeasure configurations with SconePy: EffortMeasure { name = Effort weight = 0.1 measure_type = Wang2012 use_cost_of_transport = 1 } Eff...
by Mustafa Kamal
Mon Sep 30, 2024 3:14 am
Forum: SCONE
Topic: Sconpy apply external force
Replies: 3
Views: 568

Re: Sconpy apply external force

Hi Thomas, I'm encountering the same issue while trying to initialize a Vec3 vector in SconePy. I'm attempting to apply an external force to a body, but I keep getting the following error: TypeError: sconepy.Vec3: No constructor defined! The error occurs when I use the following code: force = sconep...