-
Notifications
You must be signed in to change notification settings - Fork 268
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
[GUI] [Err] [Conversions.cc:1198] Attempting to convert a NavSat SDF sensor, but the sensor pointer is null. #2163
Comments
It looks like we are missing a Lines 1084 to 1116 in f55212e
gz::sim::convert(const msgs::Sensor) Line 1366 in f55212e
|
Hi @azeey. I will try to update and create a PR asap |
Hi @azeey : I did make a quick code edit as you can see here. However it doesnt solve the error but added another one
Wondering if Im on the right track? Any pointers? |
I am attempting to use GPS/navsat sensor in Gazebo Garden, but I am hitting the same issues. Would the above PR make it in gz-sim7 or 8 as well? |
@23pointsNorth : Although the error appears, the navsat sensor still publishes msgs.
But to answer your question, someone from gazebo has to step in |
Closed by #2176 |
Is there a schedule on how quickly these changes will get propagated to published 6.x and 7.x? |
Generally, we wait for PRs that are close to getting in for the version/branch in question before making a release, but we can make a release sooner if necessary. |
Ubuntu 22.04, ROS2 Humble, Gazebo Fortress. Installed everything from
apt
reposI have a differential drive robot on to which I have added a
navsat
sensor. I launch the simulation withros2 launch skidy_bringup bringup_sim.launch.py
. As soon as press the play button in gazebo, the following error comes up although I am able to see the msg being published at the topic that I specified.[GUI] [Err] [Conversions.cc:1198] Attempting to convert a NavSat SDF sensor, but the sensor pointer is null.
The text was updated successfully, but these errors were encountered: