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

jdd's profile - activity

2021-05-09 17:32:31 -0500 received badge  Famous Question (source)
2014-08-17 19:48:58 -0500 received badge  Notable Question (source)
2014-08-07 04:29:37 -0500 received badge  Student (source)
2014-07-14 10:03:14 -0500 received badge  Notable Question (source)
2014-07-14 10:03:14 -0500 received badge  Famous Question (source)
2014-04-30 00:51:23 -0500 received badge  Famous Question (source)
2014-03-31 05:20:45 -0500 received badge  Popular Question (source)
2014-03-31 05:20:45 -0500 received badge  Notable Question (source)
2014-03-27 03:18:15 -0500 received badge  Famous Question (source)
2014-03-24 06:30:56 -0500 received badge  Notable Question (source)
2014-01-29 10:30:09 -0500 received badge  Popular Question (source)
2014-01-28 06:41:05 -0500 received badge  Popular Question (source)
2013-12-31 07:38:05 -0500 asked a question turtlebot calibration no IR scan using Hydro

I can't get the turtlebot to calibrate using the turtlebot_calibration calibrate.launch file. It just outputs "Still waiting for scan" and I can see that the IR sensor never turns on. The kinect works fine when I've tried gmapping though so I know it does work.

2013-12-31 07:37:03 -0500 asked a question turtlebot calibration with Hydro

I can't get the turtlebot to calibrate using the turtlebot_calibration calibrate.launch file. It just output "Still waiting for scan" and I can see that the IR sensor never turns on. The kinect works fine when I've tried gmapping though so I know it does work.

2013-12-27 04:06:03 -0500 received badge  Editor (source)
2013-12-27 04:05:10 -0500 asked a question No turtlebot_node in Hydro?

I upgraded my turtlebot to ROS Hydro. I can run all typical test programs for the turtlebot without any problems but when I try and create my own packages it can't find turtlebot_node. I know this method worked with Fuerte.

For example: This is how I created a new package called color tracking: catkin_create color_tracking rospy std_msgs turtlebot_node

And then catkin_make gives an error that it can't find turtlebot_node.

2013-12-26 06:12:18 -0500 asked a question roslaunch not finding packages

I upgraded my turtlebot from Fuerte to Hydro. I went through the whole install and everything worked.

But roslaunch doesn't work now. I can still use roscd to move to all of the packages I just can't launch them. I get the following error when trying to launch the turtlebot:

[minimal.launch] is neither a launch file in package [turtlebot_bringup] nor is [turtlebot_bringup] a launch file name

2013-12-16 07:34:36 -0500 asked a question camera image from cmvision is inverted?

I'm trying to do color blob tracking with my turtlebot. I'm using cmvision and used color gui to the the correct YUV numbers for the color I want to track. I add those the the colors.txt file and everything seems to be going well. When I run cmvision the colors seems to be inverted and so the blob tracking doesn't work. I don't get why it's doing this. I'm using the default launch file and only changed it to use the kinect camera.

2012-12-30 23:48:30 -0500 received badge  Popular Question (source)
2012-12-30 06:34:50 -0500 asked a question Problems installing Gazebo

I'm trying to install Gazebo but running into the following errors. I think it has something to do with trying to update Ubuntu. This is with 12.04 and Fuerte.

turtlebot@turtlebot-Aspire-5552:~$ sudo apt-get install ros-fuerte-simulator-gazebo Reading package lists... Done Building dependency tree
Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: ros-fuerte-desktop-full : Depends: ros-fuerte-simulator-gazebo (= 1.6.12-s1344941223~precise) but 1.6.16-s1347172830~precise is to be installed ros-fuerte-simulator-gazebo : Depends: ros-fuerte-bullet (= 2.79-s1347124289~precise) but 2.79-s1344803197~precise is to be installed Depends: ros-fuerte-common-msgs (= 1.8.13-0precise-20120908-1740-+0000) but 1.8.13-0precise-20120812-0100-+0000 is to be installed Depends: ros-fuerte-common-rosdeps (= 1.2.0-s1347122840~precise) but 1.2.0-s1344802959~precise is to be installed Depends: ros-fuerte-driver-common (= 1.4.0-s1347168681~precise) but 1.4.0-s1344802685~precise is to be installed Depends: ros-fuerte-geometry (= 1.8.2-s1347128281~precise) but 1.8.2-s1344803881~precise is to be installed Depends: ros-fuerte-image-common (= 1.8.0-s1347133482~precise) but 1.8.0-s1344804269~precise is to be installed Depends: ros-fuerte-nodelet-core (= 1.6.5-s1347168835~precise) but 1.6.5-s1344806081~precise is to be installed Depends: ros-fuerte-perception-pcl (= 1.2.3-s1347170256~precise) but 1.2.2-s1344806759~precise is to be installed Depends: ros-fuerte-robot-model (= 1.8.1-s1347133837~precise) but 1.8.1-s1344897545~precise is to be installed Depends: ros-fuerte-ros (= 1.8.10-0precise-20120908-1636-+0000) but 1.8.10-0precise-20120811-2208-+0000 is to be installed Depends: ros-fuerte-ros-comm (= 1.8.15-0precise-20120908-1740-+0000) but 1.8.15-0precise-20120812-0102-+0000 is to be installed Depends: ros-fuerte-visualization-common (= 1.8.4-s1347128602~precise) but 1.8.4-s1344815737~precise is to be installed Depends: ros-fuerte-xacro (= 1.6.1-s1347128571~precise) but 1.6.1-s1344809708~precise is to be installed Depends: ros-fuerte-protobuf (= 0.1.0-s1347128313~precise) but 0.1.0-s1344835219~precise is to be installed turtlebot-env : Depends: turtlebot-ros E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).