-
Notifications
You must be signed in to change notification settings - Fork 138
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
Backport Some Changes from ros2 to jazzy #607
Conversation
@ahcorde can this be merged? |
c0d5782
to
1c3ed8b
Compare
|
34c28bf
to
c0d5782
Compare
Forward port of gazebosim#486. * Message and bridge for MaterialColor. This allows bridging MaterialColor from ROS to GZ and is important for allowing simulation users to create status lights. Signed-off-by: Benjamin Perseghetti <[email protected]>
* Add gzserver with ability to load an SDF file or string --------- Signed-off-by: Addisu Z. Taddese <[email protected]>
* Add gzserver with ability to load an SDF file or string Signed-off-by: Addisu Z. Taddese <[email protected]>
* Add gzserver with ability to load an SDF file or string Signed-off-by: Addisu Z. Taddese <[email protected]>
Spawn models from XML. Signed-off-by: Carlos Agüero <[email protected]> Co-authored-by: Addisu Z. Taddese <[email protected]>
…osim#553) This also adds a required `name` parameter for the bridge so that multiple different bridges can be created without name collision Signed-off-by: Addisu Z. Taddese <[email protected]>
* Name is required. Signed-off-by: Carlos Agüero <[email protected]>
* Ignore local messages Signed-off-by: Carlos Agüero <[email protected]>
While testing ros <-> gz communication using the bridge I noticed that the bridge was talking quite a bit of time copying images from Gazebo to ROS. I found that the std::copy operation that we're doing is substantially slower than the memcpy alternative. I think that in principle this shouldn't happen but the numbers are quite clear. Perhaps std::copy is doing something that doesn't use cache effectively --------- Signed-off-by: Carlos Agüero <[email protected]> Signed-off-by: Carlos Agüero <[email protected]> Co-authored-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Victor T. N. <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
…imestamps_with_wall_time is set to true (gazebosim#562) Signed-off-by: Rein Appeldoorn <[email protected]>
Signed-off-by: Sebastian Kasperski <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Aarav Gupta <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
* Add argument bridge_name to fix errors Signed-off-by: Aarav Gupta <[email protected]>
* Remove default_value for config_file Signed-off-by: Aarav Gupta <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
…m#606) * Change world_string to model_string Also changed description from XML string to XML(SDF) string Signed-off-by: Aarav Gupta <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Nabeel Sherazi <[email protected]> (cherry picked from commit 64b8acd) Co-authored-by: Nabeel Sherazi <[email protected]>
…gazebosim#609) (gazebosim#613) Signed-off-by: nora <[email protected]> Co-authored-by: nora <[email protected]> (cherry picked from commit 2d4a1a8) Co-authored-by: norakon <[email protected]>
c0d5782
to
2edcf86
Compare
Does the rebase I did just now look ok and is the DCO also fixed now? The changelogs and version numbers got a bit messed up, I will commit a bit later to fix that. |
Signed-off-by: Aarav Gupta <[email protected]>
Signed-off-by: Aarav Gupta <[email protected]>
I still see DCO not passing. Are you following https://github.com/gazebosim/ros_gz/pull/607/checks?check_run_id=30308693405? |
Yes, I am not the author of the commits that are causing DCO to fail, and so I don't think I am supposed to run a full sign-off using |
🦟 Bug fix
A cleaner version of #599.
Fixes #589.
Summary
I have backported changes made in ros2 to jazzy. Changelogs and version numbers have not been backported.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.