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

mealejan's profile - activity

2015-07-28 21:14:03 -0500 received badge  Famous Question (source)
2015-07-28 21:14:03 -0500 received badge  Notable Question (source)
2015-07-09 20:13:39 -0500 received badge  Famous Question (source)
2015-03-09 17:12:38 -0500 received badge  Notable Question (source)
2015-03-09 17:12:38 -0500 received badge  Famous Question (source)
2014-06-28 11:05:59 -0500 received badge  Taxonomist
2014-05-14 09:26:54 -0500 received badge  Popular Question (source)
2014-04-15 02:47:41 -0500 received badge  Popular Question (source)
2014-03-16 15:11:16 -0500 received badge  Famous Question (source)
2014-03-12 14:23:13 -0500 received badge  Notable Question (source)
2014-03-03 09:05:47 -0500 received badge  Notable Question (source)
2014-02-25 22:36:42 -0500 received badge  Editor (source)
2014-02-25 22:36:01 -0500 asked a question costmap_2d doesn't compile in groovy because of pcl

I am trying to build costmap_2d from the groovy-devel branch. Unfortunately it fails with the following messages:
output I think it is because of the PCL-Version
What Version of PCL do I need that the compilation process works?
I have following Version installed:
pcl 1.7.1-1
pcl-ros 1.7.0-1
ros-groovy-pcl 1.0.36-1
ros-groovy-pcl-conversions 0.1.5-1
ros-groovy-pcl-msgs 0.1.0-1

2014-02-24 05:11:53 -0500 received badge  Famous Question (source)
2014-02-24 03:42:21 -0500 commented question build fail rviz 1.3.94

I am very sorry but I can't remember it. I think you had to inlcude the path of your pcl instalation manualy in the CMakeLists.txt.
Normaly it is installed outside the opt/ros directory. Search it and add it:
link_directories ([dir to lib])
Then insert
target_link_libraries ([programm] [library])

2014-02-24 03:36:42 -0500 commented question No module brics_actuator.msg

solved by adding following line to the code: import roslib;roslib.load_manifest('my_package') and having in the manifest.xml of the project <depend package="brics_actuator"/>

2014-02-21 10:41:45 -0500 received badge  Popular Question (source)
2014-02-20 22:06:21 -0500 commented question No module brics_actuator.msg

It seems like the python path variable isn't set correctly.

2014-02-20 22:06:21 -0500 received badge  Commentator
2014-02-20 15:28:34 -0500 received badge  Popular Question (source)
2014-02-20 03:38:28 -0500 asked a question No module brics_actuator.msg

I have a python programm which fails to start because of following messages:
Traceback (most recent call last):
File "./arm_default.py", line 6, in <module>
from brics_actuator.msg import JointPositions
ImportError: No module named brics_actuator.msg

I can't find any file called brics_actuator.msg, but the cob_common package compiles without error. And brics_actuator has been installed after building it with cmake & make install.

Any ideas?

2014-02-19 22:40:41 -0500 received badge  Enthusiast
2014-02-19 01:28:46 -0500 commented question Asus Xtion Pro Live Groovy doesn't work

