How to send WallFollow goal with rclpy #93
Answered
by
alsora
sebastianfer
asked this question in
Questions
-
Hi! I am currently writing code for WallFollow, but it is not working. It compiles, but I get the following error: "AssertionError: Invalid arguments passed to constructor: nsecs, secs". Any idead on how to solve it? I am attaching both my code and the traceback from terminal if that is useful. WALL FOLLOW:
Terminal Traceback:
|
Beta Was this translation helpful? Give feedback.
Answered by
alsora
Jun 29, 2022
Replies: 1 comment 1 reply
-
The name of the arguments used in the
with this:
See https://docs.ros2.org/latest/api/builtin_interfaces/msg/Duration.html |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sebastianfer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The name of the arguments used in the
Duration
constructor are wrong.You should replace this:
with this:
See https://docs.ros2.org/latest/api/builtin_interfaces/msg/Duration.html