-
Notifications
You must be signed in to change notification settings - Fork 11
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
streaming position of single marker #5
Comments
What is the output you get after running this: https://github.com/crigroup/optitrack#testing-the-installation? |
So I get the in rviz (and rostopics) the world frame and the optitrack origin frame, the tf topic also has those two frames with zeros, there is one marker in the arena that is detected in Motive but nothing in the topics I checked all of them, here are all the topics:
|
I'll ask again. What is the output you get for this:
On a side note, please avoid crossposting: |
So for this particular topic the output is as follows:
As for the multiple issue opened in other repository, I didn't think it is going to be a problem :) apologies! |
It may be a problem with the Data Streaming configuration in Motive: Is your |
So I put the Local interface in Motive to Again I want to emphasis I don't have a rigid body in Motive just one single marker. |
Got it. My bad. It shouldn't be difficult to get the orphan markers information. Try adding the following two lines of code just before line 73: print packet.labeled_markers
print packet.other_markers What do you get? |
@ghanimmukhtar Were you able to get this running for a single marker, using @fsuarez6 's suggestion? I was trying and it did not work for me. Please update if you were successful by this or any other approach that you might have used. |
@pratham17 No I did it by using and modifying this repository. The modified repository could be found here. I don't remember all the modification I made but mostly they are in Moreover I think for it to work you have to have at least one rigid body because all the other single markers will then be published alongside it. Be careful, when you use this code you will have no protection against false markers, like in our experimental room we sometimes get faulty markers from some silvery shining objects and they will be published as single markers. |
Hi @ghanimmukhtar, thanks for the update. I tried using the modified repo and add a dummy rigid body in the system. However, when i run |
Hi @pratham17 so for me I didn't have this issue, my environment was Linux Ubuntu 14.04 trusty and ROS Indigo, I am not quiet sure of the Motive version though. Regarding other aspects like the config yaml file and multicast address ...etc they were as in the repo, and it use to work fine. |
Hi there
Hi There, Is it possible to stream the position (no orientation) of single markers from Motive, via this package? If so what do I need to change to achieve that?
Cheers!
The text was updated successfully, but these errors were encountered: