question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

slam problem in main.launch

See original GitHub issue

Hi, 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
swinterbotixcommented, Feb 26, 2020

@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.

0reactions
srama2512commented, Jul 5, 2022

@fujin678 - how did you fix the issue? I’m running into the same problem.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found