Closed echotor closed 6 years ago
I solve the problem:
https://github.com/ApolloAuto/apollo-platform/blob/master/ros/third_party/build.sh
_participant.so
follow the build.sh in https://github.com/ApolloAuto/apollo-platform/blob/master/ros/third_party/swig_wrapper/build.sh
Then the apollo-platform is built in ubuntu 16.04 successfully.
Hi, have you build apollo-ros in ubuntu 16.04 correctly? I also caught the same error, and follow your hint I fixed the error, but I caught another error as follow when I run any ros command.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
NO, I can run correctly. @wlwu92
@wlwu92 Have you solve the problem? I have teh same error.
@echotor Could you push your Ros source folder to your githbub?
@gengqx Hi, the solve method is:
I build the apollo-platform in Ubuntu 16.04, and it passed. But when I run roscore, it outputs the error like below:
Should I solve this problem? I find the issue like https://github.com/ApolloAuto/apollo-platform/issues/52 https://github.com/ApolloAuto/apollo-platform/issues/19 But I can not find a solution for this.