Skip to content

Commit

Permalink
fix: AttributeError: module 'em' has no attribute 'BUFFERED_OPT' (#63)
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 authored Nov 20, 2024
1 parent e39fc09 commit 18e6b67
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
extra_args: -U
become: true # need to sudo privilege to install packages globally

Expand Down

0 comments on commit 18e6b67

Please sign in to comment.