[chrono] Re: Integration of chrono physics engine in Unreal Engine 5

2024-09-19 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello! I am Huzaifa and am a PhD student at one of the labs that actively develops Project Chrono. I am mostly involved at the moment with the Fluid-Structure Interaction part of Chrono (Chrono::FSI). However I would be interested in doing this as a side project and would love to help you in th

[chrono] Re: Running simulations faster

2024-06-13 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello Oskar, If you do not need visualization and are happy with the vehicle operating on a rigid terrain, you could check out the library of low-fidelity vehicle models - https://github.com/uwsbel/low-fidelity-dynamic-models. Herein there are 3 models with varying fidelity, the 11 DoF model wh

[chrono] Re: Building Chrono FSI Module demos Thrust make error

2024-04-04 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello Mason, Can you please also attach your CMakeCache.txt file? You will find it in your build folder. Also please attach the CMakeOutput.log file which you will find in build_folder/CMakeFiles Best Huzaifa On Wednesday, April 3, 2024 at 11:16:35 AM UTC-5 mason.mit...@gmail.com wrote: > Hi

[chrono] Re: ChDepthCamera

2024-03-30 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello Jay, Unfortunately the Depth Camera is not yet packaged with Conda. This should be out in a few weeks. However, if you want to use the Depth Camera right now, you can but you will need to build the pychrono packages from source Best Huzaifa On Friday, March 29, 2024 at 9:13:45 PM UTC-5

Re: [chrono] PyChrono and GymChrono Build Questions

2024-02-08 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Just to add, Fixing the Numpy include path will probably work, but if you don't want to build gym-chrono yourself from source and want to get up and running quickly, you could also set-up a docker container using instructions from here - https://github.com/projectchrono/gym-chrono/tree/master/

[chrono] Re: cannot import name '_irrlicht' from 'pychrono'

2023-12-28 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hi! Did you build from source or used the conda package? On Thursday, December 21, 2023 at 11:02:57 AM UTC-6 apet...@daimon.bo.ismn.cnr.it wrote: > Hi, > i'm new about Chrono and i installed pychorno following this guide : > https://api.projectchrono.org/development/pychrono_installation.html

Re: [chrono] Re: How to get the current steering?

2023-11-13 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
spect to the vehicle > (chassis) frame. > They should give roll and pitch being always 0 and yaw being 30 degrees. > I pushed this code and the figures to the same repo again. > https://github.com/UraraKono/pychrono-steering > > Would you mind taking a look at my code again? &g

Re: [chrono] Re: How to get the current steering?

2023-11-09 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
nn.edu wrote: > Dear Huzaifa, > > Thank you so much! This is the link to my code: > https://github.com/UraraKono/pychrono-steering > Could you first look at the README file to get the overview of my code? > Please run main.py. > > Best regards, > Urara > >

[chrono] Re: How to get the current steering?

2023-11-06 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello Urara, The code I provided for toe_in_r is what I suppose is the \delta from your image. However note that the vehicles in PyChrono are 4 wheeled, so you might need to make an approximation to get the \delta from the image (maybe take the average). That being said, from your plot, it is

[chrono] Re: Misconfiguration

2023-11-06 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello, Have you added the path to external libraries in your cmake GUI? For example, for vsg, see point 3 under "Building Instructions". https://api.chrono.projectchrono.org/module_vsg_installation.html This is also the same for the parsers module https://api.projectchrono.org/module_parsers_in

[chrono] Re: state equations from Chrono

2023-11-02 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello Yaso, It might not be the best to use a PyChrono vehicle as the vehicle model inside a MPC controller. Why this is not the best of ideas is exactly for reasons like this, it is difficult to linearize all the states of a PyChrono vehicle model to get the Jacobian matrices A and B. A PyChr

[chrono] Re: reinforcement learning in C++

2023-11-02 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello Jason, We are currently using Project Chrono for RL but through PyChrono with gymnasium. The latest iteration (unreleased) of this is here - https://github.com/Huzaifg/gym-chronoV2 We would be very interested in using a native C++ RL library as this would greatly improve our workflow :)

[chrono] Re: How to get the current steering?

2023-11-01 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello, Do you want to get the angle by which the tire-wheel steers? GetSteering will only give you the normalized steering input (between -1 and 1) that the driver applies onto the steering wheel at the current time step. If you would like to get the tire-wheel steer angle, you could do somethi

[chrono] Re: How to get the profile of tire

2023-08-11 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello Alex, The "Profile" struct information can be found here - https://api.projectchrono.org/structchrono_1_1vehicle_1_1_ch_a_n_c_f_tire_1_1_profile.html. It describes the entire contour with a cubic spline approximating the points. See piece of code below from the source code src/chrono_v

[chrono] Re: why can't the vehicle in demo_VEH_WheeledJSON move?

2023-08-08 Thread 'HUZAIFA MUSTAFA UNJHAWALA' via ProjectChrono
Hello! Can you please try pressing the throttle for longer and seeing if the vehicle still does not move? It is normal that there is a lag between the application of the throttle and the movement of the vehicle. This can be due to two reasons 1) The torque converter slips (seen as Tconv slip). I