Skip to content

Commit

Permalink
Fix for api integration test (autowarefoundation#140)
Browse files Browse the repository at this point in the history
* Add backward compatibility of autoware state

* Rename adaptor class

* Rename adaptor class
  • Loading branch information
isamu-takagi authored and tkimura4 committed Dec 13, 2021
1 parent 148faa6 commit 21d3a5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def generate_launch_description():
}
components = [
_create_api_node("initial_pose", "InitialPose", parameters=[param_initial_pose]),
_create_api_node("iv_msgs", "IVMsgs"),
_create_api_node("operator", "Operator"),
_create_api_node("route", "Route"),
_create_api_node("velocity", "Velocity"),
Expand Down

0 comments on commit 21d3a5c

Please sign in to comment.