Odometry data access with "odom" topic #607
-
We would like to publish Odometry data. To do that, we have enabled 'odom' under default topics, I've added below the related part. However, we couldn't see Odometry data. What do we need to see Odometry data? Could you help us to fix this one? I've also added active nodes after the code.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Are you seeing any errors in the terminal in which you run the ROS2 node in? It seems to me that your .yaml file in on point. Sorry for the late reply |
Beta Was this translation helpful? Give feedback.
-
Here also the question, are you using the Cpp backend (default) or the Cflib backend? Because the CPP (c++) backend doesn't have Odom actually: crazyswarm2/crazyflie/src/crazyflie_server.cpp Lines 99 to 129 in b896e6d That's also indicate on the overview page: https://imrclab.github.io/crazyswarm2/overview.html#support-functionality-with-backends |
Beta Was this translation helpful? Give feedback.
Here also the question, are you using the Cpp backend (default) or the Cflib backend? Because the CPP (c++) backend doesn't have Odom actually:
crazyswarm2/crazyflie/src/crazyflie_server.cpp
Lines 99 to 129 in b896e6d