Optitrack to ROS(Natnet) #1068
Replies: 3 comments 1 reply
|
That is outside of our scope. We don't have that much experience with natnet itself. You could try this example of our crazyflie python library but you need to then write the ROS2 wrapper around it yourself: https://github.com/bitcraze/crazyflie-lib-python/blob/master/examples/mocap/mocap_hl_commander.py Have tried the Crazyswarm2 ROS2 package? They have optitrack support too. |
|
Hi, I have successfully made Optitrack data available on ROS using VRPN. I followed this tutorial, which is a bit outdated since it was designed for Motive 2 and ROS Kinetic, but it is not so different that you cannot adapt it: https://tuw-cpsg.github.io/tutorials/optitrack-and-ros/ |
|
I would also advise you to take a look at https://github.com/IMRCLab/motion_capture_tracking/tree/ros2. That is updated for ROS2 now |
Uh oh!
There was an error while loading. Please reload this page.
I am trying to control a drone by sending data to ROS using a motion capture camera Optitrack. I looked it up and found that I can send data to ROS using a ROS driver called Natnet. But I'm not sure how to build this in a WSL environment. I would appreciate it if you could tell me the specific setting method.
All reactions