jsk-ros-pkg / jsk_3rdparty

42 stars 60 forks source link

[ros_google_cloud_language] Fix for python3; Avoid attribute error #488

Closed tkmtnt7000 closed 1 year ago

tkmtnt7000 commented 1 year ago

Upstream dependendy: https://github.com/ros/rosdistro/pull/38053

I fixed analyze_text.py for python3.

I would like to add a test code to confirm whether change is valid or not, but I think it's difficult to add test on Github action because this node needs google credential json.

tkmtnt7000 commented 1 year ago

Upstream PR has already merged.