Skip to content

Commit

Permalink
Remove name
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Jan 29, 2025
1 parent bad546e commit 9f5ae30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_ros/rasa_ros/rasa_ros.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self):
self.get_params()

# Create the action server
self.action_server = ActionServer(self, Parse, self.get_name() + '/parse', self.parse_callback)
self.action_server = ActionServer(self, Parse, 'parse', self.parse_callback)

def get_params(self):
"""Get parameters from the parameter server."""
Expand Down

0 comments on commit 9f5ae30

Please sign in to comment.