Skip to content
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

Kinetic & Gazebo7: Video streaming fails #94

Open
IanTheEngineer opened this issue Feb 3, 2017 · 5 comments
Open

Kinetic & Gazebo7: Video streaming fails #94

IanTheEngineer opened this issue Feb 3, 2017 · 5 comments

Comments

@IanTheEngineer
Copy link
Contributor

Baxter's camera streaming fails using Gazebo7:

[ WARN] [1486153355.581155367]: GazeboRosVideo plugin missing <robotNamespace>, defaults to "".
[ WARN] [1486153355.581207155]: GazeboRosVideo Plugin (ns = ) missing <topicName>, defaults to "image_raw".
[ WARN] [1486153355.581218927]: GazeboRosVideo Plugin (ns = ) missing <height>, defaults to 240.
[ WARN] [1486153355.581227121]: GazeboRosVideo Plugin (ns = ) missing <width>, defaults to 320
@davetcoleman
Copy link
Contributor

Camera streaming is working for me using the following three test commands:

rosrun image_view image_view image:=/cameras/head_camera/image
rosrun image_view image_view image:=/cameras/right_hand_camera/image
rosrun image_view image_view image:=/cameras/left_hand_camera/image

And your related PR that was merged in.

Though I am also seeing those warnings in the console. You mentioned having more patches, do you have a fix for this already or should I create one?

@davetcoleman
Copy link
Contributor

This bug has already been reported on Gazebo issue tracker

@davetcoleman
Copy link
Contributor

Seems like an issue with the SDF parser for URDFs, I spent considerable time on this today but have not solved it

@IanTheEngineer
Copy link
Contributor Author

IanTheEngineer commented Feb 17, 2017

Ah, I'm sorry Dave, I think I did get to the root of this last week, but this week I've had my hands full doing a bunch of infrastructure upgrades. I'll follow up on the two issues Camera streaming and Image displaying using gazebo_ros_pkgs. The camera issue seems to have to do with namespacing, and the Image display issue seems to be caused by Gazebo7 injecting extra SDF tags when parsing the Video plugin from URDF. I have patches for both, but they'll need OSRF feedback. I'll try to get them up later today.

@davetcoleman
Copy link
Contributor

Oops my last two comments were in regards to the image display, and should have been reported in a different issue (#95).

The problem with the camera streaming seems fixed, and the warnings only needs this PR merged: RethinkRobotics/baxter_common#86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants