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

Fred Eduardo's profile - activity

2015-07-06 06:30:57 -0500 received badge  Notable Question (source)
2015-04-30 16:24:20 -0500 received badge  Favorite Question (source)
2015-04-26 11:01:45 -0500 received badge  Famous Question (source)
2015-03-20 13:03:47 -0500 received badge  Famous Question (source)
2015-01-02 00:17:15 -0500 received badge  Self-Learner (source)
2015-01-02 00:17:15 -0500 received badge  Teacher (source)
2015-01-02 00:16:17 -0500 received badge  Famous Question (source)
2014-12-18 04:38:02 -0500 received badge  Popular Question (source)
2014-11-18 07:25:54 -0500 received badge  Favorite Question (source)
2014-11-18 07:24:20 -0500 received badge  Notable Question (source)
2014-10-31 10:24:57 -0500 received badge  Popular Question (source)
2014-10-31 10:17:50 -0500 received badge  Student (source)
2014-10-31 10:17:45 -0500 received badge  Famous Question (source)
2014-10-15 11:05:48 -0500 commented answer Waiting for the joint_trajectory_action server

Yeah! after seeing your video I figured it out. My desktop could reach the Pr2 (Of course), but c1 could not reach my desktop. So I just added it to the hosts file and now everything works. Thanks a lot man! awesome talk!

2014-10-15 10:29:27 -0500 commented question Waiting for the joint_trajectory_action server

Well, tuckarms work just fine. Could this be a network problem just for the controllers? Cause, on the desktop, using pr2_interactive_manipulation, Rviz shows correct information/states of the robot, so it receives data on the network. When I click 'move right arm', however, then it doesnt work.

2014-10-15 10:25:07 -0500 received badge  Notable Question (source)
2014-10-14 13:03:29 -0500 received badge  Popular Question (source)
2014-10-14 13:02:29 -0500 answered a question Waiting for the joint_trajectory_action server
@pr1023:~$ rosrun pr2_controller_manager pr2_controller_manager list
base_controller ( running )
base_odometry ( running )
head_camera_trigger ( running )
head_traj_controller ( running )
l_arm_controller ( running )
l_forearm_cam_trigger ( running )
l_gripper_controller ( running )
laser_tilt_controller ( running )
projector_controller ( running )
projector_trigger ( running )
prosilica_inhibit_projector_controller ( running )
r_arm_controller ( running )
r_forearm_cam_trigger ( running )
r_gripper_controller ( running )
torso_controller ( running )

these are my controllers. is it how it is supposed to be or am I missing something?

2014-10-13 15:48:31 -0500 asked a question Waiting for the joint_trajectory_action server

Hey Guys, I am trying to do some demos on a real Pr2, but I cant make it move it arms.

At first, I tried http://wiki.ros.org/pr2_interactive_m... And there occurs no error, robot comes up and on my desktop, rviz shows up all Ok, but then when I try to move its arms to the front or so it doesnt move.

So I tried something even more basic: pr2_props On Robot roslaunch pr2_props pr2_props.launch And on the desktop rosrun pr2_props hug

But I keep getting this message on a loop:

[ INFO] [1413233159.293564120]: Waiting for the joint_trajectory_action server
[ INFO] [1413233164.293692161]: Waiting for the joint_trajectory_action server
[ INFO] [1413233169.293832716]: Waiting for the joint_trajectory_action server
[ INFO] [1413233174.293930410]: Waiting for the joint_trajectory_action server

Any ideas what it could be?

@pr1023:~$ rosrun pr2_controller_manager pr2_controller_manager list
base_controller ( running )
base_odometry ( running )
head_camera_trigger ( running )
head_traj_controller ( running )
l_arm_controller ( running )
l_forearm_cam_trigger ( running )
l_gripper_controller ( running )
laser_tilt_controller ( running )
projector_controller ( running )
projector_trigger ( running )
prosilica_inhibit_projector_controller ( running )
r_arm_controller ( running )
r_forearm_cam_trigger ( running )
r_gripper_controller ( running )
torso_controller ( running )

