Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
One more pass on trailing whitespace

Signed-off-by: Katherine Scott <[email protected]>
  • Loading branch information
kscottz authored Nov 22, 2024
1 parent efd2b3b commit a6d233f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ This should create a new panel in your RViz window, albeit with nothing but a ti
Filling in the Panel
--------------------
We're going to update our panel with some very basic ROS/QT interaction.
What we will do, roughly, is create something like a ROS node within RViz that can both subscribe and publish to ROS topics.
We will use our subscriber to monitor an `\input` topic within ROS and print published `String` values to the screen.
We use our publisher to map button presses within RViz to messages published on a ROS topic named `\output` .
What we will do, roughly, is create something like a ROS node within RViz that can both subscribe and publish to ROS topics.
We will use our subscriber to monitor an `\input` topic within ROS and print published `String` values to the screen.
We use our publisher to map button presses within RViz to messages published on a ROS topic named `\output` .
We use our publisher to map button presses within RViz to messages published on a ROS topic named ``/output`` .

Updated Header File
Expand Down

0 comments on commit a6d233f

Please sign in to comment.