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

Build failed when installing TALOS simulation #2

Open
ItsJas opened this issue Jan 9, 2021 · 0 comments
Open

Build failed when installing TALOS simulation #2

ItsJas opened this issue Jan 9, 2021 · 0 comments

Comments

@ItsJas
Copy link

ItsJas commented Jan 9, 2021

Hi,

I Installed the TALOS Gazebo Simulation with the steps described in the ROS Tutorials. I'm running ROS Melodic on Ubuntu 18.04.02 LTS.

The build seems to work in the beginning but It fails on the play_motion package.

Failed     << play_motion:make                                     [ Exited with code 2 ]                                                                                                                  
Failed    <<< play_motion                                          [ 1 minute and 20.6 seconds ]                                                                                                           
Abandoned <<< talos_bringup                                        [ Unrelated job failed ]                                                                                                                
Abandoned <<< talos_gazebo                                         [ Unrelated job failed ]                                                                                                                
Abandoned <<< talos_hardware_gazebo                                [ Unrelated job failed ]                                                                                                                
Finished  <<< pal_hardware_gazebo                                  [ 1 minute and 22.8 seconds ]                                                                                                           
[build] Summary: 69 of 73 packages succeeded.                                                                                                                                                              
[build]   Ignored:   7 packages were skipped or are blacklisted.                                                                                                                                           
[build]   Warnings:  7 packages succeeded with warnings.                                                                                                                                                   
[build]   Abandoned: 3 packages were abandoned.                                                                                                                                                            
[build]   Failed:    1 packages failed. 

I got some warnings related to missing .so files as follows,
... /usr/bin/ld: warning: libmoveit_planning_scene_monitor.so.1.0.7, needed by /opt/ros/melodic/lib/libmoveit_move_group_interface.so, not found (try using -rpath or -rpath-link) ...

Then undefined reference errors,
/opt/ros/melodic/lib/libmoveit_planning_scene_monitor.so: undefined reference to planning_scene::PlanningScene::~PlanningScene()'...

When I checked the /opt/ros/melodic/lib directory on my machine, I have all the files but there is a version mismatch in some of them. Like having libmoveit_warehouse.so.1.0.6 instead of libmoveit_warehouse.so.1.0.7 or libmoveit_planning_scene_monitor.so.1.0.7 instead of libmoveit_planning_scene_monitor.so.1.0.6 etc.

I got the same problems with ROS Kinetic and Ubuntu 16.04.04 LTS.

Any hints on what could be causing this issue?

Thanks in advance.
Jasmine

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

No branches or pull requests

1 participant