uzh-rpg / rpg_svo

Semi-direct Visual Odometry
GNU General Public License v3.0
2.08k stars 860 forks source link

Run SVO with ROS Melodic #264

Open geothan opened 4 years ago

geothan commented 4 years ago

I followed your guidelines for setting up SVO with ROS: https://github.com/uzh-rpg/rpg_svo/wiki/Installation:-ROS i installed the last version of opencv and executed a successful catkin_make.

My problem is that the command: roslaunch svo_ros test_rig3.launch returns the below log:

user@ubuntu:~/catkin_ws$ roslaunch svo_ros test_rig3.launch ... logging to /home/user/.ros/log/f959d20c-695a-11ea-ac11-4074e0f52986/roslaunch-ubuntu-6059.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://ubuntu:40389/

SUMMARY

CLEAR PARAMETERS

PARAMETERS

NODES / svo (svo_ros/vo)

ROS_MASTER_URI=http://localhost:11311

process[svo-1]: started with pid [6075] double free or corruption (out) [svo-1] process has died [pid 6075, exit code -6, cmd /home/user/catkin_ws/devel/lib/svo_ros/vo name:=svo log:=/home/user/.ros/log/f959d20c-695a-11ea-ac11-4074e0f52986/svo-1.log]. log file: /home/user/.ros/log/f959d20c-695a-11ea-ac11-4074e0f52986/svo-1*.log all processes on machine have died, roslaunch will exit shutting down processing monitor... ... shutting down processing monitor complete done

Is there any solution for that problem?

gustavojcorrea commented 4 years ago

Any luck with this issue? I am getting the same thing.

zanazakaryaie commented 4 years ago

Remove -march=native in all CMakeLists.txt files!

suntttabc commented 2 years ago

Can you teach me how to Remove -march=native in all CMakeLists.txt files?Can you tell me the specific folder location,thanks a ton。