From 53cdf76fb9a8d357132b752bfb8e100265a23613 Mon Sep 17 00:00:00 2001 From: Jesus Eduardo Rodriguez <141784078+hello-jesus@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:15:15 -0700 Subject: [PATCH] Fix the shell-prompt from the reconfigure part. --- ros2/respeaker_mic_array.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ros2/respeaker_mic_array.md b/ros2/respeaker_mic_array.md index 9ff30b6..974451f 100644 --- a/ros2/respeaker_mic_array.md +++ b/ros2/respeaker_mic_array.md @@ -58,4 +58,5 @@ There's also another topic called `/status_led`, with this topic you can change You can also set various parameters via `dynamic_reconfigure` by running the following command in a new terminal. ```{.bash .shell-prompt} -ros2 run rqt_reconfigure rqt_reconfigure \ No newline at end of file +ros2 run rqt_reconfigure rqt_reconfigure +```