-
Notifications
You must be signed in to change notification settings - Fork 27
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
robot state publisher crashing #49
Comments
Can you test again on Error from above logs:
|
From the logs it looks like you build the workspace for ignition gazebo, but the only supported versions are Then you should see |
I have the same problem and I've isolated it to just the robot_state_publisher package. In my case I don't even need to be running gazebo in the launch file to have this problem. Here's some terminal history that illustrates the problem:
On my other machine where this runs successfully, the output looks like this instead:
I tracked down where in the source code of |
What's
|
SDF_PATH is empty on both the computer that it's broken on, and the computer it works on. GZ_SIM_RESOURCE_PATH looks like this on the broken system:
|
Truly inexplicable: I just deleted the |
Before fixing this, QGC was only getting like halfway through the connection progress bar when I launched |
[~/ros2_ws] - ros2 launch ardupilot_gz_bringup iris_runway.launch.py
[INFO] [launch]: Default logging verbosity is set to INFO
namespace:
transport: udp4
middleware: dds
verbose: 4
discovery: 7400
port: 2019
refs: /home/ash/ros2_ws/install/ardupilot_sitl/share/ardupilot_sitl/config/dds_xrce_profile.xml
command: arduplane
model: json @ashBabu - the original log does not look as if it launching the correct binary. An |
@EricPedley, this may be caused by a version of the You can check the contents of the SDF file by enabling the print statement in ardupilot_gz/ardupilot_gz_bringup/launch/robots/iris.launch.py Lines 117 to 135 in f289bad
If it contains See also: #59 (comment) |
Ubuntu 22.04, ROS2 Humble, Gazebo Sim, version 7.7.0.
The
iris_runway.launch.py
or themaze
dont even start whereas thewildthumper_playpen
shows something in gazebo although there are error msgs on not able to load sensors. The log is as followsThe text was updated successfully, but these errors were encountered: