slam problem in main.launch
See original GitHub issueHi, I recently bought a LoCoBot. When I was trying the examples, I run into a problem.
$ roslaunch locobot_control main.launch use_base:=true use_vslam:=true use_camera:=true
The error message is,
[orb_slam2_rgbd-6] process has died [pid 2152, exit code -6, cmd /home/locobot/low_cost_ws/devel/lib/orb_slam2_ros/orb_slam2_rgbd __name:=orb_slam2_rgbd __log:=/home/locobot/.ros/log/39afd322-4b12-11ea-86ed-48f17fdf7f9b/orb_slam2_rgbd-6.log]. log file: /home/locobot/.ros/log/39afd322-4b12-11ea-86ed-48f17fdf7f9b/orb_slam2_rgbd-6*.log
As a result, I cannot run the navigation examples with slam involved.
Do I need to reinstall PyRobot? Because PyRobot is pre-installed on LoCoBot so I didn’t do anything with it.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Simultaneous Localisation and Mapping (SLAM): Part I The ...
The Simultaneous Localisation and Mapping (SLAM) problem asks if it is possible for a mobile robot to be placed at an unknown location...
Read more >Part I History of the SLAM problem | the morning paper
SLAM stands for Simultaneous Localization and Mapping. The challenge is to place a mobile robot at an unknown location in an unknown environment...
Read more >46. Simultaneous Localization and Mapping - CS @ Columbia
The SLAM problem is defined as follows: A mobile robot roams an unknown environment, starting at an initial location x0. Its motion is...
Read more >A solution to the simultaneous localization and map building ...
Abstract: The simultaneous localization and map building (SLAM) problem asks if it is possible for an autonomous vehicle to start in an unknown...
Read more >A solution to the simultaneous localization and map building ...
show that it is possible for an autonomous vehicle to start in ... SLAM problem including suboptimal map-building algorithms and map management.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@yimengli46,
Were you SSHing into the robot when running that command? If you were, did you make sure to add the ‘-X’ flag? I’ve seen a similar error to what you are describing, and it resolves itself when you do this. The ‘-X’ flag allows graphical applications on the robot computer (such as orb slam) to work. Otherwise, those applications will just crash and burn.
@fujin678 - how did you fix the issue? I’m running into the same problem.