After a restart of the system everything works fine. (except that I am missing the yaml-files. Thank you. I think the error was because of the wrong launch file

2014-02-19 01:14:09 -0500 commented question Asus Xtion Pro Live Groovy doesn't work

After downloading openni2_launch, from git (there is no ubuntu package for groovy) I still don't get any picture. The error message i found says:
Warning: USB events thread - failed to set priority. This might cause loss of data... When I try to grab the data with rviz or following command:
rosrun image_view image_view image:=/camera/rgb/image_color It says no data recieved
When I listen on the topics no data is recieved.

2014-02-19 00:41:21 -0500 commented question Asus Xtion Pro Live Groovy doesn't work

I installed openni2-camera but it didn't change anything. After installing the link I get following message: Image: PrimeSense/SensorV2/5.1.6.6: Failed to set USB interface! I have a USB2-Interface, and the second version of the camera.

2014-02-18 06:26:53 -0500 commented answer ros groovy compile fails at pcl

I think the problem was caused by shiboken. But I found a package of my distribution (arch) pcl-ros which compiled without errors.

2014-02-18 06:24:54 -0500 commented question build fail rviz 1.3.94

There was a error in a library path. Solved it.

2014-02-18 06:23:31 -0500 asked a question Asus Xtion Pro Live Groovy doesn't work

When I try to start the Xtion Camera with roslaunch openni.launch I get following error:

Reason: USB interface is not supported!

Following packages are installed: ros-groovy-openni-launch ros-groovy-openni-camera ros-groovy-openni2-camera

What should I do?

2014-02-13 06:05:31 -0500 asked a question build fail rviz 1.3.94

Maybe someone can help me with following error.

[ 73%] Building CXX object src/rviz/default_plugin/CMakeFiles/default_plugin.dir/moc_range_display.cxx.o In file included from /usr/include/boost/signals.hpp:9:0, from /opt/ros/groovy/include/message_filters/subscriber.h:40, from /home/alejandro/Downloads/rviz-1.9.34/src/rviz/message_filter_display.h:36, from /home/alejandro/Downloads/rviz-1.9.34/build/src/rviz/default_plugin/../../../../src/rviz/default_plugin/range_display.h:35, from /home/alejandro/Downloads/rviz-1.9.34/build/src/rviz/default_plugin/moc_range_display.cxx:9: /usr/include/boost/signal.hpp:17:4: Warnung: #warning "Boost.Signals is no longer being maintained and is now deprecated. Please switch to Boost.Signals2. To disable this warning message, define BOOST_SIGNALS_NO_DEPRECATION_WARNING." [-Wcpp] # warning "Boost.Signals is no longer being maintained and is now deprecated. Please switch to Boost.Signals2. To disable this warning message, define BOOST_SIGNALS_NO_DEPRECATION_WARNING." ^ Linking CXX shared library ../../../devel/lib/libdefault_plugin.so [ 93%] Built target default_plugin Makefile:126: recipe for target 'all' failed make: * [all] Error 2

2014-02-13 01:20:44 -0500 received badge  Notable Question (source)
2014-02-13 00:52:21 -0500 commented answer ros groovy compile fails at pcl

Is this version to new?

2014-02-12 23:51:57 -0500 commented answer ros groovy compile fails at pcl

I have the version eigen-3.2.0-1 installed

2014-02-12 23:50:49 -0500 received badge  Popular Question (source)
2014-02-12 23:20:37 -0500 commented question ros groovy compile fails at pcl

You can find the output here.

2014-02-12 22:59:08 -0500 commented question ros groovy compile fails at pcl

You can find the output here

2014-02-12 22:50:21 -0500 asked a question ros groovy compile fails at pcl

I am trying to compile ROS by source on an arch system. The compile process stucks a pcl. The result of cd ~/ros_catkin_ws/build_isolated/pcl && ~/ros_catkin_ws/install_isolated/env.sh make -j8 -l8 is: common/CMakeFiles/pcl_common.dir/build.make:103: recipe for target 'common/CMakeFiles/pcl_common.dir/src/common.cpp.o' failed make[2]: * [common/CMakeFiles/pcl_common.dir/src/common.cpp.o] Error 1 common/CMakeFiles/pcl_common.dir/build.make:149: recipe for target 'common/CMakeFiles/pcl_common.dir/src/distances.cpp.o' failed make[2]: [common/CMakeFiles/pcl_common.dir/src/distances.cpp.o] Error 1 common/CMakeFiles/pcl_common.dir/build.make:80: recipe for target 'common/CMakeFiles/pcl_common.dir/src/io.cpp.o' failed make[2]: [common/CMakeFiles/pcl_common.dir/src/io.cpp.o] Error 1 CMakeFiles/Makefile2:545: recipe for target 'common/CMakeFiles/pcl_common.dir/all' failed make[1]: [common/CMakeFiles/pcl_common.dir/all] Error 2 octree/CMakeFiles/pcl_octree.dir/build.make:57: recipe for target 'octree/CMakeFiles/pcl_octree.dir/src/octree_impl.cpp.o' failed make[2]: [octree/CMakeFiles/pcl_octree.dir/src/octree_impl.cpp.o] Error 1 CMakeFiles/Makefile2:1083: recipe for target 'octree/CMakeFiles/pcl_octree.dir/all' failed make[1]: [octree/CMakeFiles/pcl_octree.dir/all] Error 2 [ 4%] Built target pcl_io_ply Makefile:126: recipe for target 'all' failed make: ** [all] Error 2

Any ideas?