-
Research if/how Webots can be optimized by using headless mode
-
https://www.cyberbotics.com/doc/automobile/openstreetmap-importer?version=develop#dependencies
See discussion in https://github.com/omichel/webots/issues/7561#issuecomment-400686332
-
When I use webots to publish imu topic, the urdf infomation such as this
![image](https://github.com/cyberbotics/webots_ros2/assets/119838619/3ece75dc-7b94-4aff-86d9-9d61ec8529ca)
and in my code i …
-
My problem is that when I click on a node in the scene tree, webots will freeze and not respond. I seted --mode=pause, and when it is turned on in safe mode, webots also crashed.
![bff83e1eb7e7ab…
-
我的Webots版本是2021a,python版本是3.8,发现无法运行。经过仔细排查后发现是不同版本下controller的一些命令会有些差别,似乎主要在getDevice()。比如kf_variance.py要改为(其中有些修改不是必要的,主要看getDevice的修改):
[x kf_waypoint1 controller.md](https://github.com/GogiPutta…
-
Hello sir,
I hope you are doing good. I followed everything on your document and did as you described but after i open webots and load the naoqism.wbt world in it, i get this message
[naoqisim] [E]…
-
**Steps to Reproduce**
1. Load `webots $WEBOTS_HOME/projects/robots/adept/pioneer3/worlds/pioneer3at.wbt` (RAM usage should be around 326MB)
2. Open the `spot.wbt` sample (RAM usage should be around…
-
I took a look at the current code. The Webots driven Open AI gym seems correct, but I don't follow the rest. What are we expecting the agent to learn from a constant forward motion? Why are discretizi…
-
姿勢推定の学習を回すためには、ロボットの各関節の座標を取得する必要があるため、WebotsのSupervisorを利用して座標を取得する。また、同時にボールの座標も取得する。
コードとしてはhr46_b3mのmain.cpp内に記載する予定です。
-