Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmenation fault after a random perod of time #5

Open
JanezCim opened this issue Oct 7, 2020 · 0 comments
Open

Segmenation fault after a random perod of time #5

JanezCim opened this issue Oct 7, 2020 · 0 comments

Comments

@JanezCim
Copy link

JanezCim commented Oct 7, 2020

Im getting a segmenattion fault and then an abrupt exit after a random period of time, looks like this

image

I'm running it with ROS and it is producing some kind of output, but exits too fast to actually check if its sensible.

My setup:
Rpi 4 with ubuntu 16.04
ROS Kinetic
RGB image is from a Realsense d435i
attached to a mobile robot

my param file:

%YAML:1.0

#########################
### Camera Parameters ###
#########################

fx: 611.1327514648438
fy: 611.2852783203125
cx: 326.94580078125
cy: 250.05352783203125

height: 0.3
pitch_angle: -0.03
 

###########################
### Detector Parameters ###
###########################

# Maximum number of FAST features per image
nFeatures: 300

#Kepoints with corner response lower than threshold are ignored (lower it if your images have low contrast)
threshold: 15

# Image is divided to a nRows * nCols grid
nRows: 6
nCols: 12


##########################
### Tracker Parameters ###
##########################

window_size: 13

I am trying to get this visual odometry to work on this mobile robot with a camera stream provided in the following bag file:

https://we.tl/t-cXaIcOLQ5y

subscribing to /camera/color/image_raw

As can be seen from image stream the robot is never purely rotating, there is always a bit of forward motion as well.

Thank you for your work, I love the concept of taking the height and pitch and extracting scale from it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant