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

Steveb's profile - activity

2020-05-15 06:26:37 -0500 received badge  Supporter (source)
2019-08-27 08:45:22 -0500 received badge  Taxonomist
2016-10-14 23:41:17 -0500 received badge  Teacher (source)
2016-10-10 07:24:18 -0500 commented question USARSimROS : [ERROR] Unknown conf type Camera

The ROS-USARSim bridge has very basic functionality. I believe that the encoder is yet another example of a USARSim sensor that is not currently supported. You can comment this out of the USARSim configuration file. The app should still work. Does it?

2016-10-07 07:57:39 -0500 answered a question USARSimROS : [ERROR] Unknown conf type Camera

I believe that the issue is that the USARSim-ROS bridge does not support cameras. There are three possible solutions to your issue: 1) Ignore the message (it does not affect the rest of the code) 2) Remove the camera from your robot configuration file 3) Add code to the bridge to support the publication of the camera image

Unless you need the camera image for your ROS code, I would suggest solution 1.

2013-09-17 22:21:12 -0500 received badge  Famous Question (source)
2013-05-23 06:38:25 -0500 received badge  Notable Question (source)
2013-04-03 04:31:02 -0500 received badge  Popular Question (source)
2013-04-02 05:21:35 -0500 asked a question motoman stack on ros industrial

I am trying to install the motoman stack from ros industrial on a fuerte installation. When I compile (with a rosmake), I receive the error "Cannot find required resource: warehouse_ros". I have downloaded and installed warehouse_ros from the git repository located at https://github.com/ros-planning/warehouse_ros.git, but the problem did not go away. Any ideas?

BTW, the reason that I am doing this is to experiment with the Fast_IK solution found at http://www.ros.org/wiki/Industrial/Tutorials/Create_a_Fast_IK_Solution. However, when I installed this package, I was missing the sia10d_mesh_arm_navigation and started down a path of installing from git. Any help with the Fast_IK would also be appreciated!

2012-09-10 01:08:05 -0500 received badge  Famous Question (source)
2012-09-10 01:08:05 -0500 received badge  Popular Question (source)
2012-09-10 01:08:05 -0500 received badge  Notable Question (source)
2012-09-06 18:59:19 -0500 received badge  Famous Question (source)
2012-08-24 21:42:07 -0500 received badge  Popular Question (source)
2012-08-24 21:42:07 -0500 received badge  Notable Question (source)
2012-08-19 07:50:04 -0500 received badge  Popular Question (source)
2012-08-19 07:50:04 -0500 received badge  Notable Question (source)
2012-08-19 07:50:04 -0500 received badge  Famous Question (source)
2012-07-19 07:15:02 -0500 answered a question ros-fuerte-arm-navigation installation failure

This problem seems to be solved. I tried the exact same command this afternoon and it worked (it did not work this morning or last night...). Not sure what happened here.

2012-07-18 11:16:48 -0500 asked a question ros-fuerte-arm-navigation installation failure

Hi, I am trying to install the ros-fuerte-arm-navigation package on a fresh install of ROS. I am getting the following errors when I run: sudo apt-get install ros-fuerte-arm-navigation --fix-missing

The following extra packages will be installed:
  ros-fuerte-ompl
The following NEW packages will be installed:
  ros-fuerte-arm-navigation ros-fuerte-ompl
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 69.6 MB of archives.
After this operation, 236 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Err http://packages.ros.org/ros/ubuntu/ oneiric/main ros-fuerte-ompl amd64 0.11.0001998-0oneiric-20120702-2033-+0000
  404  Not Found
Err http://packages.ros.org/ros/ubuntu/ oneiric/main ros-fuerte-arm-navigation amd64 1.1.11-s1341612107~oneiric
  404  Not Found
Failed to fetch http://packages.ros.org/ros/ubuntu/pool/main/r/ros-fuerte-ompl/ros-fuerte-ompl_0.11.0001998-0oneiric-20120702-2033-+0000_amd64.deb  404  Not Found
Failed to fetch http://packages.ros.org/ros/ubuntu/pool/main/r/ros-fuerte-arm-navigation/ros-fuerte-arm-navigation_1.1.11-s1341612107~oneiric_amd64.deb  404  Not Found
Unable to correct missing packages.
E: Aborting install.

I have seen similar posts to this, but they seem to imply that there are left over packages from a previous install. Mine is a fresh install, so this is not the issue. Help would be much appreciated!

2012-05-03 02:42:06 -0500 answered a question rosjava for arm navigation

Do you know if there is a time table for actionlib support?

2012-05-01 05:29:32 -0500 asked a question rosjava for arm navigation

Hi, I am new to rosjava (and ros) and am trying to control a robotic arm using joint control and rosjava. I am able to do this with c++ using the follow_joint_trajectory/goal topic and a FollowJointTrajectoryActionGoal message. However, I have not been able to find an equivalent class in Java (the FollowJointTrajectoryActionGoal.java is an interface). Are there any tutorials that anyone can point me to or can someone point me to the appropriate message to send? Thanks!

2012-03-29 08:05:14 -0500 asked a question rosjava errors on oneiric

When trying to make the simple example from the rosjava page I am running into several problems. The first is that rosdep is complaining that it cannot install 'ant'. This seems to be a solved problem (see https://code.ros.org/trac/ros/ticket/3783) but for some reason it is still a problem on my system.

Even when I make with a "rosmake --no-rosdep" I get problems with std_msgs for example: check-gen-srv-skip:

gen-srv:

compile: [javac] Compiling 3 source files to /home/stephen/.ros/rosjava/build/actionlib_msgs [javac] GoalStatusArray.java:9: package org.ros.message.std_msgs does not exist [javac] public org.ros.message.std_msgs.Header header = new org.ros.message.std_msgs.Header();