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

Ptam problem

asked 2014-03-13 03:08:03 -0500

sungmok gravatar image

hi Dear ros experts.

I have problem ethzasl_ptam.

I installted rqt but I received this message.

how to fix it?

ethzasl_ptam/rqt_ptam/src/rqt_ptam/remote_ptam.cpp:326:65: error: expected constructor, destructor, or type conversion at end of input

Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-03-30 22:44:50 -0500

sai gravatar image

**Answer copied from the github issue

find it here: https://github.com/ethz-asl/ethzasl_p...

rqt_ptam was written with support for groovy and later only. One difference is the pluginlib macro which fails compiling in your code. In fuerte, it used to have 4 arguments. Here is a description what you need to change: http://wiki.ros.org/pluginlib (and switch to fuerte) also, when you switch to the groovy documentation, there is a migration guide at 5) for fuerte --> groovy, which you essentially would have to revert. However, if possible, I'd consider upgrading to hydro since fuerte is deprecated with the release of hydro.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-13 03:08:03 -0500

Seen: 417 times

Last updated: Mar 30 '14