-
Notifications
You must be signed in to change notification settings - Fork 155
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
GPS Plugin not working in Foxy #93
Comments
Please note that the port to ROS2 is currently a community effort. See #92. |
Hi @mnissov,
|
In my setup I have separate files for links and sensors, perhaps it could have something to do with using <gazebo reference="gps_link">
<plugin name="gps" filename="libhector_gazebo_ros_gps.so">
<updateRate>10.0</updateRate>
<bodyName>gps_link</bodyName>
<frameId>gps_link</frameId> <!-- <frameId>wgs84</frameId> -->
<topicName>gps/fix</topicName>
<velocityTopicName>/gps/velocity</velocityTopicName>
<referenceLatitude>55.877627</referenceLatitude>
<referenceLongitude>8.463545</referenceLongitude>
<referenceAltitude>0.0</referenceAltitude>
<referenceHeading>0.0</referenceHeading>
<offset>0 0 0</offset>
<drift>0 0 0 </drift>
<!-- <gaussianNoise>0.05 0.05 0.05</gaussianNoise> -->
<velocityDrift>0 0 0</velocityDrift>
<!-- <velocityGaussianNoise>0.01 0.01 0.01</velocityGaussianNoise> -->
</plugin>
</gazebo> I've just found that without the "reference" part of the gazebo tag it works fine. Which is funny because as far as I can see the opposite is ture when using gazebo's imu plugin. |
@mnissov Hi, **/clock |
I ran into a similar issue, and noticed that the plugins were being built as .a files as opposed to .so files. This is because an I suggest explicitly adding to that |
I am curious what the state of the gps plugin is in
foxy-devel
.I've added the minimal amount of information in a xacro file:
but when I spawn the entity nothing appears, no topic is published and no debug information regarding the gps is printed to the terminal.
Ubuntu 20.04, ros foxy, gazebo-11.
The text was updated successfully, but these errors were encountered: