ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Starter's profile - activity

2019-10-12 10:49:55 -0500 received badge  Famous Question (source)
2019-01-23 04:33:22 -0500 received badge  Student (source)
2015-10-22 03:37:12 -0500 received badge  Notable Question (source)
2015-10-22 03:01:48 -0500 received badge  Popular Question (source)
2015-10-22 03:01:48 -0500 received badge  Notable Question (source)
2015-10-22 03:01:48 -0500 received badge  Famous Question (source)
2015-08-27 16:09:56 -0500 received badge  Popular Question (source)
2015-01-21 14:55:46 -0500 asked a question ros_vrpn_client error

I am currently trying to get ros_vrpn_client to recieve rigid body data streamed from optitrack's Motive Tracker, working on ros indigo running on ubuntu 14.04. when i run the code

$rosrun ros_vrpn_client ros_vrpn_client __name:=RigidBody1 _vrpn_server_ip:=169.254.1.140 _vrpn_port:=3883 vrpn_server_ip:169.254.1.140

i get back

vrpn_server_ip:169.254.1.140 vrpn_port:3883 check_vrpn_cookie(): VRPN Note: minor version number doesn't match: (prefer 'vrpn: ver. 07.28', got 'vrpn: ver. 07.20 0'). This is not normally a problem. has anyone encountered similar errors? The version i am running of ros_vrpn_client I am trying to run is from https://github.com/damanfb/ros_vrpn_c...

2015-01-08 20:24:24 -0500 asked a question ros_vrpn_client not working properly

Hi,

I have downloaded and installed the ros_vrpn_client following the instructions specified in the package summary page, but when i go to run using
$ rosrun ros_vrpn_client ros_vrpn_client __name:=Trackable1 _vrpn_server_ip:=192.168.2.110 i get the error [rosrun] Couldn't find executable named ros_vrpn_client below /home/user/ros/src/ros_vrpn_client [rosrun] Found the following, but they're either not files, [rosrun] or not executable: [rosrun] /home/user/ros/src/ros_vrpn_client

there is no executable ros_vrpn_client nodes anywhere and so im not sure what went wrong. I am using ROS Indigo running on ubuntu 14.04.

If any one has any suggestion on how to fix, it would be greatly appreciated

2015-01-08 20:24:22 -0500 asked a question ros_vrpn_client isnt working properly

Hi,

I have downloaded and installed the ros_vrpn_client following the instructions specified in the package summary page, but when i go to run using
$ rosrun ros_vrpn_client ros_vrpn_client __name:=Trackable1 _vrpn_server_ip:=192.168.2.110 i get the error [rosrun] Couldn't find executable named ros_vrpn_client below /home/user/ros/src/ros_vrpn_client [rosrun] Found the following, but they're either not files, [rosrun] or not executable: [rosrun] /home/user/ros/src/ros_vrpn_client

there is no executable ros_vrpn_client nodes anywhere and so im not sure what went wrong. I am using ROS Indigo running on ubuntu 14.04.

If any one has any suggestion on how to fix, it would be greatly appreciated