ros2-java / ros2_java

Java and Android bindings for ROS2
Apache License 2.0
172 stars 93 forks source link

Fix action generation #108

Closed nielstiben closed 4 years ago

nielstiben commented 4 years ago

Before, we were not generating code for:

Before, code was generated for <action_goal_name>_Send_Goal, but this code was duplicate to the code in <action_goal_name>FeedbackMessage, which caused unwanted behaviour since it was not meant to be generated there.