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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In order to find bug fixes like this one, we should be able to analyze .xacro files like this one:
<xacro:if value="$(arg imu_enabled)"> <gazebo> <plugin name="imu_controller" filename="libhector_gazebo_ros_imu.so"> <robotNamespace>/</robotNamespace> <updateRate>50.0</updateRate> <bodyName>base_link</bodyName> <topicName>imu/data_compass</topicName> <accelDrift>0.005 0.005 0.005</accelDrift> <accelGaussianNoise>0.005 0.005 0.005</accelGaussianNoise> <rateDrift>0.005 0.005 0.005 </rateDrift> <rateGaussianNoise>0.005 0.005 0.005 </rateGaussianNoise> <headingDrift>0.005</headingDrift> <headingGaussianNoise>0.005</headingGaussianNoise> </plugin> </gazebo> </xacro:if>
The full file can be found here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to find bug fixes like this one, we should be able to analyze .xacro files like this one:
The full file can be found here.
The text was updated successfully, but these errors were encountered: