ros / ros_comm

ROS communications-related packages, including core client libraries (roscpp, rospy, roslisp) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
http://wiki.ros.org/ros_comm
753 stars 911 forks source link

disregard finding the proper stack frame #2331

Open acxz opened 1 year ago

acxz commented 1 year ago

I realize that this is a hack solution that simply circumvents the core issue by breaking out of the while (infinite as of python 3.11) loop. Just posting this here as a solution for folks running noetic with python 3.11.

related: #2330

v4hn commented 1 year ago

Also see #2297