Skip to content

Commit

Permalink
Use absolute topic name for rosout.
Browse files Browse the repository at this point in the history
Matches the change made in ros2/rcl#549.

Signed-off-by: Steven! Ragnarök <steven@nuclearsandwich.com>
  • Loading branch information
nuclearsandwich committed Dec 7, 2019
1 parent 19dc19c commit 3046a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclpy/test/test_logging_rosout.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_enable_rosout(
# create subscriber of 'rosout' topic
node.create_subscription(
Log,
'rosout',
'/rosout',
raw_subscription_callback,
1,
raw=True
Expand Down

0 comments on commit 3046a7e

Please sign in to comment.