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

how to use g2o?

asked 2017-03-06 11:48:45 -0500

ali ekber celik gravatar image

updated 2017-03-06 11:50:41 -0500

Can you give some information about how to use g2o?Do i have to use it with a ros distribution? is there any advantage to use them together?if yes,how can i interoperate them?

thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-03-07 04:23:05 -0500

Sebastian Kasperski gravatar image

What exactly do you mean? G2O is a C++-library for graph optimization and is not connected with ROS directly.

It looks like the g2o version that comes with ROS cannot be used, because it is not found by catkin. So the only way I see at the moment is to download the source from g2o, install it with "make install" and then find it using the FindG2O.cmake provided by g2o itself.

I already opened an issue regarding this: https://github.com/RainerKuemmerle/g2...

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-03-06 11:48:45 -0500

Seen: 2,811 times

Last updated: Mar 07 '17