-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ros2] Port spawn/delete methods (#808)
* First port of ROS2 of factory method. Still a work in progress * Install gazebo_ros_factory * Changes proposed by uncrustify * Make cpplint happy * Remove unneded header * fix merge * remove ported ROS 1 code * SpawnEntity service, initialize after world is created, remove XML strip since it's not needed, simplify Is* functions * support robot_namespace inside <plugin><ros><namespace> * a bit more tweaks and cleanup * Use libsdformat to parse the XML, instead of tinyxml, significantly reducing the code * uncrustify * port delete services * linters * spawn and delete tests, must check light test * fix spawning lights, compile error for non implemented conversions, linters
- Loading branch information
Showing
14 changed files
with
678 additions
and
818 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.