# VOXL MPA to ROS Seeker

Source: https://forum.modalai.com/topic/2911/voxl-mpa-to-ros-seeker
Category: General Questions (https://forum.modalai.com/category/2/general-questions)
Posted: 2023-11-30 17:50:25 UTC by utari_ais
Replies: 0 · Views: 1062

## utari_ais · 2023-11-30 17:50:25 UTC

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: qvio

What am I missing? Thanks in advance!
