-
Notifications
You must be signed in to change notification settings - Fork 486
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
11.15.0 Update Broke Spawn Model---Cannot run simulation for class #3411
Comments
Probably this is related to #3409 . |
Are you able to replicate the problem without using ROS functionality? If not, it probably could make sense to also open an issue in https://github.com/ros-simulation/gazebo_ros_pkgs ? In the meanwhile, you may want to pin the gazebo version you are using to 11.14.0 if that version is working for you. I am not familiar how to do that with apt, but I guess it should be possible: https://help.ubuntu.com/community/PinningHowto . |
Probably @j-rivero may know more about this. |
Hello, have you solved it? I have the same problem. |
I'm not sure why, but building gazebo_ros_pkgs from source with the new version of Gazebo11 fixes the problem for me. |
maybe an ABI change from #3283? |
I'm also facing the same issue, yes it is working when building local, so is there any current development going on in noetic devel of The last release of |
same problem, and build |
I can confirm that the regression is caused by #3283 and I think it's an "ABI" issue as @scpeters suggested. However, I'm not sure it's a typical ABI issue since it involves templates. This is what I did to test.
Note that rebuilding I used a modified launch file from #3409 <?xml version="1.0"?>
<launch>
<arg name="verbose" default="true"/>
<arg name="sdf" />
<!-- Gazebo sim -->
<include file="$(find gazebo_ros)/launch/empty_world.launch">
<arg name="gui" value="false"/>
<arg name="debug" value="false"/>
<arg name="verbose" value="$(arg verbose)"/>
<arg name="paused" value="false"/>
<arg name="respawn_gazebo" value="false"/>
</include>
<!-- gazebo model -->
<node name="$(anon vehicle_spawn)" pkg="gazebo_ros" type="spawn_model" output="screen" args="-sdf -file $(arg sdf) -model test_model"/>
</launch> And ran it with My suggestion is to revert #3283, make a release, and then in a follow-up PR, look into fixing the armhf issue. Perhaps we can wrap the whole |
您好, 邮件已收到。
|
The pinning workaround would be the best solution until we resolve the issue, yes.
I agree. I'm going to merge #3412 and release a 11.15.1 version. |
11.15.1 Gazebo should be in the repo. Can anyone please confirm if it is working as expected? |
Working! Thank you for the quick response!!
…On Tue, Dec 3, 2024 at 2:35 PM Jose Luis Rivero ***@***.***> wrote:
11.15.1 Gazebo should be in the repo. Can anyone please confirm if it is
working as expected?
—
Reply to this email directly, view it on GitHub
<#3411 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4MZVCG4ZIKUYQL76Q33232DYBZFAVCNFSM6AAAAABS4MGVV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJVGQZDEMZVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Problem solved. Thank you for your efforts. |
Environment
This is the binary build of gazebo11_11.15.0-1~focal.
Description
Gazebo is being used in a college course at CWRU and students cannot demonstrate code that works with Gazebo 11.14 if they have updated 11.15. Please rollback functionality to 11.14 as quickly as possible.
When spawning models after the 11.15 update, models do not spawn. The spawning of the robot models into Gazebo is hanging and not returning.
Steps to reproduce
The specific steps to reproduce this requires using a package set of packages prepared for the course. It is likely that spawning other models has the same effect, but cannot determine right now. Installing the ros-noetic-ecse-373-ariac package from this repository and running roslaunch ecse-373-ariac ecse-373-ariac.launch should reproduce the error.
Instructions for the course repository are here:
https://cwru-ecse-373.github.io/
Output
The spawn_model node hangs and the model does not appear in Gazebo.
The text was updated successfully, but these errors were encountered: