-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support for humble? #32
Comments
We are working on it but there are some dependencies issues currently. See iRobotEducation/create3_sim#195 |
Do you have any news about humble simulation release? It would be really nice to try namespacing in sim :) |
@MatteoCarlone Working on some final bug fixes before releasing. You can build it from source using the |
Are the packages still named using the ignition convention, or will they be renamed to gazebo given the rebranding migration? |
@ruffsl We are keeping |
Do you have any news about the release date of the humble simulator? Do you know if the humble branch to install from source is stable or in beta version? |
@euivmar Once iRobotEducation/create3_sim#207 is merged, we will merge our multi-robot branches and do a release. In the meantime you can build it from source and it should work fine. If you want multiple robot support you can use these branches: |
@roni-kreinin Thank you for your quick and complete answer. I hope your pull request can be reviewed and approved soon. Thanks again for your work. |
I tried to work with the simulator building it from source as you mentioned before
But I got these errors when launching the simulation.
It also shows this error log:
Gazebo starts and the model of the robot appears but the controller_manager node does not seem to work... Any suggestions? Thanks! |
Hello I just updated and compiled the latest changes in the humble branch. But I can't make it work. After launching with
I also can't view any topics published and the robot does not appear in the world. |
@Fran-FC The debian for the simulator is now released on the ros2 testing server. Try installing it from there. To use the testing server, edit |
Anyone figured out how to spawn turtlebot? I'm using testing server. |
Thanks I installed the package via apt but the exact same errors happen, the robot does not spawn and I get the same output in the terminal. |
@Fran-FC I just noticed you are using the @tommy4111 |
Documentation will be up soon for the sim. |
Thanks, everything is correct, but the simulation performance is very poor. I don't know if it is due to my PC specs, these are the following:
The simulation goes to 8% of the real time. |
@Fran-FC The simulation is likely using your integrated graphics rather than your GTX 1050. Make sure you have nvidia drivers installed and the GTX 1050 selected as your GPU. |
@roni-kreinin I am having similar issue. Whenever I run |
I solved the problem of the module not found by compiling the create3_sim repo, it seems that the installation of the turtlebot4_sim package does not install this dependency. |
@Fran-FC Did you do that in the same workspace or you created a separate workspace for create3? |
I compiled it all on the same ws |
Thanks |
The base simulation seems to work fine, but the problem comes when launching SLAM. It seems to be the same problem as referenced in this issue turtlebot/turtlebot4#134 (comment) The output of the SLAM is the following:
The TF tree seems fine though: frames_2023-05-25_16.23.30.pdf Any suggestions? |
Closing due to inactivity and because Humble is released. |
Is there any way to make this work in humble?
The text was updated successfully, but these errors were encountered: