Replies: 1 comment 1 reply
-
Can you provide the config files that you are using for launching the project? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current issue with the project is that the location data is not being sent to /cf1/self_localization/pose and /cf2/self_localization/pose. On the other hand we find that everything works properly for cf0. When running mocap.launch.py we only get an output on /cf0/self_localization/pose when the namespace is cf0. When the namespace is set to anything like cf1 we receieve no output on any of the self localization poses. The rigidbodies and ground truth topics work fine. We can ros2 topic echo to see that all the data is being passed properly. The issue lies in the last level of the system only redirecting output to /cf0/self_localization/pose and not to cf1 or cf2.
Beta Was this translation helpful? Give feedback.
All reactions