Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

earth.world param related to gazebo update #76

Open
zhthree3 opened this issue Jul 20, 2023 · 1 comment
Open

earth.world param related to gazebo update #76

zhthree3 opened this issue Jul 20, 2023 · 1 comment

Comments

@zhthree3
Copy link

zhthree3 commented Jul 20, 2023

  1. why should the step parameters of ’earth.world‘ be set like this instead of the default value
  • now the earth.world:

    <max_step_size>0.0002</max_step_size>
    <real_time_factor>1</real_time_factor>
    <real_time_update_rate>5000</real_time_update_rate>

  • the default world:

    <max_step_size>0.001</max_step_size>
    <real_time_factor>1</real_time_factor>
    <real_time_update_rate>1000</real_time_update_rate>

  1. if I change like below, will the simulation time be half that of the real world?
    <max_step_size>0.0005</max_step_size>
    <real_time_factor>1</real_time_factor>
    <real_time_update_rate>1000</real_time_update_rate>
@xyq1223
Copy link

xyq1223 commented Aug 4, 2023

Hello, the value we provide by default is indeed like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants