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

PabloM's profile - activity

2014-06-16 08:42:52 -0500 received badge  Famous Question (source)
2014-06-03 06:03:49 -0500 received badge  Famous Question (source)
2014-05-27 15:13:25 -0500 received badge  Notable Question (source)
2014-03-27 00:20:52 -0500 received badge  Enthusiast
2014-03-26 15:45:17 -0500 received badge  Popular Question (source)
2014-03-26 05:50:13 -0500 commented question How start the nao_camera node?

I'm using the pre-compiled packages (sudo apt-get install ros-hydro-nao-robot) and not was installed the "camera-info-manager-py just the "camera-info-manager". And now with the image_view I can watch the retrieved image. Thank you so much Armin!

2014-03-26 01:16:30 -0500 commented question How start the nao_camera node?

"No module named camera_info_manager". Is it correct the way I'm launching the nao_camera node? or I need to past some extra parameters?

2014-03-26 00:20:40 -0500 received badge  Editor (source)
2014-03-26 00:18:50 -0500 asked a question How start the nao_camera node?

$ I am able to use the Python Nodes with the robot NAO using:

$ export PYTHONPATH="$PYTHONPATH:$HOME/path/to/pynaoqi/"

and

$ roslaunch nao_driver nao_driver.launch force_python:=true nao_ip:=192.168.1.206

if I want to check which nodes are running:

$ rosnode list

and I obtained the next list:

/nao_behaviors
/nao_controller
/nao_leds
/nao_sensors
/nao_speech
/nao_tactile
/nao_walker

How can I start or launch the nao_camera, because I going to need the image since i work in Computer Vision? I tried with:

$ roslaunch nao_driver nao_camera.launch nao_ip:=192.168.1.206

but I got the next error: (copy-paste of the terminal)

pablo@pabloNao:~$ roslaunch nao_driver nao_camera.launch force_python:=true nao_ip:=192.168.1.206 ... logging to /home/pablo/.ros/log/1340b312-b510-11e3-9391-24b6fd11a455/roslaunch-pabloNao-6138.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://pabloNao:33756/

SUMMARY

PARAMETERS * /nao_camera/calibration_file_bottom * /nao_camera/calibration_file_top * /nao_camera/color_space * /nao_camera/fps * /nao_camera/resolution * /rosdistro * /rosversion

NODES / nao_camera (nao_driver/nao_camera.py)

ROS_MASTER_URI=XXX

core service [/rosout] found process[nao_camera-1]: started with pid [6156] Traceback (most recent call last): File "/opt/ros/hydro/lib/nao_driver/nao_camera.py", line 38, in <module> import camera_info_manager ImportError: No module named camera_info_manager ================================================================================REQUIRED process [nao_camera-1] has died! process has died [pid 6156, exit code 1, cmd /opt/ros/hydro/lib/nao_driver/nao_camera.py --pip=192.168.1.206 --pport=9559 __name:=nao_camera __log:=/home/pablo/.ros/log/1340b312-b510-11e3-9391-24b6fd11a455/nao_camera-1.log]. log file: /home/pablo/.ros/log/1340b312-b510-11e3-9391-24b6fd11a455/nao_camera-1*.log

Initiating shutdown!

[nao_camera-1] killing on exit shutting down processing monitor... ... shutting down processing monitor complete done pablo@pabloNao:~$

I will really appreciate any advise, thank you!

2014-03-25 06:59:08 -0500 received badge  Supporter (source)
2014-03-25 06:24:49 -0500 commented answer Which is the better option for NAO using ROS?

Thank you for your time Severin! I'm going to continue using the python nodes. Now I don't know how to start the nao_camera node?. I will put in another question.

2014-03-25 01:48:46 -0500 received badge  Notable Question (source)
2014-03-24 10:42:48 -0500 received badge  Popular Question (source)
2014-03-24 01:25:29 -0500 asked a question Which is the better option for NAO using ROS?

NAO with ROS, Following the tutorials and searching in the forum I found there are 2 main options: 1- ROS on a remote PC and 2- ROS directly on the robot. But, for the option 1, also there are 2 more options: 1.1 Python nodes (install precompiled binaries) and 1.2 C++ nodes (source install from repository). In my case I finally could installed and tested the 1.1 option. For curiosity and to learn more about ROS I want to tackle the 1.2 and 2 options. The questions are: What are the advantages and disadvantages of these 3 options? Which is the better option? Why? Sorry for my question! but, in my specific case I was lost in the 1.1 and 1.2 options while I was following the respective tutorial.

Thank you!

2014-03-21 06:37:43 -0500 commented question Issues launching nao_sim

Armin, thank you for your advice, right now I'm able to launch the python nodes with the same instruction that you suggested in the above question ( roslaunch nao_driver nao_driver.launch force_python:=true nao_ip:=192.168.1.206) without any error and i tested a simple forward motion of the Nao.

2014-03-21 03:55:08 -0500 commented question Issues launching nao_sim

Quinton, our problem is the linking with the pynaoqi (export PYTHONPATH="$PYTHONPATH:$HOME/path/to/pynaoqi/") in my case i have an error in the path to pynaoqi. now I have other problem when i launch the NAOnodes (ERROR: cannot launch node of type [nao_driver/nao_sensors_cpp]: can't locate node [nao_sensors_cpp] in package [nao_driver]) .

2014-03-13 00:24:38 -0500 commented question Issues launching nao_sim

Hi! I have the same poblems, No handlers could be found for logger rosout. My configuration system is similar (ubuntu 12.04 64, ROS hydro and pynaoqi 1.14.5) for the Installation of ROS for NAO I followed the Armin's tutorials "ROS on a remote PC" but I installed just the precompiled binaries. should I uninstall them and install the github ones? including the extras_nao? Quinton Anderson, did you solve the problem? thank you!