Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rosboard not starting on ROS1 systems since it doesn't know QoSProfile #116

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

MCFurry
Copy link

@MCFurry MCFurry commented Sep 21, 2023

Since PR #104 got merged, rosboard doesn't start anymore.
This is because on initializing the node, it can't define the get_topic_qos() function since it doesn't know its output.

The proposed fix therefore only defines this function IF we are in a ros2 environment.

(My editor also auto removes trailing whitespaces, sorry for the remaing diff...)

@dheera dheera merged commit 2f034e5 into dheera:main Sep 22, 2023
@dheera
Copy link
Owner

dheera commented Sep 22, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants