Published topics:
/vicon/<object-name>
of typegeometry_msgs/PoseStamped
./vicon/markers
of typesensor_msgs/PointCloud2
.
Parameters:
vicon_host_name
: (required) hostname of Vicon machine.vicon_object_name
: (optional) only the specified object is published.enable_objects
: (default: true) publish objects.enable_markers
: (default: false) publish unlabeled markers. (Note: Object tracking mode must be disabled in Vicon Tracker in order to stream marker data)
must be consistent with libmotioncapture's cmake file
Open CMakeLists.txt
- on Ubuntu 18.04 LTS, add
add_compile_options(-std=c++11)
- on Ubuntu 20.04 LTS,
use the file as is