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

wyosae67's profile - activity

2021-05-25 20:08:27 -0500 received badge  Student (source)
2014-09-17 13:08:38 -0500 received badge  Notable Question (source)
2014-01-07 00:16:12 -0500 received badge  Famous Question (source)
2013-07-25 18:56:25 -0500 received badge  Popular Question (source)
2013-04-30 17:10:47 -0500 asked a question No Images from Procilica GC655C

I have gone through the tutorials for finding the IP address and setting up the camera for my desktop. When I run one the launch files (streaming or prosilica).launch in the with the correct camera IP address I don't see an image topic produced. I only get

vision@ubuntu:~/catkin_ws$ rostopic list

/diagnostics

/prosilica_driver/parameter_descriptions

/prosilica_driver/parameter_updates

/rosout

/rosout_agg

I am expecting to see a /prosilica/image_raw but I never see it and I am not sure what I am missing. I am using Groovy

2013-04-30 17:03:52 -0500 received badge  Famous Question (source)
2013-04-30 17:03:52 -0500 received badge  Popular Question (source)
2013-04-30 17:03:52 -0500 received badge  Notable Question (source)
2013-04-30 17:03:17 -0500 received badge  Notable Question (source)
2013-04-30 17:03:17 -0500 received badge  Popular Question (source)
2012-08-16 12:53:37 -0500 received badge  Famous Question (source)
2012-07-28 07:26:58 -0500 received badge  Notable Question (source)
2012-06-09 23:58:07 -0500 received badge  Popular Question (source)
2012-02-22 04:36:56 -0500 commented question tf.ExtrapolationException in simmechanics_tutorial package

I have the same problem. I tried fixing it by adding self.listener.waitForTransform(parent, child, rospy.Time.now(), rospy.Duration(5.0)) before (off,rpy) = self.listener.lookupTransform(parent, child, rospy.Time(0)) but then I get this tf.Exception: Lookup would require extrapolation into the past

2012-01-27 01:51:08 -0500 answered a question OpenCV Error: Image step is wrong () in cvInitMatHeader

just had to change it to lower case mono8.

2012-01-26 12:37:25 -0500 answered a question OpenCV Error: Image step is wrong () in cvInitMatHeader

That is set manually with dynamic reconfigure as the driver has many different types of images it can return Right now it is set as MONO8 before it is published. I am using electric ros.

2012-01-26 10:32:24 -0500 asked a question OpenCV Error: Image step is wrong () in cvInitMatHeader

Name : left_mat_ Details:{flags = 1124007936, dims = 2, rows = 480, cols = 752, data = 0x80b6bc8 023"..., dataend = 0x8110bb8 "", datalimit = 0x8110bc8 "", allocator = 0x0, size = {p = 0xbffff238}, step = {p = 0xbffff260, buf = {768, 1}}} Default:{...} Decimal:{...} Hex:{...} Binary:{...}

This is from grabbing my image from a focus robotics stereo cam then I use stereo bridge and get this

Name : left_image_ Details:{_vptr.Image_ = 0x80840e8, header = {_vptr.Header_ = 0x8084128, seq = 0, stamp = {<ros::timebase<ros::time, ros::duration="">> = {sec = 0, nsec = 0}, <no data="" fields="">}, frame_id = {static npos = 4294967295, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<no data="" fields="">}, <no data="" fields="">}, _M_p = 0x808f5fc ""}}, __connection_header = {px = 0x0, pn = {pi_ = 0x0}}}, height = 480, width = 752, encoding = {static npos = 4294967295, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<no data="" fields="">}, <no data="" fields="">}, _M_p = 0x808f5fc ""}}, is_bigendian = 0 '\000', step = 768, data = {<std::_vector_base<unsigned char,="" std::allocator<unsigned="" char=""> >> = {_M_impl = {<std::allocator<unsigned char="">> = {<__gnu_cxx::new_allocator<unsigned char="">> = {<no data="" fields="">}, <no data="" fields="">}, _M_start 023"..., _M_finish = 0x8252c00 "", _M_end_of_storage = 0x8252c00 ""}}, <no data="" fields="">}, __connection_header = {px = 0x0, pn = {pi_ = 0x0}}} Default:{...} Decimal:{...} Hex:{...} Binary:{...} Octal:{...}

When I try and run image viewer I get the error in the title what is going wrong?

2012-01-25 17:01:01 -0500 received badge  Self-Learner (source)
2012-01-25 17:00:47 -0500 received badge  Teacher (source)
2012-01-25 17:00:47 -0500 received badge  Self-Learner (source)
2012-01-25 14:44:13 -0500 answered a question adding switch to final link

fixed with target_link_libraries(${PROJECT_NAME} netpbm)

2012-01-25 14:43:06 -0500 answered a question dynamic reconfigure not building proper cpp header

um I was missing a { in one of my header files.

2012-01-25 14:08:53 -0500 asked a question adding switch to final link

I am trying to use and external library foo.a and I was told by the manufacturer to add -lnetpbm as a switch to your final link. as I am getting Linking CXX executable bin/fr_cam /home/scott/focusrobotics/release_20120111/lib/libfrdev.a(FrImage.o): In function FrImage': /home/scott/focusrobotics/release_20120111/src/libfrdev/FrImage.cpp:226: undefined reference topm_openr'

how do I do what he suggests?

2012-01-25 05:29:18 -0500 received badge  Organizer (source)
2012-01-25 00:40:27 -0500 received badge  Editor (source)
2012-01-25 00:39:09 -0500 asked a question dynamic reconfigure not building proper cpp header

I am trying to write a node for the Focus Robotics fpga stereo cam. I copied the code from bumblebee2 package and modified it to take the stereo cam and publish to image messages and a stereo message. My problem is with the dynamic reconfigure. I copied the bumblebee2 config file and added some of my own. It autogenerates the header file but it is full of errors like the following

In file included from /home/scott/ARA_Stack/fr_cam/cfg/cpp/fr_cam/Fr_camConfig.h:50:0,
                 from /home/scott/ARA_Stack/fr_cam/src/fr_cam.cpp:76:
/opt/ros/electric/stacks/driver_common/dynamic_reconfigure/include/dynamic_reconfigure/config_tools.h:14:22: error: ‘BoolParameter’ is not a member of ‘fr_cam::dynamic_reconfigure’
/opt/ros/electric/stacks/driver_common/dynamic_reconfigure/include/dynamic_reconfigure/config_tools.h:14:22: note: suggested alternative:
/opt/ros/electric/stacks/driver_common/dynamic_reconfigure/msg_gen/cpp/include/dynamic_reconfigure/BoolParameter.h:95:71: note:   ‘dynamic_reconfigure::BoolParameter’

I can build the bumblebee package without any errors. What is going on?