Andreu Corominas Murtra
Andreu Corominas Murtra
Hi, I have exactly the same issue. Let me provide additional info about my set up (Ubuntu 20.04, Noetic, firmware 3.0.11) 1. From SwiftNav console, we set the receiver in...
Downgrading firmware to 2.4.20, as stated in the [Readme](https://github.com/ethz-asl/ethz_piksi_ros/blob/master/piksi_multi_cpp/README.md), but having the same topic list, so NavSatFix does not appear.
FIXED: I forgot to call first the config launch, as indicated [here](https://github.com/ethz-asl/ethz_piksi_ros/blob/master/piksi_multi_cpp/README.md#basic-usage-base-rover), point 2. @DanRolst , please consider closing the issue. THanks Sorry about the mess!
Hi all ### Description Same issue here with: ``` ... [ INFO] [/camera/camera_nodelet_manager]: [SpinnakerCamera]: (21023432) AutoAlgorithmSelector set to Ae. [ INFO] [/camera/camera_nodelet_manager]: [SpinnakerCamera]: (21023432) AasRoiEnable set to 1. [ INFO]...
As a "non-serious" workaround, you can replace the exception thrown [here](https://github.com/ros-drivers/flir_camera_driver/blob/kinetic-devel/spinnaker_camera_driver/src/SpinnakerCamera.cpp#L339) by a simple ROS_WARN message, and the driver execution carries on ...
Hi I experience the same runtime error "Failed to load nodelet". In my case with: - Ubuntu 20.04 - Kernel 5.8.0-50 - Spinnaker 2.3.0.77 - ROS Noetic - Camera BlackFly...
ok! thanks @eleathers ! I identified the crashing [line](https://github.com/ros-drivers/flir_camera_driver/blob/faf7cd658821c9d2fa3fbfea20b1e1c33530fe5d/spinnaker_camera_driver/src/SpinnakerCamera.cpp#L56): `system_(Spinnaker::System::GetInstance())` However, FLIR testing program "/opt/spinnaker/src/Acquisition/Acquisition.cpp" also calls GetInstance in a quite different way: `SystemPtr system = System::GetInstance();` In my case...
Running: `roslaunch spinnaker_camera_driver test_spinnaker.launch` also crashes at this [line](https://github.com/ros-drivers/flir_camera_driver/blob/faf7cd658821c9d2fa3fbfea20b1e1c33530fe5d/spinnaker_camera_driver/src/spinnaker_test_node.cpp#L36): ` Spinnaker::SystemPtr system = Spinnaker::System::GetInstance();` So it seems that we have some ld runtime issue. I want to stress that /opt/spinnaker/src/Acquisition/Acquisition.cpp...
Focusing my issue at https://github.com/ros-drivers/flir_camera_driver/issues/72
Hi , we also experience sometimes this issue, quite randomly in time. Sometimes after some minutes or even tens of minutes. - System: Ubuntu 20.04 - ROS: Noetic - Camera:...