Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a ros node (say eigens) in cpp that subscribes to the /amcl_pose topic, extracts the covariance matrix for the pose estimate and computes its

Write a ros node (say "eigens") in cpp that subscribes to the /amcl_pose topic, extracts the covariance matrix for the pose estimate and computes its eigenvectors and eigenvalues, so that the uncertainty ellipsoid can be determined. Note however that you can stop after you compute the eigenvector and eigenvalues and you do not need to compute the ellipsoid.

To compute the eigenvectors use this function:

http://docs.ros.org/kinetic/api/amcl/html/eig3_8h.html

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

My opinions/suggestions are valued.

Answered: 1 week ago