Skip to content

Commit

Permalink
fix: AttributeError: module 'em' has no attribute 'BUFFERED_OPT'
Browse files Browse the repository at this point in the history
fix AttributeError: module 'em' has no attribute 'BUFFERED_OPT' during colcon build

refer this carla-simulator/ros-bridge#712
  • Loading branch information
tetsuya-t4 committed Nov 20, 2024
1 parent e39fc09 commit 2c5da72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
- vcstool
- colcon-common-extensions
- rosinstall-generator
- empy==3.3.4

Check warning on line 78 in ansible/roles/ros2/tasks/main.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (empy)
extra_args: -U
become: true # need to sudo privilege to install packages globally

Expand Down

0 comments on commit 2c5da72

Please sign in to comment.