ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Olivier Michel's profile - activity

2023-07-05 01:56:05 -0500 commented question DJI Mavic Pro 2 Drone in Webots Nosedives at High Speeds

ROS answers is moving to stackexchange, could please post your question there with the webots and ros2 tags?

2022-11-28 01:53:22 -0500 commented question roslaunch failing to launch webots_ros simulations

You should check the Webots System Requirements to fix this problem. Webots runs fine on any fairly recent hardware. The

2022-11-21 10:07:10 -0500 received badge  Famous Question (source)
2022-09-27 09:10:46 -0500 received badge  Notable Question (source)
2022-09-27 09:10:46 -0500 received badge  Popular Question (source)
2022-07-22 09:41:10 -0500 marked best answer ros2 run demo_nodes_cpp talker crash on Windows 10

Following the tutorial to install ROS 2 Humble on Windows 10, I am stuck at this point where I am unable to start a basic example:

ros2 run demo_nodes_cpp talker
[ros2run]: Process exited with failure 3221226505

I am getting the exact same error from both the DOS CMD and the Windows PowerShell in both admin and user modes.

Any idea on how to debug this?

2022-07-22 09:41:10 -0500 received badge  Scholar (source)
2022-07-22 09:41:06 -0500 answered a question ros2 run demo_nodes_cpp talker crash on Windows 10

I found out the reason for this crash: my ROS_DOMAIN_ID environment variable was containing a non-integer value. Setting

2022-07-22 09:41:06 -0500 received badge  Rapid Responder (source)
2022-07-22 08:24:06 -0500 asked a question ros2 run demo_nodes_cpp talker crash on Windows 10

ros2 run demo_nodes_cpp talker crash on Windows 10 Following the tutorial to install ROS 2 Humble on Windows 10, I am st

2022-07-22 05:40:33 -0500 answered a question [ROS2] ROS2 cannot use a Powershell terminal on Windows 10

Yes, this is possible as documented here: https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-E

2022-07-04 01:50:54 -0500 edited answer WARNING: TexturedBackground (PROTO): Cannot download

I believe this is a problem with libssl. Webots R2022a is linked against libssl version 1.1.1f which is not compatible w

2022-07-04 01:50:54 -0500 received badge  Editor (source)
2022-07-04 01:49:53 -0500 received badge  Rapid Responder (source)
2022-07-04 01:49:53 -0500 answered a question WARNING: TexturedBackground (PROTO): Cannot download

I believe this is a problem with libssl. Webots R2022a is linked against libssl version 1.1.1f which is not compatible w

2022-06-29 10:05:26 -0500 commented question ROS2 cannot find Webots in WSL2

Alternatively, can you start a script that will in turn start Webots from the symlink to 'C/Program Files/Webots/msys64/

2022-06-17 04:41:32 -0500 commented question ROS2 cannot find Webots in WSL2

Can't you change the launch file to open explicitly Webots from the /C/Program Files/Webots folder? The path to the web

2022-06-17 04:41:08 -0500 commented question ROS2 cannot find Webots in WSL2

Can't you change the launch file to open explicitly Webots from the /C/Program Files/Webots folder? The path to the web

2022-06-17 04:40:57 -0500 commented question ROS2 cannot find Webots in WSL2

Can't you change the launch file to open explicitly Webots from the /C/Program Files/Webots folder? The path to the webo

2022-06-17 04:40:34 -0500 commented question ROS2 cannot find Webots in WSL2

Can't you change the launch file to open explicitly Webots from the /C/Program Files/Webots folder? The path to the webo

2022-04-26 05:16:13 -0500 commented answer How do I test the ROS version in C++ code?

This include file doesn't seem to exist in ROS 2 distributions (e.g., I searched on rolling, galactic and foxy). What ar

2020-12-14 01:26:12 -0500 commented answer Webots to URDF Model Converter

What are you trying to do? Convert a URDF model to a Webots PROTO using webots2urdf and use it in Webots? If so, could y

2019-03-22 08:25:11 -0500 received badge  Necromancer (source)
2019-03-22 08:21:03 -0500 answered a question Mobile robot simulation with which simulator?

Since December 2018, Webots was released as free open source software (Apache 2.0 license), so it could be another optio

2015-03-14 19:22:39 -0500 received badge  Nice Answer (source)
2014-03-24 22:31:41 -0500 received badge  Teacher (source)
2014-03-20 22:38:50 -0500 received badge  Supporter (source)
2014-03-20 22:38:30 -0500 answered a question Webots to URDF Model Converter

Hi,

There is no such tool to my knowledge. We recently developed a python script doing the reverse operation: converting a URDF file to a Webots PROTO file, I could share it with you if you are interested.

Please note however that most of the models provided within Webots are not licensed under a free open source license. Therefore, you are not allowed to redistribute modified or converted versions of these models, unless you get the official approval of the the copyright owner to do so (copyright owners of the models distributed in Webots include Cyberbotics and various companies and individuals). Please contact me if you have questions about a specific model.

Also, it may be interesting for you: the latest version of Webots, e.g., Webots 7.4.1, include a native generic ROS interface running in all versions of Webots, e.g., Windows, Mac OS X and Linux. This means that any robot in Webots can be connected to the ROS network out of the box, without installing or recompiling anything. See the documentation on Cyberbotics web site (google for ROS Webots).

Best regards,

-Olivier Michel Cyberbotics Ltd., CEO