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

Fail to load dataset #2

Open
Engindreamer opened this issue Nov 20, 2024 · 5 comments
Open

Fail to load dataset #2

Engindreamer opened this issue Nov 20, 2024 · 5 comments

Comments

@Engindreamer
Copy link

Hello, Dr./Mr./Ms. Yang,

I successfully build the project in Ubuntu 20.04 along with MulRan and Mulran player. However, when I initiate the node of RINO and play recorded bag file of KAIST02 dataset via rosbag play command, there is no clear process of "Map Building" or trajectory trace on Rviz, just like the figure showing below.
Screenshot 2024-11-21 00:31:04

I think I may not correctly set up for ros node or loading the right parameters. Could you tell me which step I did wrong? Many thanks.

@yangsc4063
Copy link
Owner

yangsc4063 commented Nov 21, 2024

You may need to modify the rino.launch file,
<node name="rviz" pkg="rviz" type="rviz" args="-d /home/yangsc4063/SLAM/Radar_SLAM/RINO_release/src/rino/rviz/rino_rviz.rviz" />.
Change my global path to yours and it should be fine!

@Engindreamer
Copy link
Author

You may need to modify the rino.launch file, <node name="rviz" pkg="rviz" type="rviz" args="-d /home/yangsc4063/SLAM/Radar_SLAM/RINO_release/src/rino/rviz/rino_rviz.rviz" />. Change my global path to yours and it should be fine!

Well, I have already notice that before I run catkin command, and its effect was shown in the previous comment and didn't work.
Screenshot 2024-11-21 16:00:51

@yangsc4063
Copy link
Owner

You may need to modify the rino.launch file, <node name="rviz" pkg="rviz" type="rviz" args="-d /home/yangsc4063/SLAM/Radar_SLAM/RINO_release/src/rino/rviz/rino_rviz.rviz" />. Change my global path to yours and it should be fine!

Well, I have already notice that before I run catkin command, and its effect was shown in the previous comment and didn't work. Screenshot 2024-11-21 16:00:51

This really confuses me. Can you try typing rqt_graph in the terminal to check if the nodes are communicating properly?

@Engindreamer
Copy link
Author

You may need to modify the rino.launch file, <node name="rviz" pkg="rviz" type="rviz" args="-d /home/yangsc4063/SLAM/Radar_SLAM/RINO_release/src/rino/rviz/rino_rviz.rviz" />. Change my global path to yours and it should be fine!

Well, I have already notice that before I run catkin command, and its effect was shown in the previous comment and didn't work. Screenshot 2024-11-21 16:00:51

This really confuses me. Can you try typing rqt_graph in the terminal to check if the nodes are communicating properly?

Solved this problem by downgrading OpenCV from 4.6.0 to 3.4.16....and after that your map was build very clear

@yangsc4063
Copy link
Owner

Wow!

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

2 participants