We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0729cd1 commit edd365eCopy full SHA for edd365e
LibCarla/source/carla/streaming/detail/Dispatcher.h
@@ -43,8 +43,8 @@ namespace detail {
43
44
token_type GetToken(stream_id_type stream_id);
45
46
- void SetROS2TopicVisibilityDefaultEnabled(bool _topic_visibility_default_enabled) {
47
- _topic_visibility_default_enabled = _topic_visibility_default_enabled;
+ void SetROS2TopicVisibilityDefaultEnabled(bool topic_visibility_default_enabled) {
+ _topic_visibility_default_enabled = topic_visibility_default_enabled;
48
}
49
50
void EnableForROS(stream_actor_id_type stream_actor_id) {
0 commit comments