-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile error in ros_mono_sub.cc #1
Comments
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 ***@***.***> wrote:
ros_mono_sub.cc:63:16: error: no matching function for call to ‘actionlib::
SimpleActionClient<move_base_msgs::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
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH4InhdUcteN6_FK8EqfRmetntH67Abwks5rv17-gaJpZM4M9sGO>
.
|
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 <[email protected]>
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 <
***@***.***> wrote:
> ros_mono_sub.cc:63:16: error: no matching function for call to
> ‘actionlib::SimpleActionClient<move_base_msgs::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
> <#1>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AH4InhdUcteN6_FK8EqfRmetntH67Abwks5rv17-gaJpZM4M9sGO>
> .
>
|
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 <[email protected]>
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 ***@***.***>
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 <
> ***@***.***> wrote:
>
>> ros_mono_sub.cc:63:16: error: no matching function for call to
>> ‘actionlib::SimpleActionClient<move_base_msgs::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
>> <#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
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM0C1yVB1A3PQ3R61-f9WPsTkrJMcXR9ks5rwCW7gaJpZM4M9sGO>
.
|
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? |
Sorry I forgot to push the master branch. It should work now.
…On Fri, Apr 14, 2017 at 9:57 PM, Ali Jahani Amiri ***@***.***> 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
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH4InpIcjMySvwLGlpuuzo7Ux-NwMB7_ks5rwEAjgaJpZM4M9sGO>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ros_mono_sub.cc:63:16: error: no matching function for call to ‘actionlib::SimpleActionClient<move_base_msgs::MoveBaseAction_<std::allocator > >::SimpleActionClient()’
MoveBaseClient ac;
It should be related to the constructor
The text was updated successfully, but these errors were encountered: