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

Is it working? #1

Open
ghost opened this issue Feb 16, 2017 · 7 comments
Open

Is it working? #1

ghost opened this issue Feb 16, 2017 · 7 comments

Comments

@ghost
Copy link

ghost commented Feb 16, 2017

Is this repository working? I followed the step you provided and built it successfully, but the result I got is Segmentation fault (core dumped). Any idea?

@pangfumin
Copy link
Owner

pangfumin commented Feb 16, 2017

@cjingw did you modified run.sh to your own config?

@ghost
Copy link
Author

ghost commented Feb 16, 2017

Yes, I modified run.sh to my own config.

@EricWebsmith
Copy link
Collaborator

I have the same problem.
my run.sh is
"
#!/bin/bash
./build/rovio_pipeline /home/eric/data/MH_01_easy/mav0/ 890 3600
"
I tried "cd /home/eric/data/MH_01_easy/mav0/", it worked. so the path is right for sure.

I googled it and found this:
http://stackoverflow.com/questions/19641597/what-is-segmentation-fault-core-dumped
it says: "Segmentation fault" means that you tried to access memory that you do not have access to.

@EricWebsmith
Copy link
Collaborator

no matter what path i use, the error message stays the same. i am guessing that this error is not relevant to the path.

@EricWebsmith
Copy link
Collaborator

EricWebsmith commented Apr 7, 2017

the problem is from this sentence:
std::shared_ptr mpFilter(new mtFilter);

i splited it into two sentences:
` cout << "FilterState" << endl;

rovio::FilterState<nMax_, nLevels_, patchSize_, nCam_, nPose_>* state = new rovio::FilterState<nMax_, nLevels_, patchSize_, nCam_, nPose_>;

cout << "RovioFilter" << endl;

rovio::RovioFilter<
		rovio::FilterState<nMax_, nLevels_, patchSize_, nCam_, nPose_>>* filter = new rovio::RovioFilter<
		rovio::FilterState<nMax_, nLevels_, patchSize_, nCam_, nPose_>>;

`

and the error is thrown from rovio::FilterState<nMax_, nLevels_, patchSize_, nCam_, nPose_>* state = new rovio::FilterState<nMax_, nLevels_, patchSize_, nCam_, nPose_>.

@pangfumin
Copy link
Owner

Hi, all.Thank you for your feedback , I need some time to track the issue, I will give a commit later.

@Kushine
Copy link

Kushine commented Jan 24, 2018

I followed the step you provided and built it successfully, but the result I got is
ERROR: No valid warping data in get_warp_nor!
@pangfumin @juwikuang
How to do next?Please help me.

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

3 participants