-
Notifications
You must be signed in to change notification settings - Fork 105
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
Problem with optimization function "error: Parsing coordinates for the following line" #18
Comments
I suppose this problem may be caused by the different version of python.
Then, I rerun the optimization method and got the following problem. I have also attached the solution to each problem as below.
|
I also got a problem
This can be solved by add the following to the both Cmakelists.txt of accumulator and common profile:
|
Hey there, Many of your other issues (python version, missing sklearn and yaml) can be mitigated by, as you found, installing the dependencies as mentioned in the readme. This latest issue, however, I cannot reproduce. Can you verify that it does not happen when you have all the dependencies properly installed? Otherwise, can you give more information regarding when it happens? During compilation, runtime, what line, your OS, etc? |
Hi, I am using ubuntu 16 with ROS Kinetic. |
The second problem also comes with the error I only got the problem when I was using x86 system to run the code. |
Can you please put down the entire error log? I cannot really assess this problem without the file and line number where the compilation error occurs.
I found one case of f-string formatting which indeed made it impossible to run with older versions of python. However, with that changed, I was able to run the optimization without any problem. As such, I do not think the issue here is rmsd. If you still experience issues with python 3.5, please post the entire error that you get. |
Hi there, I got a problem when I tried to run the optimization node with the example data provided.
I run the order as the README.md file illustrated, but I got problem when run
e_data/camera.csv --radar data/example_data/radar.csv --calibration-mode 3 --visualise
or use rosrun to setup the optimization node
How can I solve this problem?
The text was updated successfully, but these errors were encountered: