ros1_bridge icon indicating copy to clipboard operation
ros1_bridge copied to clipboard

rosbridge services for rule based name matching

Open athackst opened this issue 4 years ago • 8 comments

Updated rosbridge to handle services with rule-based name matching.

Motivating use: ROS2 has more strict rules on variable name format in services than ROS1, requiring a name change between ROS1 and ROS2 variables.

This PR fixes:

  • names were incorrectly referenced in the inference factory
  • rule based names had to be completely listed (in order) per service.

Tested: On the AWS Deepracer using this dockerfile


This change is Reviewable

athackst avatar Feb 14 '20 20:02 athackst