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

there is no image and pointcloud topic published ,after set param camera: True #18

Open
dbdxnuliba opened this issue Sep 28, 2022 · 1 comment

Comments

@dbdxnuliba
Copy link

dbdxnuliba commented Sep 28, 2022

image

image

image

@yoggi56
Copy link

yoggi56 commented Jun 21, 2023

I found the solution. In the file walking_simulation.py you need to comment these lines:

self.cpp_gait_ctrller.set_robot_mode(self.__convert_type(1))
      for i in range(200):
         self.run()  # TODO: THIS IS BLOCKING!!
         print(i)
         p.stepSimulation
self.cpp_gait_ctrller.set_robot_mode(self.__convert_type(1))

As far as I understood these commands block the rest part of the script. I don't know the purpose of writing them by the author but the program works almost fine without them.

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