these are my controllers. is it how it is supposed to be or am I missing something?

2014-10-05 15:27:07 -0500 asked a question build oculus_rviz_plugins with OculusSDK 0.3.2

Hey guys, I am trying to port oculus_rviz_plugins to work with Oculus Rift DK2, so the first step is to build it with new SDK, Then I am going to replace old to new functions from the new API. So I have OculusSDK in my home, then I 'make' it with no errors, and then tried to catkin_make oculus_rviz_plugins in my catkin_ws, but I always get the following. It cant find the SDK. I suppose I didnt build OculusSDK properly. How can I do it? newbie here.

CMake Error at oculus_rviz_plugins/CMakeLists.txt:17 (FIND_PACKAGE):
  Could not find module FindOculusSDK.cmake or a configuration file for
  package OculusSDK.

  Adjust CMAKE_MODULE_PATH to find FindOculusSDK.cmake or set OculusSDK_DIR
  to the directory containing a CMake configuration file for OculusSDK.  The
  file will have one of the following names:

    OculusSDKConfig.cmake
    oculussdk-config.cmake



CMake Error at /opt/ros/groovy/share/catkin/cmake/catkin_package.cmake:156 (message):
  catkin_package() DEPENDS on 'OculusSDK' which must be find_package()-ed
  before.  If it is a catkin package it can be declared as CATKIN_DEPENDS
  instead without find_package()-ing it.
Call Stack (most recent call first):
  /opt/ros/groovy/share/catkin/cmake/catkin_package.cmake:98 (_catkin_package)
  oculus_rviz_plugins/CMakeLists.txt:23 (catkin_package)


-- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed

Thanks!

2014-10-03 15:28:27 -0500 commented answer bash problems on pr2, robot command not found

Yeah, I just installed pr2-* and ros-groovy-pr2-* and now my diagnosis is all green. Thanks a lot Hendrix!

2014-10-03 14:11:27 -0500 commented answer bash problems on pr2, robot command not found

I tried all above, No work.

I then tried apt-get install --reinstall ros-groovy-joystick-drivers and no work. I tried reinstall pr2-core-groovy and network, stilll no work. i dont what else to do.

2014-10-01 15:35:30 -0500 received badge  Notable Question (source)
2014-10-01 13:19:22 -0500 answered a question bash problems on pr2, robot command not found

Yeah it was my fault. I got everything working with above commands, but now joystick doesn't work:

I have the robot commands now but because of the previous issue, joystick doesn't work and some stuff is missing on diagnostics. for example:

Power system: error
IBPS 0 to 3 are missing, smart battery all missing. the only ok is the power board 1056.
    More examples:
Devices: error
Joystick: Stale
Joysting driver status: missing

I tried to reinstall joystick drivers then, and I got the following:

$ sudo apt-get install ros-groovy-joystick-drivers
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ros-groovy-joystick-drivers is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 ros-groovy-oculus-sdk : Depends: libudev-dev but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

So I did apt-get -f install and I think it installed livudev-dev and everything.

So I tried installing again the drivers and all went well:

