Skip to content

Conversation

franklinv77
Copy link
Contributor

…d from ROS services

stream_name = rospy.resolve_name(service_name).replace("/", ".")
stream_name = stream_name[1:] if stream_name[0] == "." else stream_name
response_stream = f"ros.service.{stream_name}.response"
# stream_name = rospy.resolve_name(service_name).replace("/", ".")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove dead code

Copy link
Contributor

@AaronGBoswell AaronGBoswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved with changes

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.

2 participants