VOXL MPA to ROS Seeker
-
I'm trying to use rviz to view the pointcloud made by the VOXL cam on seeker. I'm using these instructions: https://docs.modalai.com/voxl-cam-user-guide-core/
I also tried building a ros node from here: https://docs.modalai.com/building-ros-nodes/ (used the mpa_to_ros gitlab)
However, upon running roslaunch voxl_mpa_to_ros voxl_mpa_to_ros.launch, I get this output:
... logging to /home/root/.ros/log/7c7e0f0e-1dda-11b2-a220-18473db1c84b/roslaunch-apq8096-21073.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.started roslaunch server http://192.168.8.1:39686/
SUMMARY
PARAMETERS
- /rosdistro: indigo
- /rosversion: 1.11.21
NODES
/
voxl_mpa_to_ros_node (voxl_mpa_to_ros/voxl_mpa_to_ros_node)auto-starting new master
process[master]: started with pid [21092]
ROS_MASTER_URI=http://192.168.8.1:11311/setting /run_id to 7c7e0f0e-1dda-11b2-a220-18473db1c84b
process[rosout-1]: started with pid [21105]
started core service [/rosout]
process[voxl_mpa_to_ros_node-2]: started with pid [21112]MPA to ROS app is now running
Found new interface: qvio_overlay
Found new interface: stereo
Found new interface: tracking
Found new interface: imu0
Found new interface: imu1
Found new interface: voa_pc_out
Found new interface: qvioWhat am I missing? Thanks in advance!