Created
June 26, 2017 13:58
-
-
Save kor01/07f855813a865d7dd50404511c352c87 to your computer and use it in GitHub Desktop.
[ros launch] launch files an rqt_console #ros
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
<launch> | |
<group ns="turtlesim1"> | |
<node pkg="turtlesim" name="sim" type="turtlesim_node"/> | |
</group> | |
<group ns="turtlesim2"> | |
<node pkg="turtlesim" name="sim" type="turtlesim_node"/> | |
</group> | |
<node pkg="turtlesim" name="mimic" type="mimic"> | |
<remap from="input" to="turtlesim1/turtle1"/> | |
<remap from="output" to="turtlesim2/turtle1"/> | |
</node> | |
</launch> |
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
roslaunch [package] [filename.launch] | |
roslaunch beginner_tutorials turtlemimic.launch |
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
# start an rqt_console | |
rosrun rqt_console rqt_console | |
rosrun rqt_logger_level rqt_logger_level | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment