Skip to content
New issue

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

XACRO Support #149

Open
tobiasduerschmid opened this issue Aug 3, 2021 · 0 comments
Open

XACRO Support #149

tobiasduerschmid opened this issue Aug 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@tobiasduerschmid
Copy link
Collaborator

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.

@tobiasduerschmid tobiasduerschmid added the enhancement New feature or request label Aug 3, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant