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

Remove from_parameter_server() function #129

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

sea-bass
Copy link

@sea-bass sea-bass commented Oct 2, 2024

There was a function that relied on rospy and a ROS parameter server, neither of which exist in ROS 2. So this cleans it up.

Technically, we could re-add something, but it would require either turning the example into an actual ROS node with an SRDF description parameter, or using one of the "unofficial" recreations of the ROS 1 parameter server (i.e., a node with services). Not worth it IMO.

Closes #118

@sea-bass sea-bass linked an issue Oct 2, 2024 that may be closed by this pull request
@rhaschke rhaschke merged commit 733e77d into ros2 Oct 2, 2024
12 checks passed
@rhaschke rhaschke deleted the remove-from-parameter-server branch October 2, 2024 12:59
@sea-bass sea-bass mentioned this pull request Oct 2, 2024
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.

rospy in ros2
2 participants