$ sudo apt-get install ros-groovy-joystick-*
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'ros-groovy-joystick-drivers' for regex 'ros-groovy-joystick-*'
ros-groovy-joystick-drivers is already the newest version.
The following packages were automatically installed and are no longer required:
  config-package-dev libpcl-surface-1.7-dev
  ros-hydro-opencv2 syslinux dnsmasq-base
  libnet-ssleay-perl ros-hydro-rosbag ros-hydro-cv-bridge
  chrony libgraphicsmagick3 ckermit pr2-grant
  libpcl-surface-1.7 libpcl-features-1.7-dev
  libcxsparse2.2.3 octave3.2 ros-hydro-roscpp
  ros-hydro-rosgraph libfile-copy-recursive-perl
  ros-hydro-image-proc ros-hydro-roscpp-serialization
  ros-hydro-smclib ros-hydro-roslaunch libglpk0 libarpack2
  ros-hydro-rospack libpcl-outofcore-1.7
  libpcl-recognition-1.7 ros-hydro-message-runtime
  pr2-ctr350 libcholmod1.7.1 libxml-parser-perl liburi-perl
  unionfs-fuse ros-hydro-message-filters ros-hydro-roslib
  libpcl-geometry-1.7-dev libhtml-parser-perl
  ros-hydro-rosnode update-inetd
  libpcl-registration-1.7-dev pr2-sendhwlog libv8-3.7.12.22
  libhttp-daemon-perl ros-hydro-rosmsg rlinetd
  ros-hydro-tf2-msgs ros-hydro-rosout
  ros-hydro-camera-info-manager screen ros-hydro-pcl-msgs
  libfont-afm-perl pr2-netconsole libhttp-negotiate-perl
  libfile-listing-perl libhtml-form-perl
  libpcl-features-1.7 libfftw3-3 syslinux-common
  libvtk5.8-qt4 python-urlgrabber bluez-hcidump
  ros-hydro-nodelet ifplugd ros-hydro-roswtf
  ros-hydro-actionlib libaprutil1-ldap apache2-mpm-prefork
  cdbs libpcl-tracking-1.7 netperf
  ros-hydro-camera-calibration-parsers apache2-utils
  ros-hydro-topic-tools libpcl-tracking-1.7-dev
  libccolamd2.7.1 ros-hydro-cpp-common
  libpcl-search-1.7-dev apache2 tcsh libhtml-tree-perl
  ros-hydro-gencpp intltool libencode-locale-perl
  libhttp-date-perl ros-hydro-actionlib-msgs
  libmailtools-perl snmpd ros-hydro-diagnostic-msgs
  pr2-chrony liblwp-protocol-https-perl apache2.2-common
  ros-hydro-rostest libnetfilter-conntrack3 timelimit snmp
  libpcl-keypoints-1.7 pr2-sysros libpcl-apps-1.7
  ros-hydro-tf2-ros ros-hydro-rostime libparpack2
  ros-hydro-rosgraph-msgs libhttp-cookies-perl
  libpcl-keypoints-1.7-dev libhttp-message-perl
  ros-hydro-geometry-msgs python-svn
  ros-hydro-message-generation ros-hydro-rosservice
  smartmontools pr2-ckill python-scour ros-hydro-genmsg
  libaprutil1-dbd-sqlite3 libflann1 ros-hydro-class-loader
  libapache2-mod-python libcolamd2.7.1 ros-hydro-rosclean
  nodejs libnet-http-perl apache2.2-bin ros-hydro-xmlrpcpp
  ros-hydro-rosmaster libgraphicsmagick++3 octave3.2-common
  ros-hydro-rosunit libpcl-octree-1.7-dev libcap-dev
  ros-hydro-genlisp libpcl-people-1.7 nfs-kernel-server
  libhtml-format-perl ros-hydro-image-geometry libev4
  libpcl-common-1.7-dev pr2-wrt610n ros-hydro-catkin
  ros-hydro-rosbag-storage ros-hydro-bondcpp
  libpcl-search-1.7 libpcl-sample-consensus-1.7-dev
  libpcl-common-1.7 ros-hydro-roscpp-traits pr2-repo
  pr2-netboot dnsmasq libdaemon0 libsocket6-perl libc-ares2
  ros-hydro-tf zsh ros-hydro-bond executable-selector
  pr2-stress libpcl-filters-1.7 pr2-repo-pr2
  ros-hydro-image-transport ros-hydro-dynamic-reconfigure
  libpcl-kdtree-1.7-dev dh-translations libhtml-tagset-perl
  libpcl-filters-1.7-dev ros-repo ros-hydro-rospy libkms1
  libwww-perl ros-hydro-nodelet-topic-tools fuse-utils
  libvtk5-qt4-dev ros-hydro-rosbuild ros-hydro-tf2-py
  libflann-dev ros-hydro-rosconsole ros-hydro-std-msgs
  libpcl-registration-1.7 ros-hydro-genpy ros-hydro-tf2
  libio-socket-ssl-perl libqrupdate1 libpcl-1.7-doc distcc
  libpcl-sample-consensus-1.7 libwww-robotrules-perl
  liblwp-mediatypes-perl libpcl-segmentation-1.7
  libpcl-octree-1.7 ros-hydro-rosparam
  ros-hydro-console-bridge ros-hydro-sensor-msgs
  libpcl-kdtree-1.7 ros-hydro-rostopic
  ros-hydro-diagnostic-updater texinfo pr2-systemcheck
  libio-socket-inet6-perl atftpd
  libpcl-segmentation-1.7-dev pr2-bios-bmc-images
  ros-hydro-pluginlib
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 252 not upgraded.

