-
Notifications
You must be signed in to change notification settings - Fork 160
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
Cant build with ros2 humble on devel & release #151
Comments
This can be fixed by Now I have the error
Maybe its related to multiple python versions being installed? Building the vanilla ros2 humble examples works fine. |
Is there a reason you are not installing the package via apt from the rosdistro? |
I just noticed my pip version defaults to 3.6 Ill change this to 3.10 and see if this fixes it |
@berndpfrommer Both my python and pip now default to 3.10. And its still selecting 3.6. I really dont want to install from apt because I dont want to reinstall spinnaker binaries. Im not sure, but it seems your build chain assumes only 1 python version on the system? I cant remove python versions from system since I need them |
The build environment assumed is the one that the Ros build farm provides
which is a fresh install of Ubuntu 22.04. It looks like the build problems
already occur with the msgs package, which is about as boiler plate as it
gets.
You should be able to use the apt package alongside the Spinnaker install.
The driver should use its own Spinnaker library, installed under /opt/ros,
and not interfere with spinview. It's easy to try out.
…On Tue, Feb 6, 2024, 2:46 AM Marc Haubenstock ***@***.***> wrote:
@berndpfrommer <https://github.com/berndpfrommer> Both my python and pip
default to 3.10. And its still selecting 3.6. I really dont want to install
from apt because I dont want to reinstall spinnaker binaries. Im not sure,
but it seems your build chain assumes only 1 python version on the system?
—
Reply to this email directly, view it on GitHub
<#151 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPLK2QZMKPO3T54ISEVZBTYSHNUHAVCNFSM6AAAAABC2IGM26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRYHE2DONRTGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Interesting. Ill try the apt then. |
As far as the spinnaker_camera_driver goes I'm probably the most knowledgeable. This honestly doesn't seem to be a driver-specific issue. You can try posting on the robotics stack exchange but complex environment issues like this often get little attention. There was definitely some issue with the "em" module, somewhere between colcon and Ubuntu, see here. Another option: install flir_camera_msgs from the apt repo, delete the source directory containing flir_camera_msgs from your workspace, and try just building the driver, if you really want to build from source. |
Thanks. I also get this issue with other packages. It seems to be ros2. I will close this. Thanks for your help |
When I try
colcon build
I get
The text was updated successfully, but these errors were encountered: