The grading bot keeps giving me the following error:
Feedback from the last successful autocorrection:
[18:06:20] [info] Setting up ROS2 environment (mark: 0)
[18:06:21] [info] ROS2 environment setup is okay (mark: 0)
[18:06:21] [assess] topics_quiz
package found (mark: 1.0)
[18:06:26] [info] compiling package topics_quiz
… (mark: 1.0)
[18:06:30] [assess] topics_quiz
package compiled successfully (mark: 3.0)
[18:06:30] [info] Seeing if the package can be launched… (mark: 3.0)
[18:06:45] [assess] Can launch topics_quiz
package successfully (mark: 4.0)
[18:06:56] [info] Checking that the odometry data is engaged… (mark: 4.0)
[18:07:17] [assess] Not subscribed to /odom
. Let’s get this sorted first.
Please check:
- Did you create a subscriber correctly to the topic
/odom
in your source code? - Did you use the right node name? It should be
topics_quiz_node
(mark: 4.0)
I have subscribed correctly to ‘odom’. I am using the right node name. And my code performs correctly. I don’t understand why this is happening.