Open
Description
Hi
I have Jetson Xavier NX with a ROS2 hubmle
docker container. I cloned this repo and built it using colcon build
.
the build took some time, but it was successful.
I downloaded one of the EuROC datasets , V1_01_easy
. Then, I ran the estimator using ros2 launch ov_msckf subscribe.launch.py config:=euroc_mav
. Then, I played the bag using ros2 bag play V1_01_easy
.
I visulaized the odomimu
in RViz2, and I see the estimator diverges quickly.
The same process works fine on my desktop PC.
What could be the issue? Xavier NX is not powerful enough ?
@goldbattle any hints?
Thanks in advance.