Skip to content

Odometry data access with "odom" topic #607

Answered by knmcguire
ntukenmez3 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

class CrazyflieROS
{
private:
struct logPose {
float x;
float y;
float z;
int32_t quatCompressed;
} __attribute__((packed));
struct logScan {
uint16_t front;
uint16_t left;
uint16_t back;
uint16_t right;
} __attribute__((packed));
struct logStatus {
// general status
uint16_t supervisorInfo; // supervisor.info
// battery related
// Note that using BQ-deck/Bolt…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@ntukenmez3
Comment options

@ntukenmez3
Comment options

Comment options

You must be logged in to vote
2 replies
@ntukenmez3
Comment options

@ntukenmez3
Comment options

Answer selected by ntukenmez3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants