-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'rclpy._rclpy' has no attribute 'TransitionCallbackReturnType' #47
Comments
Hi @yangyy11, can you give more info (logs, ROS 2 distro)? |
ubuntu 20.04, foxy 1722616962.4983020 [INFO] [launch]: All log files can be found below /home/yanght/.ros/log/2024-08-03-00-42-42-494167-yanght-Latitude-E6540-410019 |
This problem may be produced by the ROS 2 distro, Foxy, which has reached its EOL. You can use an old version of yolov8_ros compatible with Foxy, like 2.2.2. I hope this can help you. |
This issue is stale because it has been open for 30 days with no activity. |
when execute: ros2 launch yolov8_bringup yolov8.launch.py
error:
managed_entity.py", line 20, in
[debug_node-3] TransitionCallbackReturn = _rclpy.TransitionCallbackReturnType
[debug_node-3] AttributeError: module 'rclpy._rclpy' has no attribute 'TransitionCallbackReturnType'
The text was updated successfully, but these errors were encountered: