-
Notifications
You must be signed in to change notification settings - Fork 63
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
ROS2 Manipulation crashes as the game mode starts #796
Comments
I can confirm the problem on Ubuntu 24.04 with ROS 2 Jazzy when using o3de binaries. Ubuntu 24.04 with ROS 2 Jazzy (the manipulation template):
Ubuntu 22.04 with ROS 2 Humble (the manipulation template):
From what I know o3de binaries are built on Ubuntu 22.04... |
@jhanca-robotecai
|
The registry does not change anything, camera is not a problem. The template is not a problem either. I managed to replicate the issue with an empty project with ROS2 Gem and a single entity with ROS 2 Frame component. |
Update: I see here that for ROS2 projects, we need to build O3DE from source: https://docs.o3de.org/docs/user-guide/interactivity/robotics/project-configuration/ I am trying doing it right now although I have other issues on that as I created another issue #797 |
The issue should stay open until it is solved. There is no reason to build O3DE from the source in many cases. The gem should work with o3de-sdk. I can confirm it works correctly with Ubuntu 22.04 and ROS 2 Humble. I can also confirm it does not in the case of Ubuntu 24.04 and ROS 2 Jazzy. I am trying to debug it, it looks like a problem with the ROS 2 Clock implementation:
|
More debugging info, as someone else might want to try to debug the issue as well. Very strange. The problem is caused by the |
Describe the bug
I have installed O3DE using .deb on my Ubuntu 24.04 and I have ROS2 Jazzy. I created a new project using ROS2 Manipulation template. There were a few missing gems (ROS2, WarehouseAssets and WarehouseAutomation) and I added them using the editor. My project was successfully built and I can see the Panda robot in the editor.
However, when I press the "Play Game (Ctrl+G)" or in full mode, the editor crashes. No crash report, no log, nothing to provide here. Since I run O3DE via terminal, I see that i enters the game mode, but nothing shows up.
PS. I am very new to O3DE and I assume that I need to run the simulation to see the relevant ROS topics right? Or am I missing something?
The text was updated successfully, but these errors were encountered: