-
Notifications
You must be signed in to change notification settings - Fork 239
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
visualize .npy file to ROS Rviz && C++ Spherical Projection ROS Package added (180828) #7
base: master
Are you sure you want to change the base?
Conversation
+) 180516 It means you don't have to make run command is |
+) 180828
this codes STRONGLY inspired from Result |
Hello @MoonWolf9067 , I think you typed correct command. |
Thank you very much for your reply! I open another terminal and type rqt, but it does not work. |
You're welcome, I'll be very busy by Thursday afternoon due to the conference presentation. Thank you! |
I am very happy to receive your reply, thank you very much. |
hello @MoonWolf9067 I tried the ROS Package works fine. then your machine has something imcompatible program which need to be fixed. Thank you! |
Thank you very much!I found out that I have a problem with the ros I installed. |
hi,thank you very much for your sharing ,but when i run roslaunch squeezeseg_cpp_preprocessing ss_cpp_preprocessing.launch,i get an error like this ,can you help me to solve this problem? i will appreciate it very much |
I haven't maintained this PR for several months, so I'm not sure I can deal with your prob. by the way, your figure doesn't show correctly. I couldn't see anything. could you upload the figure agian? |
Hello, I have a problem: |
@MoonWolf9067 Hello, I got the exact same error as yours. I got nothing after running rqt. May I ask how do you solve the issue? |
I've added
.npy
file visualizer for ROS Rviz.It isn't perfect but It's useful when you check your evaluate files.
It's using
.npy
file then you need to havelidar_2d
folder's.npy
fileeval.sh
'spred_~~~.npy
file (you need to modifyeval.py
codes to make this files)2.1 after running
eval.sh
, It doesn't createpred_~~~.npy
file but you can createpred_~~~.npy
file by addingnp.save()
code afterpred_cls = ~~
code parts.for more details, see
README.md