leap_motion icon indicating copy to clipboard operation
leap_motion copied to clipboard

Leap Motion ROS integration

Results 11 leap_motion issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: ``` > Pull this repository into a catkin workspace in a Noetic installation > Compile with catkin_make > Run any of the launch files: > roslaunch leap_motion...

bug

I just installed this package from command line, and encountered the following error: ``` error loading tag: file does not exist [/opt/ros/kinetic/share/leap_motion/config/listener_params.yaml] XML is The traceback for the exception was...

bug

Get rid of end of life distros and release new binaries to currently supported distributions. https://wiki.ros.org/Get%20Involved#Release_Binary_Packages

The ROS buildfarm binary builds fail on armhf and arm64. I think it is impossible to get Leap Motion building on arm at the moment but it warrants investigation when...

I think it's fair to say that I'm the only active maintainer at least since I joined the team a few years ago. Since I've moved on to something else...

As suggested (I'm not sure by who) on [ros wiki page for leap_motion](http://wiki.ros.org/leap_motion#ROS_Driver_Capabilities): ``` : This information is encompassed in the custom message leap_motion/leapros.msg. In the future standard ROS messages...

enhancement

Hello, I am using you driver for a tracking object project. I need to project a 3D point into the left and right camera plane. In the CameraInfo message there...

From my experience, extending this driver is not difficult. If I need more data, all I need to do is to define more fields in the message, add some very...