But diagnostic still says joystick is stale and Joystick driver is missing so I cant control the Robot ...

there are some weird ... (more)

2014-09-30 14:48:03 -0500 commented question cannot launch node head_pointer on pr2_surrogate, Oculus Rift dk1

I was using catkin_make on top of ws, figured I had to do make on pr2_surrogate folder for some reason. Sorry, newbie here :)

2014-09-30 13:05:33 -0500 asked a question cannot launch node head_pointer on pr2_surrogate, Oculus Rift dk1

Hey Guys,

I am trying to use pr2_surrogate with oculus dk1. I get the oculus working with rviz and the kinect rendering to it, but I can't get the robot head to follow the head tracking. After I initialize robot.launch I get the following:

ERROR: cannot launch node of type [pr2_surrogate/head_pointer]: can't locate node [head_pointer] in package [pr2_surrogate] ERROR: cannot launch node of type [pr2_surrogate/arm_mover]: can't locate node [arm_mover] in package [pr2_surrogate] ERROR: cannot launch node of type [pr2_surrogate/arm_mover]: can't locate node [arm_mover] in package [pr2_surrogate]

Any ideias on what it could be?

2014-09-30 13:05:10 -0500 received badge  Enthusiast
2014-09-29 12:32:40 -0500 received badge  Popular Question (source)
2014-09-24 14:38:55 -0500 commented question Oculus rviz plugins "No Oculus device found" - DK2, Ros Groovy

Yeah I am pretty sure rviz_plugins simply does not support DK2. I am new to ros and rviz so I don't have the expertise, but I really want develop these patches for the dk2 to work on rviz. Anybody else willing to work on it? You guys think simply porting it to use the new oculus sdk might be enough?

2014-09-24 10:43:39 -0500 received badge  Editor (source)
2014-09-24 10:42:37 -0500 asked a question bash problems on pr2, robot command not found

Hey guys, I was having some issues with the kinect on the pr2 and so I had to uninstall and reinstall openni. I now get the kinect working (roslaunch / ros commands in general work), but somehow I think I messed up the bash configuration on the Pr2 machine. Now all commands robot start/stop, robot users etc, are not found.

I tried source again /opt/ros/groovy/setup.bash but nothing seems to work.

Also, right when I ssh into the pr2 machine AND when I type /bin/bash, I get the following:

-bash: /usr/bin/check-ssh-keys: No such file or directory Sourcing /etc/ros/setup.bash -bash: /etc/ros/setup.bash: No such file or directory

Do you guys know any workaround for this issue?

2014-09-23 15:47:35 -0500 received badge  Supporter (source)
2014-09-23 06:47:08 -0500 received badge  Notable Question (source)
2014-09-20 20:20:36 -0500 received badge  Popular Question (source)
2014-09-19 16:43:24 -0500 answered a question Oculus Rift rviz plugin - "No Oculus evice found"

I am having the same issue here, can you please clarify what you deleted from /lib/udev/rules.d to solve it? and what about /etc/udev/rules.d?

I have the following at /etc/udev/rules.d : 70-persistent-cd.rules 70-persistent-net.rules 90-oculus-groovy.rules READM and at /lib/udev/rules.d I have a bunch of rules, but nothing related to the oculus.