forked from hsd-dev/ros1_bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow using reserve keywords in action definition
The original version of the action bridge fails to compile when reserve keywords like `goal`, `result`, or `feedback` are used as attributes in an action definition. This change is a hacky work around to this, where `_type` is added to the `type.lower()` usages while filling out the template for the `ActionFactory::translate_` method. Signed-off-by: Erick Kramer <e.kramer@rethinkrobotics.com>
- Loading branch information
1 parent
0156471
commit 8b5184e
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters