Giter VIP home page Giter VIP logo

prophesee_ros_wrapper's People

Contributors

atonda-psee avatar berndpfrommer avatar dmigliore avatar jhidalgocarrio avatar lbristiel-psee avatar nlyubova avatar nlyubova-psee avatar vbrebion avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

prophesee_ros_wrapper's Issues

Publish greyscale image error

When I launch the prophesee_publisher file, the greyscale image is not published even if I changed to like this ()

I checked the publishGrayLevels function in source code and raise the try catch error.

Please let me know if there are my mistakes.

Unable to locate package prophesee-*

Following the instructions in the prophesee knowledge center, I tried to install the prophesee driver sdk for Linux. My system is a Jetson Nano running Ubuntu 18.04 64 bit.
When I reached the step:
$ sudo apt install prophesee-* metavision-*

I get errors:
E: Unable to locate package prophesee-*
E: Couldn't find any package by glob 'prophesee-'
E: Couldn't find any package by regex 'prophesee-
'

Any advice?

Question about the Evaluation Kit

Hi,

we plan to buy a Metavision Evaluation Kit 3 - Gen4H - HD for research. But before that, we want to know that when it provides the event data, does it comes with the relative frame image?

Thank you very much !

libmetavision_hal_discovery.so.2: cannot open shared object file:

Hi,

I have a CenturyArk SilkyEvCam v02.01.04 and installed the metavision essentials and the metavision HAL plugin for this camera. When I run the command metavision_viewer the camera is correctly loaded and a window showing the incoming events is shown. Then I compiled and installed openEB following the instructions in github. Following I cloned and compiled this ros wrapper and the process went without errors. However, when I try to:

roslaunch prophesee_ros_driver prophesee_publisher.launch 

I get the following error:

unloading/devel/lib/prophesee_ros_driver/prophesee_ros_publisher: error while loading shared libraries: libmetavision_hal_discovery.so.2: cannot open shared object file: No such file or directory

Could you please guide me on how to get the ros driver to work with the SilkyEvCam? Thanks.

Some more info:

$dmesg
[ 3298.100458] usb 2-3: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 3298.120768] usb 2-3: LPM exit latency is zeroed, disabling LPM.
[ 5345.469989] usb 2-3: USB disconnect, device number 2
[ 5349.337972] usb 1-4: new high-speed USB device number 12 using xhci_hcd
[ 5349.581049] usb 1-4: New USB device found, idVendor=31f7, idProduct=0002, bcdDevice= 0.00
[ 5349.581054] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5349.581057] usb 1-4: Product: SilkyEvCam v02.01.04
[ 5349.581060] usb 1-4: Manufacturer: CenturyArks
$uname -a
Linux lab 5.4.0-80-generic #90~18.04.1-Ubuntu SMP Tue Jul 13 19:40:02 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

$metavision_hal_ls
Device detected: CenturyArks:evc3a_plugin_gen31:0000000000000034 
$ metavision_platform_info 

------------------------------------------ 
PLATFORM INFORMATION 
------------------------------------------ 


####  DISTRIBUTION  #### 

Linux labu 5.4.0-80-generic #90~18.04.1-Ubuntu SMP Tue Jul 13 19:40:02 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 

####  OPENGL  #### 

OpenGL vendor string: NVIDIA Corporation 
OpenGL renderer string: GeForce RTX 2060 SUPER/PCIe/SSE2 
OpenGL core profile version string: 4.6.0 NVIDIA 440.33.01 
OpenGL core profile shading language version string: 4.60 NVIDIA 
OpenGL core profile context flags: (none) 
OpenGL core profile profile mask: core profile 
OpenGL core profile extensions: 
OpenGL version string: 4.6.0 NVIDIA 440.33.01 
OpenGL shading language version string: 4.60 NVIDIA 
OpenGL context flags: (none) 
OpenGL profile mask: (none) 
OpenGL extensions: 
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 440.33.01 
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 
OpenGL ES profile extensions: 

####  VIRTUAL MACHINE  #### 

Virtual Machine:              NO
Docker:                       NO

------------------------------------------ 
METAVISION SOFTWARE INFORMATION 
------------------------------------------ 


####  INSTALLED SOFTWARE  #### 

Version:                      2.2.2.2120809
Id:                           11a19a7899e5fc8dcc27add6e273a66e513afa35

####  INSTALLED PACKAGES - METAVISION  #### 

Name                               Version   Architecture   Description         
metavision-hal-prophesee-plugins   2.2.2     amd64          Prophesee Plugins for Metavision HAL.

------------------------------------------ 
METAVISION SYSTEMS INFORMATION 
------------------------------------------ 


####  SYSTEMS AVAILABLE  #### 

# FOUND CenturyArks GEN 3.1 VGA # 

Connection                    USB
FW Build Date                 Fri Jan 15 17:26:36 2021
FW Release Version            2.1.4
Integrator                    CenturyArks
Raw Formats                   EVT3
Sensor Info                   3.1
Serial                        0000000000000034
System Build Date             Sat Dec 19 02:49:38 2020
System Version                4.1.1
System Version Control ID     0x0
SystemID                      40

DEFAULT BIASES 
bias_diff                     299
bias_diff_off                 221
bias_diff_on                  384
bias_fo                       1477
bias_hpf                      1499
bias_pr                       1250
bias_refr                     1500


####  SYSTEM'S USB PORTS  #### 

No systems USB connected have been found on your platform.
$ metavision_software_info -v -c
11a19a7899e5fc8dcc27add6e273a66e513afa35 
2.2.2.2120809 

Camera Biases

Hi
Is it possible to change the biases of a specific model of prophesee cameras. I know the bias values that I use in the metavision software but how do I use the same ones in ROS.

ROS2 build script

Is there a build script or process for using this wrapper with ROS2? Or is there another ROS2 version? Thanks very much.

IMU readings

Hiya,
I can see that IMU readings used to be part of the code, but then were removed. We'd like to use IMU, could it please be added back?

Many thanks,
Tobias
/cc @fervanegas

How to change biases

Is it possible to change camera biases for a Prophesee camera using the ROS driver? Currently I need to terminate my ROS program, launch the metavision player then restart ROS again to see the effects of the new biases.

Converting rosbag to .raw format that is compatible with metavision

Hello,
I am working with a GEN3 event camera for recording data from a traffic scenario and multiple sensors to rosbag. I would like to convert the event-based camera information from the rostopic to .raw format which is compatible with metavision. Is there a way to do that?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.