Skip to content

custom client stuck waiting for server #597

Closed Answered by alsora
CFBerryhill asked this question in Questions
Discussion options

You must be logged in to vote

Hi @CFBerryhill,
this is the problem

self._action_client = ActionClient(self, DriveDistance, 'fibonacci')

You should indicate the name of the action service (which here is drive_distance, not fibonacci as in the example).
So the correct line would be

self._action_client = ActionClient(self, DriveDistance, 'drive_distance')

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@CFBerryhill
Comment options

@CFBerryhill
Comment options

Answer selected by CFBerryhill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants