Code Monkey home page Code Monkey logo

ros-drivers's Introduction

This stack provides ROS drivers for various hardware.

ros-drivers's People

Contributors

pomerlef avatar stephanemagnenat avatar ziyangli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ros-drivers's Issues

ViconDataStreamSDK_CPPTest.cpp:108:12: error: ‘sleep’ was not declared in this scope

In file "ViconDataStreamSDK_CPPTest.cpp" - rosmake on Ubuntu gives an error saying that sleep was not declared in this scope.

the code is like this:

include "Client.h"

include

ifdef WIN32

#include <conio.h> // For _kbhit()
#include <windows.h> // For Sleep()

endif // WIN32

updated version (it works):

include "Client.h"

include

ifdef WIN32

#include <conio.h> // For _kbhit()
#include <windows.h> // For Sleep()

else

#include <unistd.h>

endif // WIN32

Please update the same in repository.

Headers missing

Hi, I'm trying to use your canon driver with ros jade but there's missing files (CanonParamConfig.h and PTZ.h). So I'm asking if there's a way to get these files or if they don't exist at all.

Thank you in advance.

Files missing!

vicon_bridge/Markers.h
vicon_bridge/Marker.h
vicon_bridge/viconCalibrateSegment.h

But I can not find these files!

Error building canon_vbc50i_node

[100%] Building CXX object CMakeFiles/canon_vbc50i_node.dir/src/node/node.o
Linking CXX executable ../bin/canon_vbc50i_node
../lib/libcanon_vbc50i.so: error: undefined reference to 'clock_gettime'
collect2: ld returned 1 exit status
make[3]: *** [../bin/canon_vbc50i_node] Error 1

ROS indigo support

is there a way to use the vicon_bridge package with ROS Indigo, could you hint me for what has to be done to make a indigo compatible version?

Segmentation Faults when running vicon_bridge

Hi,

I'm trying to run vicon_bridge on a 32-bit VM of Ubuntu 12.04, and when I try rosrun vicon_bridge vicon_bridge, I get a seg fault:

[ INFO] [1408647495.178468294]: Connecting to Vicon DataStream SDK at vicon:801 ...
Segmentation fault (core dumped)

Here's the gdb output for the vicon_bridge binary:

Program received signal SIGSEGV, Segmentation fault.
0xb7de832f in boost::thread::start_thread() () from /usr/lib/libboost_thread.so.1.46.1
(gdb) backtrace
#0  0xb7de832f in boost::thread::start_thread() () from /usr/lib/libboost_thread.so.1.46.1
#1  0xb7d6765e in boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf0<void, VViconCGStreamClient>, boost::_bi::list1<boost::_bi::value<VViconCGStreamClient*> > > >(boost::_bi::bind_t<void, boost::_mfi::mf0<void, VViconCGStreamClient>, boost::_bi::list1<boost::_bi::value<VViconCGStreamClient*> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf0<void, VViconCGStreamClient>, boost::_bi::list1<boost::_bi::value<VViconCGStreamClient*> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf0<void, VViconCGStreamClient>, boost::_bi::list1<boost::_bi::value<VViconCGStreamClient*> > > > >, boost::thread::dummy*>::type) () from /home/cohrint/rosbuild_ws/vicon_bridge/vicon_sdk/vicon_datastream_SDK_1.2.59611_x86/libViconDataStreamSDK_CPP.so
#2  0xb7d60553 in VViconCGStreamClient::Connect(std::string const&, unsigned short) ()
   from /home/cohrint/rosbuild_ws/vicon_bridge/vicon_sdk/vicon_datastream_SDK_1.2.59611_x86/libViconDataStreamSDK_CPP.so
#3  0xb7d4f79f in ViconCGStreamClientSDK::VCGClient::Connect(std::string, unsigned short) ()
   from /home/cohrint/rosbuild_ws/vicon_bridge/vicon_sdk/vicon_datastream_SDK_1.2.59611_x86/libViconDataStreamSDK_CPP.so
#4  0xb7d1b0d0 in ViconDataStreamSDK::Core::VClient::Connect(boost::shared_ptr<ViconCGStreamClientSDK::ICGClient>, std::string const&) ()
   from /home/cohrint/rosbuild_ws/vicon_bridge/vicon_sdk/vicon_datastream_SDK_1.2.59611_x86/libViconDataStreamSDK_CPP.so
#5  0xb7d11d13 in ViconDataStreamSDK::CPP::Client::Connect(ViconDataStreamSDK::CPP::String const&) ()
   from /home/cohrint/rosbuild_ws/vicon_bridge/vicon_sdk/vicon_datastream_SDK_1.2.59611_x86/libViconDataStreamSDK_CPP.so
#6  0xb7dbd734 in msvcbridge::Connect (HostName=...) at /home/cohrint/rosbuild_ws/vicon_bridge/src/msvc_bridge.cpp:19
#7  0x08066a09 in ViconReceiver::init_vicon (this=0xbfffe994) at /home/cohrint/rosbuild_ws/vicon_bridge/src/vicon_bridge.cpp:268
#8  0x08079074 in ViconReceiver::ViconReceiver (this=0xbfffe994) at /home/cohrint/rosbuild_ws/vicon_bridge/src/vicon_bridge.cpp:224
#9  0x08062197 in main (argc=1, argv=0xbfffed64) at /home/cohrint/rosbuild_ws/vicon_bridge/src/vicon_bridge.cpp:733

If I run rosrun vicon_bridge testclient, everything works perfectly, so my expectation is that the problem lies at levels #6 through #9. Any idea what might be happening?

Please let me know if there's more information I could provide!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.