-
Notifications
You must be signed in to change notification settings - Fork 65
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
Writing a wrapper for Orbbec Astra #111
Comments
Hi @joaocandre, thanks for your interest! I'll actually be posting some notes to the wiki in the next few days about how to integrate new imagers into OpenPTrack. Here's an abridged version: Each imager needs a ROS wrapper to subscribe to the various topics (i.e. data) needed to run tracking. In fact, it seems that the Astra already has a ROS wrapper that Orbecc has made - hooray! That makes things a lot easier. After installing the wrapper, you will have to make launch files that subscribe to the correct topics. You can proceed by analogy to the Kinectv2/Zed/Realsense by looking at these files. For example, in the case of the RealSense, we first launch the imager using the launch file provided from the wrapper. Then for each tracking module (person/object/pose tracking), we launch a generic tracking node (which is the same for every imager) and an imager specific launch file. In this imager-specific file, you'll need to change the topic names to match those published by the Orbecc wrapper. There may be further issues/peculiarities you run into while doing this, but hopefully this helps you get started. Again, I'll be adding notes to the wiki about this, and will update this thread when that has been completed! |
@bsubbaraman Thank you very much for the info. Will try to get it working as soon as I can. |
FYI- I've starting collecting notes here |
Thank you very much for the info. |
Hello, I'm trying to use the astra camera with a multi camera, but I'm having problems with the calibration. When I run the calibration_master file and then the sensor calibration runs as follows:
I'm using realsense files as an example. The sensor launches normally, but I can't get the calibration to work. What could I do to resolve this? For now I'm running in single camera and the system works fine, but now I'm moving to a multi camera system. (Sorry I'm new to this system and still learning) |
After stumbling into this issue/request, I developed an interest to experiment running OpenPTrack on an Orbbec Astra sensor. How would one go about writing a wrapper for this device?
The text was updated successfully, but these errors were encountered: