Git Product home page Git Product logo

Comments (5)

marceloparavisi avatar marceloparavisi commented on June 6, 2024

Hello Elgarbe

The script waterCurrentDiluvio should load data from HECRAS simulations, you can download our HECRAS files from this url:
https://drive.google.com/drive/folders/1CjJbe2wZsUF7bmqYOP_vRPixGPzGU8Gt?usp=sharing

Remember that vehicles can be affected by winds and water currents in 3 different ways:

  • none: in this way, your vehicle will ignore the disturbance (wind or water current)
  • local: in this way, your vehicle will be disturbed with data from simulations (i.e. the HECRAS data of script "./waterCurrentDiluvio")
  • global: in this way, your vehicle will be disturbed with a constant value in all position. Wind values is defined into XML files. The water currents can be defined by a ros topic (named /gazebo/current).

To specify how your vehicle will affected by the disturbance, you should change the configuration in xacro files. For boats, just edit the file usv_sim/xacro/boat_subdivided4.xacro (see xml code below).

<xacro:property name="windType" value="global" />
<xacro:property name="waterType" value="global" />

In value, you can write none, global or local.

If you need any additional assistance, please contact me.

from usv_sim_lsa.

elgarbe avatar elgarbe commented on June 6, 2024

ok, I will try it.
do you prefer that I will contact you by email for future assistance? I don't have your email address.
thank

from usv_sim_lsa.

marceloparavisi avatar marceloparavisi commented on June 6, 2024

I receive an email with all issues. For any doubt just ask me...

Here, other contributors can help too...

from usv_sim_lsa.

elgarbe avatar elgarbe commented on June 6, 2024

Marcelo, can I get your email?
I need to ask several question about your work that are not issues. Or maybe you can write to [email protected]

from usv_sim_lsa.

marceloparavisi avatar marceloparavisi commented on June 6, 2024

Hello

My email: [email protected]

from usv_sim_lsa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.