question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to connect to Vicon System

See original GitHub issue

Hey,

The documentation isn’t super clear on how I’m supposed to connect to a Vicon system:

When I try to run mocap_helper it just hangs, because it isn’t able to connect to the client. How do I figure out my vicon_host_name? I currently have the desktop running crazyswarm directly connected to the PoE switch. Is this config ok?

Here’s my mocap_helper.launch file:

<?xml version="1.0"?>
<launch>
  <node pkg="crazyswarm" type="mocap_helper" name="mocap_helper" output="screen" >
    <rosparam>
      # tracking
      motion_capture_type: "vicon" # one of vicon,optitrack,qualisys,vrpn
      object_tracking_type: "libobjecttracker" # one of motionCapture,libobjecttracker
      vicon_host_name: "vicon"
      # optitrack_local_ip: "localhost"
      # optitrack_server_ip: "optitrack"
      # qualisys_host_name: "10.0.5.219"
      # qualisys_base_port: 22222
      # vrpn_host_name: "vicon"
    </rosparam>
  </node>
</launch>

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jpreisscommented, Feb 27, 2019

@arya-k probably more like

crazyswarm Linux PC --- ethernet switch --- windows VICON PC --- VICON switch
                               |
                               +----------- internet connection

@hanzheteng have you tested that configuration, using the usb3-ethernet adapter? Did you measure latency?

1reaction
whoenigcommented, Feb 26, 2019
  1. You need two cards.
  2. Yes, Tracker runs a server, the Crazyswarm operates as client using the DataStream SDK.

I suggest that you read the VICON documentation, in particular for the physical setup.

Read more comments on GitHub >

github_iconTop Results From Across the Web

One of my cameras won't connect in Vicon Nexus - Logemas
If one of your cameras will not connect to your live system please follow this guide. Visually check that the camera is on/receiving...
Read more >
FAQs - Vicon
There are a couple reasons as to why cameras will not connect into the software. Below are some items to look at if...
Read more >
Vicon Tracker User Guide | Prophysics
Vicon Tracker is a powerful object-tracking solution, providing unrivaled data accuracy for integration into 3D applications. It enables you to use Vicon ......
Read more >
Valerus User Guide - Vicon Industries
The ViconNet Gateway uses the device groups set in the Nucleus to connect to existing ViconNet systems and select which cameras to bridge...
Read more >
Delsys Trigno and Vicon Nexus Integration
Vicon Lock+/Lab systems. For earlier Vicon systems, please contact a representative from. Delsys. ... does not exist, create it as shown in Figure...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found