RE: Issues with gradebot

Good morning,
I am having the same issue with the gradebot, where gradebot repeatedly tells me the following:

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

however, both issues are clearly resolved in the code and the robot ends up in the final position as requested.

Could you please look into the issue for me as I am running out of attempts.

Thanks,
Ghasef

The problem is that the /odom topic cannot be found when running your package:

ros2 topic info /odom -v
Unknown topic '/odom'

Please run the following commands and show us the output of both, after running the command in Terminal 2:

# Terminal 1
ros2 launch topics_quiz topics_quiz.launch.py
# Terminal 2
ros2 topic info /odom -v

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.