vrpn/what(): Unknown motion capture type ! #511
Replies: 6 comments
-
Are you using the latest version of the Crazyswarm (specify the commit and make sure you updated all submodules, including |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The setting is motion_capture_host_name, as listed in the documentation and the launch file. |
Beta Was this translation helpful? Give feedback.
-
But our motion capture system is not vicon,optitrack,qualisys.It only uses vrpn.The same is also set motion_capture_host_name? |
Beta Was this translation helpful? Give feedback.
-
Yes, the configuration naming is now unified. |
Beta Was this translation helpful? Give feedback.
-
OK! Thank you very much!! |
Beta Was this translation helpful? Give feedback.
-
Ubuntu version is ubuntu 20.04.
My local
hover_swarm.launch
file is follow:# tracking
motion_capture_type: "vrpn" # one of none,vicon,optitrack,qualisys,vrpn
object_tracking_type: "motionCapture" # one of motionCapture,libobjecttracker
send_position_only: False # set to False to send position+orientation; set to True to send position only
#vicon_host_name: "vicon"
# optitrack_host_name: "optitrack"
# qualisys_host_name: "10.0.5.219"
# qualisys_base_port: 22222
vrpn_host_name: "192.168.2.137"
save_point_clouds: ~/pointCloud.ot
print_latency: False
write_csvs: False
force_no_cache: False
I also try to run
mocap_helper.launch
,but its result is stillwhat( ): Unknown motion capture type !
I don't known what i should do.I really hope to get your help! Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions