Skip to content
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

Package compilation problem #1

Open
sfchik opened this issue Jun 20, 2016 · 3 comments
Open

Package compilation problem #1

sfchik opened this issue Jun 20, 2016 · 3 comments

Comments

@sfchik
Copy link

sfchik commented Jun 20, 2016

Hi,

Is me again, sorry for keep bugging. I would like try out this socially_normative_navigation and I face some issue in compiling and using it. I tried compiling this package using catkin_make -DCATKIN_WHITELIST_PACKAGES="socially_normative_navigation" and i received this:

CMake Error at /opt/ros/indigo/share/catkin/cmake/catkin_workspace.cmake:95 (message): This workspace contains non-catkin packages in it, and catkin cannot build a non-homogeneous workspace without isolation. Try the catkin_make_isolated' command instead. Call Stack (most recent call first): CMakeLists.txt:63 (catkin_workspace)

fully output in the terminal is in file (catkin_make_record) below.
catkin_make_record.txt

So I tried using catkin_make_isolated -DCATKIN_WHITELIST_PACKAGES="socially_normative_navigation".

The build seems okay then but after I tried running roslaunch snn_launchers lobby.launch, it failed to run. The output in the terminal is shown in the log file (roslaunch_log) below.
roslaunch_log.txt

I am not sure which dependencies that I have missed out and how to really use the package. May you provide me some insights on the issue? Thanks a lot.

@makokal
Copy link
Owner

makokal commented Jun 21, 2016

I do not understand the compile problem, why dont you use simple catkin build -c to build your workspaces.

For running, it is missing some SPENCER robot files (the model files etc). I still need to cleanup the code to remove those. But i believe as long as you have your robot setup with a transform publisher with the standard frames base_footprint and odom then it should be fine.

@sfchik
Copy link
Author

sfchik commented Jun 21, 2016

Thanks for your reply. Sorry for not using catkin build. I just tried it out again and it built successfully. I ran roslaunch snn_launchers lobby.launch again and get the same error output.

roslaunch_log2.txt

Ya, I think is some missing SPENCER files. It's okay, I will try to implement other components like the social_compliance_layer.

@czx620
Copy link

czx620 commented Aug 7, 2017

Thanks for contribution. When I ran "roslaunch snn_launchers lobby.launch",I get an error:
ResourceNotFound: spencer_description
Where can I get the missing SPENCER files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants