-
Notifications
You must be signed in to change notification settings - Fork 97
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
Not able to launch the simulation in gazebo #238
Labels
bug
Something isn't working
Comments
Hi! Can I check with you which branches you are running? You mention using Humble, if that's what you are doing you should make sure to use the repos under the humble branch in rmf. In main we only support Jazzy and Ubuntu 24.04, at least for simulation. |
@luca-della-vedova, @Yadunund [gz-16] Stack trace (most recent call last):
[gz-16] #31 Object "/lib/x86_64-linux-gnu/libruby-3.2.so.3.2", at 0x7f612485c2c9, in rb_yield
[gz-16] #30 Object "/lib/x86_64-linux-gnu/libruby-3.2.so.3.2", at 0x7f6124857b39, in rb_vm_exec
[gz-16] #29 Object "/lib/x86_64-linux-gnu/libruby-3.2.so.3.2", at 0x7f61248545db, in
[gz-16] #28 Object "/lib/x86_64-linux-gnu/libruby-3.2.so.3.2", at 0x7f61248500fe, in
[gz-16] #27 Object "/lib/x86_64-linux-gnu/libruby-3.2.so.3.2", at 0x7f612484d8ef, in
[gz-16] #26 Object "/usr/lib/x86_64-linux-gnu/ruby/3.2.0/fiddle.so", at 0x7f6124426b13, in
[gz-16] #25 Object "/lib/x86_64-linux-gnu/libruby-3.2.so.3.2", at 0x7f61248163bb, in rb_nogvl
[gz-16] #24 Object "/usr/lib/x86_64-linux-gnu/ruby/3.2.0/fiddle.so", at 0x7f612442643b, in
[gz-16] #23 Object "/lib/x86_64-linux-gnu/libffi.so.8", at 0x7f61244b90bd, in ffi_call
[gz-16] #22 Object "/lib/x86_64-linux-gnu/libffi.so.8", at 0x7f61244b63ee, in
[gz-16] #21 Object "/lib/x86_64-linux-gnu/libffi.so.8", at 0x7f61244b9b15, in
[gz-16] #20 Object "/opt/ros/jazzy/opt/gz_sim_vendor/lib/libgz-sim8-gz.so.8.6.0", at 0x7f6122e458ff, in runServer
[gz-16] #19 Object "/opt/ros/jazzy/opt/gz_sim_vendor/lib/libgz-sim8.so.8", at 0x7f611e341fa7, in
[gz-16] #18 Object "/opt/ros/jazzy/opt/gz_sim_vendor/lib/libgz-sim8.so.8", at 0x7f611e3506e6, in gz::sim::v8::SimulationRunner::Run(unsigned long)
[gz-16] #17 Object "/opt/ros/jazzy/opt/gz_sim_vendor/lib/libgz-sim8.so.8", at 0x7f611e34fd41, in gz::sim::v8::SimulationRunner::Step(gz::sim::v8::UpdateInfo const&)
[gz-16] #16 Object "/opt/ros/jazzy/opt/gz_sim_vendor/lib/libgz-sim8.so.8", at 0x7f611e34def1, in gz::sim::v8::SimulationRunner::UpdateSystems()
[gz-16] #15 Object "/opt/ros/jazzy/lib/libslotcar.so", at 0x7f61017ab425, in SlotcarPlugin::PreUpdate(gz::sim::v8::UpdateInfo const&, gz::sim::v8::EntityComponentManager&)
[gz-16] #14 Object "/opt/ros/jazzy/lib/libslotcar_common.so", at 0x7f6100381def, in rmf_robot_sim_common::SlotcarCommon::update(Eigen::Transform<double, 3, 1, 0> const&, std::vector<Eigen::Matrix<double, 3, 1, 0, 3, 1>, std::allocator<Eigen::Matrix<double, 3, 1, 0, 3, 1> > > const&, double)
[gz-16] #13 Object "/opt/ros/jazzy/lib/libslotcar_common.so", at 0x7f610038b886, in rmf_robot_sim_common::SlotcarCommon::publish_robot_state(double)
[gz-16] #12 Object "/opt/ros/jazzy/lib/libslotcar_common.so", at 0x7f610038aefa, in rmf_robot_sim_common::SlotcarCommon::publish_state_topic(rclcpp::Time const&)
[gz-16] #11 Object "/opt/ros/jazzy/lib/libslotcar_common.so", at 0x7f6100386fb5, in
[gz-16] #10 Object "/opt/ros/jazzy/lib/librcl.so", at 0x7f610cc561d2, in
[gz-16] #9 Object "/opt/ros/jazzy/lib/librmw_cyclonedds_cpp.so", at 0x7f610c124593, in rmw_publish
[gz-16] #8 Object "/opt/ros/jazzy/lib/x86_64-linux-gnu/libddsc.so.0", at 0x7f6103f7aee9, in dds_write_ts
[gz-16] #7 Object "/opt/ros/jazzy/lib/x86_64-linux-gnu/libddsc.so.0", at 0x7f6103f7aadb, in
[gz-16] #6 Object "/opt/ros/jazzy/lib/librmw_cyclonedds_cpp.so", at 0x7f610c155f8f, in
[gz-16] #5 Object "/opt/ros/jazzy/lib/librmw_cyclonedds_cpp.so", at 0x7f610c155696, in
[gz-16] #4 Object "/opt/ros/jazzy/lib/librmw_cyclonedds_cpp.so", at 0x7f610c155399, in
[gz-16] #3 Object "/opt/ros/jazzy/lib/librmw_cyclonedds_cpp.so", at 0x7f610c1566da, in
[gz-16] #2 Object "/opt/ros/jazzy/lib/librmw_cyclonedds_cpp.so", at 0x7f610c155399, in
[gz-16] #1 Object "/opt/ros/jazzy/lib/librmw_cyclonedds_cpp.so", at 0x7f610c1550d8, in
[gz-16] #0 Object "/opt/ros/jazzy/lib/librmw_cyclonedds_cpp.so", at 0x7f610c14d154, in
[gz-16] Segmentation fault (Address not mapped to object [0x55c743b9d000]) It looks like the plugins need to be updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before proceeding, is there an existing issue or discussion for this?
OS and version
Ubuntu 22.04
Open-RMF installation type
Binaries
Other Open-RMF installation methods
No response
Open-RMF version or commit hash
2.3.0
ROS distribution
Humble
ROS installation type
Source build
Other ROS installation methods
No response
Package or library, if applicable
No response
Description of the bug
I'm not able to launch the simulation completely, there's always an error that, libregister_component.so is not found are the package is not available. So after the launching the building gets launched but the things does not.
Also while trying to send a task, it is not being executed
Steps to reproduce the bug
dcv
Expected behavior
It was supposed to launch the simulation completely.
Actual behavior
No response
Additional information or screenshots
No response
The text was updated successfully, but these errors were encountered: