ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

tengfei han's profile - activity

2020-08-21 02:17:06 -0500 received badge  Famous Question (source)
2020-08-21 02:17:06 -0500 received badge  Notable Question (source)
2019-09-25 05:23:58 -0500 received badge  Famous Question (source)
2019-09-25 05:23:58 -0500 received badge  Notable Question (source)
2019-09-25 05:23:58 -0500 received badge  Popular Question (source)
2019-08-14 17:42:46 -0500 received badge  Famous Question (source)
2019-08-14 17:42:46 -0500 received badge  Notable Question (source)
2019-07-02 04:34:44 -0500 received badge  Famous Question (source)
2019-07-02 04:34:44 -0500 received badge  Notable Question (source)
2019-07-02 04:34:44 -0500 received badge  Popular Question (source)
2018-10-03 19:13:35 -0500 asked a question Failed to open settings file at: Data/Asus.yaml

Failed to open settings file at: Data/Asus.yaml I am trying to run ORB_SLAM with my own drone. when typing roslaunch

2018-10-03 19:06:06 -0500 marked best answer terminate called after throwing an instance of 'rosbag::BagIOException' what(): Error opening file:

I would like to run ORB_SLAM with my own drone. when typing roslaunch SLAM SLAM.launchin the terminal, I got an error that has never seen before as follows:

process[SLAM-1]: started with pid [13284]
terminate called after throwing an instance of 'rosbag::BagIOException'
  what():  Error opening file: 
[SLAM-1] process has died [pid 13284, exit code -6, cmd /home/htf/orb_ws/src/SLAM/bin/SLAM /home/htf/orb_ws/src/SLAM/Data/ORBvoc.txt /home/htf/orb_ws/src/SLAM/Data/Drone.yaml __name:=SLAM __log:=/home/htf/.ros/log/b3cdf97a-c6ef-11e8-bd1c-80a589d234a5/SLAM-1.log].
log file: /home/htf/.ros/log/b3cdf97a-c6ef-11e8-bd1c-80a589d234a5/SLAM-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete

here is the launch file:

<launch>
  <node name="SLAM" pkg="SLAM" type="SLAM" args="/home/htf/orb_ws/src/SLAM/Data/ORBvoc.txt /home/htf/orb_ws/src/SLAM/Data/Drone.yaml"/>

</launch>

does anyone know how to fix it? thanks a lot.

2018-10-03 19:06:06 -0500 received badge  Scholar (source)
2018-10-03 04:45:55 -0500 received badge  Famous Question (source)
2018-10-03 04:45:55 -0500 received badge  Notable Question (source)
2018-10-03 04:45:16 -0500 received badge  Famous Question (source)
2018-10-03 04:44:50 -0500 asked a question terminate called after throwing an instance of 'rosbag::BagIOException' what(): Error opening file:

terminate called after throwing an instance of 'rosbag::BagIOException' what(): Error opening file: I would like to r

2018-09-09 20:48:16 -0500 received badge  Famous Question (source)
2018-09-09 20:48:16 -0500 received badge  Notable Question (source)
2018-09-07 04:08:16 -0500 asked a question lsd_slam-core segmentation fault(core dumped)

lsd_slam-core segmentation fault(core dumped) I tried to run lsd_slam on my laptop.all required packages were compiled s

2018-09-07 00:56:47 -0500 received badge  Popular Question (source)
2018-09-07 00:56:22 -0500 asked a question Gstreamer Opencv backend doesn't support this codec acutally

Gstreamer Opencv backend doesn't support this codec acutally this is a problem i got when launching my own project, Ope

2018-08-22 21:10:11 -0500 received badge  Notable Question (source)
2018-07-13 02:22:29 -0500 received badge  Popular Question (source)
2018-07-13 01:23:53 -0500 commented question error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] Eigen::Map<const g2o::Vector7d> v(m);

@PeteBlackerThe3rd I have edited my question, thank you for your comment

2018-07-13 01:21:56 -0500 edited question error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] Eigen::Map<const g2o::Vector7d> v(m);

error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] Eigen::Map<const g2o::vector7d="">

2018-07-11 22:44:10 -0500 received badge  Famous Question (source)
2018-07-11 21:27:15 -0500 asked a question error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] Eigen::Map<const g2o::Vector7d> v(m);

error: ISO C++ forbids declaration of ‘type name’ with no type [-fpermissive] Eigen::Map<const g2o::vector7d="">

2018-07-05 00:56:11 -0500 asked a question error: ‘convert_image’ was not declared in this scope convert_image(in, out); ~~~~~~~~~~~~~^~~~~~~~~

error: ‘convert_image’ was not declared in this scope convert_image(in, out); ~~~~~~~~~~~~~^~~~~~~~~ when runnin

2018-07-03 02:53:32 -0500 edited question couldn't see the image and depth map when running LSD-SLAM

couldn't see the image and depth map when running LSD-SLAM I planned to run LSD-SLAM on my laptop with a monocular camer

2018-07-03 02:52:02 -0500 asked a question couldn't see the image and depth map when running LSD-SLAM

couldn't see the image and depth map when running LSD-SLAM I planned to run LSD-SLAM on my laptop with a monocular camer

2018-07-02 01:19:37 -0500 received badge  Popular Question (source)
2018-07-02 00:24:23 -0500 edited question terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc

terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Several days ago, I fo

2018-07-01 19:20:50 -0500 asked a question terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc

terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Several days ago, I fo

2018-06-07 02:45:26 -0500 received badge  Enthusiast
2018-06-06 19:05:41 -0500 received badge  Popular Question (source)
2018-06-06 03:42:59 -0500 asked a question opencv version conflict ?

opencv version conflict ? when I try to run roslaunch main.launchin the terminal, OpenCV Error: Bad argument (Invalid p

2018-05-23 04:13:31 -0500 commented question some rare errors while compiling catkin_make

@simbha no ,I am using ros indigo,ubuntu 14.04

2018-05-23 02:48:39 -0500 asked a question some rare errors while compiling catkin_make

some rare errors while compiling catkin_make Missing options for linux-gnu: dc1394v1 dc1394v2 ffmpeg shared_ptr v4l1buff

2018-05-17 00:58:09 -0500 received badge  Popular Question (source)
2018-05-16 18:37:11 -0500 edited question missing separator

missing separator I tried to recompile the Examples @ubuntu:~/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ ma

2018-05-16 18:36:39 -0500 edited question missing separator

missing separator I tried to recompile the Examples @ubuntu:~/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ ma

2018-05-16 18:36:22 -0500 edited question missing separator

missing separator I tried to recompile the Examples @ubuntu:~/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ ma

2018-05-16 18:35:50 -0500 edited question missing separator

missing separator I tried to recompile the Examples @ubuntu:~/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ ma

2018-05-16 18:35:16 -0500 edited question missing separator

missing separator I tried to recompile the Examples @ubuntu:~/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ ma

2018-05-16 18:34:26 -0500 edited question missing separator

missing separator I tried to recompile the Examples @ubuntu:~/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ ma

2018-05-16 18:33:43 -0500 edited question missing separator

missing separator I tried to recompile the Examples @ubuntu:~/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ ma

2018-05-16 18:16:10 -0500 edited question missing separator

missing separator I tried to recompile the Examples @ubuntu:~/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ ma

2018-05-16 03:59:13 -0500 edited question missing separator

missing separator I tried to recompile the Examples @ubuntu:~/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ ma

2018-05-16 03:58:58 -0500 edited question missing separator

missing separator I tried to recompile the Examples @ubuntu:~/catkin_ws/src/ORB_SLAM2/Examples/ROS/ORB_SLAM2/build$ mak