You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gives me an error:
TypeError: init(): incompatible constructor arguments. The following argument types are supported:
1. rclpy._rclpy_pybind11.Context(arg0: list, arg1: int)
due to the second line: rclpy.init(args=argv)
So I deleted the [1] (first line) at def main and the sys. ( third line) at the node definition
At ros2_i_training/workshop/source/_source/navigation/ROS2-TF2.md
At the chapter 1. Dynamic TF Broadcaster example
gives me an error:
TypeError: init(): incompatible constructor arguments. The following argument types are supported:
1. rclpy._rclpy_pybind11.Context(arg0: list, arg1: int)
due to the second line: rclpy.init(args=argv)
So I deleted the [1] (first line) at def main and the sys. ( third line) at the node definition
and it works fine for me. But I'm not sure if it is as intended. So maybe someone could double check it.
Thanks
The text was updated successfully, but these errors were encountered: