ros-drivers / mocap_optitrack

ROS nodes for working with the NaturalPoint Optitrack motion capture setup
99 stars 139 forks source link

Humble support and removal of undesired transformation between y and z axis #82

Open Gerjen100 opened 2 months ago

Gerjen100 commented 2 months ago

Qos got added in ROS humble as a default parameter. This is not caught during launch by the mocap node and causes the program to always crash in humble. I didnt implement QOS parameters but just added catch exceptions for possible further work. I also removed an unnecessary flip between y and z as already removed before by @321thijs123 but was re-added for no apparent reason in a later commit.