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

Looking for varied Matrix Size Projects

asked 2022-01-07 13:26:13 -0500

Latman gravatar image

Hello all. I'm working on a project to accelerate heterogeneous autonomous robotics systems, mainly be sending large computations to work on the GPU. I've been struggling to try to find an established project that would be viable for this acceleration and I hope that someone might happen to know of such a project. The only real requirement would be it utilizes large and small matrices for computations like matrix multiplications. Any pointing in the right direction would be really appreciated.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-01-10 11:39:00 -0500

AndyZe gravatar image

updated 2022-01-10 12:48:36 -0500

You could find any simulation of a robot using the nav stack, then tune the ekf_node settings. Look at the tutorial here:

https://navigation.ros.org/setup_guid...

If you scroll down, you'll see a datafile with odom0, imu0, etc. The more sensors, the larger the matrix. So you could make practically whatever matrix size you want.

(I suppose you could just repeat the same sensor over and over. imu0, imu1, imu2, etc...)

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2022-01-07 13:26:13 -0500

Seen: 62 times

Last updated: Jan 10 '22