Carter ros gazebo comm - #446
Open
CarterKreis wants to merge 12 commits into
Open
Conversation
…etup. Next is to write the client, test it, and then implement similar services for the other servos
…rol server through client (Carlos teach :))
…to Carlos for next steps
…n a somewhat closed off environment (I commented a lot of stuff out lol) and I am now working on implementing the functionality into an operation
…dd a mission.xml and then run it with the mission planner to verify that all my servo actuation stuff is working
…uate_servos to move the gripper with certain inputs/parameters. The missionwas initialized and used in mission_planner_node too. It seems to have tested well and should be good. Now to add the other plugin functionalities and test with all of them.
…is branch. I have also added services for the Marble Dropper and Torpedo plugins. I am testing now but everything looks done. Figuring out some kinks rn but should be done very soon
…an individually call each servo using as a service setting true or false to trigger or stop the plugin.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added service-client functionality to Gripper Arm, Torpedo Launcher, and Marble Dropper plugins within Gazebo. You can now use a separate ROS2 node, e.g. the Mission Planner, to trigger these plugins in a mission.
NOTE: My changes in mission_planner_node.cpp should be removed but I accidentally included them in my push. The package subjugator_sim_actuator_client can also be deleted as that was for testing initial service functionality.