webots_ros2_driver #894
|
Hi all, we would like to implement our controller developed by our team on CF2 simulator. We got the following error, could you help us to get rid of that problem, thanks. ~/webots_ros2/webots_ros2_mavic/launch$ ros2 launch ~/webots_ros2/webots_ros2_mavic/launch/robot_launch.py [INFO] [launch]: All log files can be found below /home/ntukenmez3/.ros/log/2023-09-05-19-35-21-978685-ae-icps-407120-168970 |
Replies: 6 comments 3 replies
|
Hi! that seems to be a webots and ROS-specific issue. You should post this on the support channels of ROS. On the first eye |
|
I'll ask them, thanks.
…________________________________
From: Kimberly McGuire ***@***.***>
Sent: Wednesday, September 6, 2023 10:34 AM
To: bitcraze/discussions ***@***.***>
Cc: Tukenmez, Nejat ***@***.***>; Author ***@***.***>
Subject: Re: [bitcraze/discussions] webots_ros2_driver (Discussion #894)
Hi! that seems to be a webots and ROS-specific issue. You should post this on the support channels of ROS.
On the first eye No module named 'webots_ros2_driver' can already give a good hint of what is wrong.
—
Reply to this email directly, view it on GitHub<#894 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BCDKXG74SYXFEAYVTTKV5K3XZCCX3ANCNFSM6AAAAAA4MPQB24>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
Hi, tysm firstly, we fixed the previous problem. It works now as in the picture. I have two questions. |
|
Thanks, we’ll check again.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Kimberly McGuire ***@***.***>
Sent: Friday, September 8, 2023 2:58:14 AM
To: bitcraze/discussions ***@***.***>
Cc: Tukenmez, Nejat ***@***.***>; Author ***@***.***>
Subject: Re: [bitcraze/discussions] webots_ros2_driver (Discussion #894)
If you look through the error messages on the ROS side of things, you see that the scripts keeps stopping because of those, which is probably causing it to connect or disconnect.
Do like I do, and google every error you see 😄 Also, this seems to be a python, webots, ROS problem as well, and not related to the current state of the crazyflie simulator.
—
Reply to this email directly, view it on GitHub<#894 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BCDKXG35JEUH7AHGFBITHQDXZK6YNANCNFSM6AAAAAA4MPQB24>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
I would like to ask one more thing. Could you please more clarify the following code if possible. The problem might be that code. Because we were able to launch just one environment. We do not have an access to configure |
|
Just FYI, I've created a pull request of some code I've been working on for the ROS2 node. This will be eventually merged into the webots repo (long overdue I know..) bitcraze/crazyflie-simulation#52 |

If you look through the error messages on the ROS side of things, you see that the scripts keeps stopping because of those, which is probably causing it to connect or disconnect.
Do like I do, and google every error you see 😄 Also, this seems to be a python, webots, ROS problem as well, and not related to the current state of the crazyflie simulator.