abhineet123 / ORB_SLAM2

Modified version of ORB SLAM for an autonomous navigation project
Other
305 stars 111 forks source link

compile error in ros_mono_sub.cc #1

Open jahaniam opened 7 years ago

jahaniam commented 7 years ago

ros_mono_sub.cc:63:16: error: no matching function for call to ‘actionlib::SimpleActionClient<move_basemsgs::MoveBaseAction<std::allocator > >::SimpleActionClient()’ MoveBaseClient ac;

It should be related to the constructor

abhineet123 commented 7 years ago

Sorry I am in the process of integrating the navigation stack with the subscriber node. Will fix this soon.

On Fri, Apr 14, 2017 at 5:56 AM, Ali Jahani Amiri notifications@github.com wrote:

ros_mono_sub.cc:63:16: error: no matching function for call to ‘actionlib:: SimpleActionClient<move_basemsgs::MoveBaseAction

::SimpleActionClient()’ MoveBaseClient ac;

It should be related to the constructor

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abhineet123/ORB_SLAM2/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AH4InhdUcteN6_FK8EqfRmetntH67Abwks5rv17-gaJpZM4M9sGO .

abhineet123 commented 7 years ago

I have moved the navigation code to a separate branch so the master branch should compile fine now.

On Fri, Apr 14, 2017 at 11:34 AM, Abhineet Singh asingh1@ualberta.ca wrote:

Sorry I am in the process of integrating the navigation stack with the subscriber node. Will fix this soon.

On Fri, Apr 14, 2017 at 5:56 AM, Ali Jahani Amiri < notifications@github.com> wrote:

ros_mono_sub.cc:63:16: error: no matching function for call to ‘actionlib::SimpleActionClient<move_basemsgs::MoveBaseAction<std::allocator

::SimpleActionClient()’ MoveBaseClient ac;

It should be related to the constructor

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abhineet123/ORB_SLAM2/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AH4InhdUcteN6_FK8EqfRmetntH67Abwks5rv17-gaJpZM4M9sGO .

jahaniam commented 7 years ago

Great. I was going to tell you about moving to another branch. Meanwhile, I am thinking/searching about evaluation methods.

On Fri, Apr 14, 2017 at 8:04 PM, Abhineet Singh notifications@github.com wrote:

I have moved the navigation code to a separate branch so the master branch should compile fine now.

On Fri, Apr 14, 2017 at 11:34 AM, Abhineet Singh asingh1@ualberta.ca wrote:

Sorry I am in the process of integrating the navigation stack with the subscriber node. Will fix this soon.

On Fri, Apr 14, 2017 at 5:56 AM, Ali Jahani Amiri < notifications@github.com> wrote:

ros_mono_sub.cc:63:16: error: no matching function for call to ‘actionlib::SimpleActionClient<move_basemsgs::MoveBaseAction<std:: allocator

::SimpleActionClient()’ MoveBaseClient ac;

It should be related to the constructor

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abhineet123/ORB_SLAM2/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AH4InhdUcteN6_ FK8EqfRmetntH67Abwks5rv17-gaJpZM4M9sGO .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/abhineet123/ORB_SLAM2/issues/1#issuecomment-294265703, or mute the thread https://github.com/notifications/unsubscribe-auth/AM0C1yVB1A3PQ3R61-f9WPsTkrJMcXR9ks5rwCW7gaJpZM4M9sGO .

jahaniam commented 7 years ago

Still, I have the same error. You dont have any error when compiling master branch? did u installed any package for actionlib library for ros?

abhineet123 commented 7 years ago

Sorry I forgot to push the master branch. It should work now.

On Fri, Apr 14, 2017 at 9:57 PM, Ali Jahani Amiri notifications@github.com wrote:

Still, I have the same error. You dont have any error when compiling master branch? did u installed any package for actionlib library for ros?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/abhineet123/ORB_SLAM2/issues/1#issuecomment-294270233, or mute the thread https://github.com/notifications/unsubscribe-auth/AH4InpIcjMySvwLGlpuuzo7Ux-NwMB7_ks5rwEAjgaJpZM4M9sGO .