Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

[Gazebo7] VisualPlugins are deprecated source strings #2202

Closed
osrf-migration opened this issue Feb 19, 2017 · 5 comments
Closed

[Gazebo7] VisualPlugins are deprecated source strings #2202

osrf-migration opened this issue Feb 19, 2017 · 5 comments
Labels
bug Something isn't working minor

Comments

@osrf-migration
Copy link

Original report (archived issue) by Dave Coleman (Bitbucket: Dave Coleman).


The gazebo_ros_video plugin outputs SDF deprecation warnings:

Warning [parser.cc:437] Converting a deprecated SDF source[data-string].

Using the following XML:

  <!-- Screen Display -->
  <gazebo reference="display">
    <visual>
        <plugin name="screen_video_controller" filename="libgazebo_ros_video.so">
          <height>600</height>
          <width>1024</width>
          <topicName>/robot/xdisplay</topicName>
          <robotNamespace>/robot</robotNamespace>
        </plugin>
    </visual>
  </gazebo>

I have replicated this bug with Baxter and RRBot. I then tried the non-ROS worlds/blink_visual.world example created by @chapulina and found the same warnings:

Warning [parser.cc:437] Converting a deprecated SDF source[data-string].
Warning [parser.cc:437] Converting a deprecated SDF source[data-string].
Warning [parser.cc:437] Converting a deprecated SDF source[data-string].
Warning [parser.cc:437] Converting a deprecated SDF source[data-string].
Warning [parser.cc:437] Converting a deprecated SDF source[data-string].
Warning [parser.cc:437] Converting a deprecated SDF source[data-string].

I notice that his pull request was merged into Gazebo 7 last July but the example world is not available in my Ubuntu debian install of Gazebo, as reported here. Is there a pending update of Gazebo 7 that will fix this? How can I supress this URDF/SDF warning?

Related PR in gazebo_ros_pkgs

@osrf-migration
Copy link
Author

Original comment by Dave Coleman (Bitbucket: Dave Coleman).


  • Edited issue description

@osrf-migration
Copy link
Author

Original comment by Dave Coleman (Bitbucket: Dave Coleman).


I have confirmed this problem persists in the latest Gazebo 7 version from OSRF Debians (7.5.0)

@osrf-migration
Copy link
Author

Original comment by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).


pull request #2646 should fix it

@osrf-migration
Copy link
Author

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


  • changed state from "new" to "resolved"

@osrf-migration
Copy link
Author

Original comment by Dave Coleman (Bitbucket: Dave Coleman).


Thanks @iche033!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working minor
Projects
None yet
Development

No branches or pull requests

1 participant