Skip to content

Commit

Permalink
Update Custom-ROS2-Interfaces.rst (#4837)
Browse files Browse the repository at this point in the history
fix over-indented

Signed-off-by: Eric Su <[email protected]>
(cherry picked from commit bf8c67d)
  • Loading branch information
Eric-SHENNONGSHI authored and mergify[bot] committed Oct 30, 2024
1 parent 540886e commit 65b471c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Since you'll be changing the standard string msg to a numerical one, the output
self.subscription
def listener_callback(self, msg):
self.get_logger().info('I heard: "%d"' % msg.num) # CHANGE
self.get_logger().info('I heard: "%d"' % msg.num) # CHANGE
def main(args=None):
Expand Down

0 comments on commit 65b471c

Please sign in to comment.