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

swilker's profile - activity

2017-01-18 04:39:22 -0500 received badge  Famous Question (source)
2016-12-12 09:47:05 -0500 received badge  Famous Question (source)
2016-10-12 14:32:41 -0500 received badge  Notable Question (source)
2016-09-13 15:49:28 -0500 received badge  Enthusiast
2016-09-07 23:55:37 -0500 received badge  Notable Question (source)
2016-09-07 22:16:27 -0500 answered a question No devices connected.... waiting for devices to be connected

I think we have this figured out. I will post what we did to make it work once I've made sure it's correct. Thanks to everyone that has sent suggestions.

2016-09-07 05:28:27 -0500 received badge  Popular Question (source)
2016-09-06 22:20:05 -0500 commented answer ASUS Xtion problems with Ubuntu 12.04 running ROS Fuerte

Yes this got me the image when I use: rosrun image_view image_view image:=/camera/rgb/image_color However the depth map seems broken, can you help? rosrun image_view image_view image:=/camera/depth/image_raw locks up the system.

2016-09-06 13:04:04 -0500 commented question No devices connected.... waiting for devices to be connected

Running on Nuc-I7 Ubuntu14.04 with ROS usb connector, setup using: sudo apt-get install ros-indigo-freenect-stack Old-school Kinect works fine, Asus-XTion and prime sense get's error: no devices connected... I've worked through every post I could find on the topic, stuck, please help!

2016-09-06 02:07:35 -0500 received badge  Popular Question (source)
2016-09-05 16:45:41 -0500 asked a question No devices connected.... waiting for devices to be connected

Someone please help. I've tried every solution I can fin on the web. I'm running ubuntu 14.04 I have a Kinect and I'd like it to work with ROS. Nothing I've tried has worked. Can anyone help me?

2016-08-29 15:51:37 -0500 answered a question Asus laptop not connecting to Kobuki base?

Needed the udev rules,
. /opt/ros/indigo/setup.bash

rosrun kobuki_ftdi create_udev_rules

Works fine now......

2016-08-29 15:00:31 -0500 asked a question Asus laptop not connecting to Kobuki base?

My Asus Laptop doesn't seem to see the Kobuki base. When I use the command roslaunch turtlebot_bringup minimal.launch I get a Device does not (yet) available on this port, waiting....

The laptop is connected via the USP printer port on the kobuki. Does anyone have an idea what might be at issue?

I've run out of ideas Thanks,

2016-03-07 13:21:17 -0500 received badge  Famous Question (source)
2016-01-10 17:31:29 -0500 commented answer Installing Python with Ubuntu and raspberry Pi

Ok Yes spent the 2 hours plus redoing everything in Ubuntu 14.04, that's not the solution. 15.10 is made for Intel x86 and AMD64 the Pi is CPU: 900 MHz quad-core ARM Cortex A7 not sure they are compatible. I'm thinking there is no solution. Perhaps Raspbian with ROS... shoot!

2016-01-10 03:26:04 -0500 received badge  Notable Question (source)
2016-01-09 22:22:42 -0500 commented question Installing Python with Ubuntu and raspberry Pi
2016-01-09 19:55:37 -0500 commented question Installing Python with Ubuntu and raspberry Pi

I've installed a button on the Pi-2. Example at: http://iot-projects.com/index.php?id=... , worked fine on my Raspbian copy. When I run it on my Ubuntu Ros version I get Import Error no Module named RPi.GPIO the basic python commands work... I believe I have Ubuntu 13.10

2016-01-09 06:01:03 -0500 received badge  Popular Question (source)
2016-01-09 03:19:16 -0500 asked a question Installing Python with Ubuntu and raspberry Pi

Can some one help me find the correct instructions for installing python with GPIO on my Pi. I'm running ubuntu and I just finally got ROS to install and really don't want to screw it up.... Right now if I run a python script GPIO does not work.