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

asiron's profile - activity

2018-11-01 22:20:00 -0500 received badge  Famous Question (source)
2018-05-30 14:33:01 -0500 received badge  Student (source)
2018-04-23 18:12:39 -0500 received badge  Notable Question (source)
2018-04-23 11:47:02 -0500 received badge  Popular Question (source)
2018-04-23 11:10:06 -0500 commented question GPL licensed ROS software stack

That sounds great! What about message generated header files ? Are they GPL as well ?

2018-04-23 09:59:09 -0500 edited question GPL licensed ROS software stack

GPL licensed ROS software stack If a ROS software stack (that includes libraries, ROS nodes, messages and services, conf

2018-04-23 09:58:37 -0500 asked a question GPL licensed ROS software stack

GPL licensed ROS software stack If a ROS software stack (that includes libraries, ROS nodes, messages and services, conf

2015-10-15 17:15:07 -0500 marked best answer roscore command not found

Hey there,

I installed properly ROS Hydro, and I've been using it for quite a while. However, after coming to office the next day. I get the following error

zsh: command not found: roscore

This is weird because I am sourcing setup files for both ROS installation and catkin/rosbuild workspaces. Rosbuild is overlayed with catkin/devel. Also rosdep is working, and I have all enviromental variables except ROS_ROOT after launching new terminal. Thought exporting manually ROS_ROOT doesnt help, and when I source manually /opt/ros/hydro/setup.zsh and after rosbuild/setup.zsh or catkin/devel/setup.zsh, I lose all again.

I tried reinstalling ROS, but that didn't fix the problem.

Anyway had a similar problem?, because this sounds really weird to me.

2014-12-04 04:29:10 -0500 received badge  Famous Question (source)
2014-08-19 07:46:20 -0500 received badge  Editor (source)
2014-08-19 05:24:48 -0500 answered a question roscore command not found

Ok I have roscore in /opt/ros/hydro/bin, and if I source /opt/ros/hydro/setup.zsh then it works, or if I manually add /opt/ros/hydro/bin to my $PATH, then it crashes because $PYTHONPATH is not setup correctly.

However, the problem is that sourcing either catkin_ws/devel/setup.zsh or rosbuild/setup.zsh breaks my general ROS enviromental variables, it overwrites them. For example I lose from $PYTHONPATH dist-packages, /opt/ros/hydro/bin from the $PATH, and so on.

Does anyone have similar issue ?

UPDATE:

I just don't want to edit all enviromental variables by hand after sourcing catkin_ws/rosbuild setup files, so there has to be one solution to it.

2014-08-19 05:06:53 -0500 received badge  Notable Question (source)
2014-08-19 05:06:52 -0500 received badge  Enthusiast
2014-08-18 18:32:26 -0500 received badge  Popular Question (source)
2014-08-18 12:29:17 -0500 answered a question roscore command not found

Thanks for fast response,

which roscore cannot find roscore, and ros-hydro-roslaunch is installed and up to date, also I have working python at /usr/bin/python.

2014-06-04 16:38:05 -0500 commented answer How can I use nao_camera from nao_driver

Problem solved itself too, I don't know why but launch script was not reading properly ip address from NAO_IP env variable, and was crashing for this, now everything works

2014-06-04 12:16:12 -0500 answered a question How can I use nao_camera from nao_driver

I have the same problem on Hydro and NaoQI 1.12.5 , nao_tactile is dying when launching nao_driver with this error

Exception TypeError: "in method 'module_getName', argument 1 of type 'AL::module *'" in <bound method NaoTactile.__del__ of <__main__.NaoTactile;  >> ignored

nao_speech is available though, and I can publish to /speech topic. However, nao_camera is not working, I can't launch the process, because it's dying after throwing exception

Traceback (most recent call last):
File "/opt/ros/hydro/lib/nao_driver/nao_camera.py", line 162, in <module>
    rospy.logerr('Something went wrong: %s' % (e.strerrror) )

I have managed to find the place, and it's throwing it on:

    self.nameId = self.camProxy.subscribe("rospy_gvm", self.resolution, self.colorSpace, self.fps)

Any ideas why that could happen, I am launching it with

PYTHONPATH=/opt/ros/hydro/lib/python2.7/dist-packages:/home/asiron/software/naoqi/lib:/home/asiron/software/naoqi/python
LD_LIBRARY_PATH=/opt/ros/hydro/lib:/home/asiron/software/naoqi/lib
2014-06-04 12:07:38 -0500 commented question Can't get image from nao_camera

I have similar issue, I can't launch the process because it's dying in the middle of the launch, I have managed to get to know, and it's dying at the same line camProxy.subscribe("rospy_gvm", self.resolution, self.colorSpace, self.fps)

2014-06-02 11:20:29 -0500 commented answer import select ImportError: No module named select

Could you please tell me what was your problem, I have been having the same problem for 2 weeks, and I have yet to solve it, my env variables seem ok to me