Skip to content
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

No data being streamed on topics #11

Open
ghost opened this issue Feb 11, 2021 · 8 comments
Open

No data being streamed on topics #11

ghost opened this issue Feb 11, 2021 · 8 comments

Comments

@ghost
Copy link

ghost commented Feb 11, 2021

Environment
Motive version: 2.1.1
ROS distribution: Melodic
Operating system: Ubuntu 18.04.5
Python version: 2.7.17

natnet_ros version
natnet_ros branch: master
natnet_ros commit: a859ada

First of all: Thank you for creating this package which helped me a lot already.
This is not a bug report, in fact there is not even an error message. When I run

natnet_ros client _server:=172.16.0.3

a connection between the ROS PC and the Motive PC seems to be correctly established, because all the topics are listed:

rostopic list
/mocap/markers/leftovers
/mocap/markers/vis
/mocap/rigid_bodies/ball/marker1
/mocap/rigid_bodies/ball/marker2
/mocap/rigid_bodies/ball/marker3
/mocap/rigid_bodies/ball/marker4
/mocap/rigid_bodies/ball/marker5
/mocap/rigid_bodies/ball/markers
/mocap/rigid_bodies/ball/pose
/rosout
/rosout_agg
/tf

However, no motive data is being published on the topics, i.e.

rostopic echo /mocap/rigid_bodies/ball/pose 

returns nothing. The same is true for all the other topics. Since the ball is correctly tracked in Motive, I assume that the problem has to be somewhere in the data streaming. Unfortunately, I have no idea where to search the error, because obviously the streaming of the model definitions works fine. Otherwise, the topics would not be generated.
I would be very glad for any advice you could give me. Thanks in advance!

@mje-nz
Copy link
Owner

mje-nz commented Feb 11, 2021

Thanks for the report, could you post a screenshot of your streaming settings in Motive?

@ghost
Copy link
Author

ghost commented Feb 12, 2021

Thanks for the quick response, here are the settings:
Unbenannt

@mje-nz
Copy link
Owner

mje-nz commented Feb 12, 2021 via email

@ghost
Copy link
Author

ghost commented Feb 15, 2021

Unfortunately, that as well as changing the other options in the streaming tab did not solve the issue.
However, this warning might be worth mentioning:
Bildschirmfoto vom 2021-02-15 14-49-53
Could these warnings be related to the problem? I am still confused about how the correct topics are being generated but no data is being streamed onto them.

@aarsht7
Copy link

aarsht7 commented Apr 27, 2022

@ralfroemer were you able to solve this error?

@MaxorPaxor
Copy link

MaxorPaxor commented Jul 31, 2022

Has anyone solved this?
@aarsht7 @ralfroemer

@aarsht7
Copy link

aarsht7 commented Jul 31, 2022

Nope, but I have created a new package with more features for ros1 if would you like to use for
Ros1 (https://github.com/aarsht7/natnet_ros_cpp)

For ros2 you can follow this package but its WIP
Ros2 (https://github.com/MOCAP4ROS2-Project/mocap4ros2_optitrack)

@MaxorPaxor

@MaxorPaxor
Copy link

Nope, but I have created a new package with more features for ros1 if would you like to use for Ros1 (https://github.com/aarsht7/natnet_ros_cpp)

For ros2 you can follow this package but its WIP Ros2 (https://github.com/MOCAP4ROS2-Project/mocap4ros2_optitrack)

@MaxorPaxor

Thank you for your reply, will try it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants