Multi-robot setup#116
Open
tenny-yinyijun wants to merge 4 commits into
Open
Conversation
hello-binit
requested changes
Oct 7, 2023
hello-binit
left a comment
Contributor
There was a problem hiding this comment.
Hi @tenny-yinyijun, thank you for opening this pull request! I think this will be very helpful to those looking to run multi-robot experiments. I've left some feedback below. Let me know if you have any questions about it. If it would help to go through it on a video call, I'd be happy to meet with you.
Comment on lines
+39
to
+40
| <remap from="cmd_vel" to="/stretch_defaultname/cmd_vel" /> | ||
| <remap from="joint_states" to="/stretch_defaultname/joint_states" /> |
Contributor
There was a problem hiding this comment.
Instead of remapping these topics in this launch file, we'll move the remapping inside the stretch_driver node. We'll delve into this in the next revision.
| <param name="rate" value="30.0"/> | ||
| <rosparam param="source_list"> | ||
| [/stretch/joint_states] | ||
| [stretch_defaultname/joint_states] |
Contributor
There was a problem hiding this comment.
Instead of changing the rosparam in this launch file, we'll move it inside the stretch_driver node. We'll delve into this in the next revision.
Co-authored-by: Janna Lin <jnl77@cornell.edu>
Closed
fe1acf9 to
9566763
Compare
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.
Hello, this is Janna and Tenny! Here are the changes we made for the multi-robot setup. In our version:
We combined these changes in the same stretch_ros package, so the users need to change stretch_ros on the computer and robot separately as mentioned above. Thank you!