ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Matrix multiplication in ROS CPP

asked 2013-05-07 07:47:06 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi, I would like to write a node that reads data from a file, a vector and a matrix, and as part of the task this node is supposed to preform I need to multiply the vector by the matrix. Is there already a data structure in ROS library that one can use to create vectors and matrices. If so, How does the matrix multiplication is carried out?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2013-05-07 08:43:20 -0500

tfoote gravatar image

The recommended linear math library to use is Eigen

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-05-07 07:47:06 -0500

Seen: 3,421 times

Last updated: May 07 '13