-
Notifications
You must be signed in to change notification settings - Fork 94
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
Jetson OpenCV issue #9
Comments
I haven't encountered this error nor do I have the hardware to test this. Could you provide a full backtrace of the error? Btw, it makes it easier to read if you format code and terminal output as "code" (via backticks). |
There is not enough information to debug this issue. It is unclear if this is an issue with the apriltag library or this node. I suggest that you install the I am closing this for now. If this occurs again, please reopen the issue and provide a detailed backtrace and maybe a reproducible example with a bag file. |
Posting here as i had a similar issue and my solution might help others that are stuck with this. Using
Encountered the issue described in #2, did the fix, but got complaints about missing apriltag_msgs. Successfully built packages and got the issue described by @trentatsa here. Solved this issue by cloning and building the vision_opencv packages from source and using these instead of binaries: https://github.com/ros-perception/vision_opencv Of course using the foxy branch as it corresponds to the ROS2 distro i am using. |
FYI, it is here: https://github.com/christianrauch/apriltag_msgs. I should probably document the installation from source.
Thanks for the tip. I assume that other packages using Can it be that there are multiple versions of OpenCV installed on your system? If you have multiple versions of OpenCV installed and |
@christianrauch Yeah, Jetpack 5.0.2 comes with opencv 4.5.4 preinstalled, ref: https://developer.nvidia.com/embedded/vpi |
Hi There, I am currently going around in circles. I am trying to run your package on Jetson Xavier NX. The package launches but as soon its it receives and image the following error is thrown:
I think it is something do with the OpenCV version, where the Jetson Xavier has 4.5 inbuild. I have tried to install Jetson OS without OpenCV and install OpenCV with (sudo apt install libopencv-dev python3-opencv).
I have been on this for 3 day, please could you help me out :D
Last things, when I build I get the following warning:
The text was updated successfully, but these errors were encountered: