You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uninstalled ROS kinetic and upgraded to ubuntu 18.04 and ROS Melodic
Installer script crashes when an make -j4 -l4 fails around when it's compiling orb_slam2
Observed Results
[ 82%] Built target dynamixel_workbench_controllers
[ 82%] Linking CXX executable /home/locobot/low_cost_ws/devel/lib/locobot_control/locobot_controller
[ 82%] Built target locobot_controller
CMakeFiles/Makefile2:15214: recipe for target 'pyrobot/robots/LoCoBot/locobot_navigation/orb_slam2_ros/CMakeFiles/orb_slam2_rgbd.dir/all' failed
make[1]: *** [pyrobot/robots/LoCoBot/locobot_navigation/orb_slam2_ros/CMakeFiles/orb_slam2_rgbd.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Expected Results
A clean, functional and up to date install of pyrobot, the usage of which agrees with the tutorial.
Relevant Code
-unsure, I suspect locobot_install_all.sh is out of sync with the rest of the codebase, writing files that are supposed to work with some older versions
The text was updated successfully, but these errors were encountered:
tkim61
changed the title
Installer potentially out of date with current codebase
Installer potentially out of date with current codebase - "make -j4 -l4" fails
May 26, 2021
Steps to reproduce
make -j4 -l4
fails around when it's compilingorb_slam2
Observed Results
Expected Results
A clean, functional and up to date install of pyrobot, the usage of which agrees with the tutorial.
Relevant Code
-unsure, I suspect
locobot_install_all.sh
is out of sync with the rest of the codebase, writing files that are supposed to work with some older versionsThe text was updated successfully, but these errors were encountered: