We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Hi, I got the same problem. Did you manage to solve it?
Sorry, something went wrong.
I looked into the code and it turns out that you need to add the following line to your custom urdf file to load gazebo control plugins:
<gazebo> <plugin filename="libgazebo_ros_p3d.so" name="p3d_base_controller"> <alwaysOn>true</alwaysOn> <updateRate>10.0</updateRate> <bodyName>base_link</bodyName> <topicName>odom/ground_truth</topicName> <gaussianNoise>0.01</gaussianNoise> <frameName>world</frameName> <xyzOffsets>0 0 0</xyzOffsets> <rpyOffsets>0 0 0</rpyOffsets> </plugin> </gazebo> <gazebo> <plugin filename="libgazebo_ros_control.so" name="gazebo_ros_control"> <legacyModeNS>true</legacyModeNS> </plugin> </gazebo>
Hope that can help those with the same problem!
has not worked for me, is there some modifications to do in the launch files as well?
No branches or pull requests
The text was updated successfully, but these errors were encountered: