-
Notifications
You must be signed in to change notification settings - Fork 154
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
Bridge services #70
Comments
Hi,I have some simple and rough work about it: https://github.com/gezp/ros_ign_gazebo_py it's very useful to control ignition Gazebo (by service) with ROS , for example, resume and pasue Ignition Gazebo, create model,delete model and set pose of model. In my case, I need control Ignition Gazebo with python, but by the way, before implementing bridge services, finally, this is a very useful function, i hope it can be implemented earlier. |
Hi @gezp , we're not currently planning to work on this, but we can review a pull request if you're willing to implement it. |
I'm glad to contribute, but the New ROS Package In addition, I think I will do this work if it's ok. |
Yes, thanks! I think there's no way around it, we'll need to add some Ignition-specific ROS messages that aren't provided by other packages. I considered maybe using gazebo_msgs, but those messages carry some Gazebo-classic concepts that I think we wouldn't want here.
I'm curious, why
This sounds reasonable to me. |
because
|
Oh, thank you for the clarification, I thought that your solution would be generic.
In that case, maybe it makes more sense to add the missing functionality to the existing |
Perhaps, the generic code from
|
I create a c++
In addition, i have some questions about implementation of do we need
do we need
|
Hi @gezp, did you make any further progress related to this issue? I might need to work in this ticket in a near future. |
no, i have no plan, you are free to work in this ticket @ivanpauno . |
Is this ticket resolved with #211? |
I think so, we can open follow-up tickets if something is missing. |
Ignition offers several services. It would be good to bridge them directly to ROS (1 and 2) so users can do things like spawning entities directly from ROS.
The text was updated successfully, but these errors were encountered: