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

Benjamin.Nilson's profile - activity

2018-07-06 03:58:47 -0500 received badge  Student (source)
2018-05-14 06:04:10 -0500 received badge  Famous Question (source)
2018-05-14 06:04:10 -0500 received badge  Notable Question (source)
2018-05-14 06:04:10 -0500 received badge  Popular Question (source)
2017-01-31 05:17:37 -0500 received badge  Famous Question (source)
2017-01-31 05:17:37 -0500 received badge  Notable Question (source)
2015-12-11 10:37:45 -0500 asked a question Connecting to Dalsa Camera with ROS

I've been trying to get a Dalsa Genie TS-M4096 camera to work with ROS. I'm currently using the camera_aravis drivers to talk with the camera. However, I'm running into an issue where I cannot adjust the exposure time. When I try to do that I get an error saying "Camera does not support ExposureTimeAbs".

Has anyone ever worked with a Dalsa camera with any drivers and successfully been able to get images from it?

Thanks all for your assistance,

2015-11-19 10:51:39 -0500 commented answer aravis camnode Frame error: ARV_BUFFER_STATUS_TIMEOUT

Where there any other configurations that you had to change to fix this issue?

2015-11-19 10:35:01 -0500 commented question Error when running camera_aravis

Did you ever figure out what you needed to get this to work? If so, what did you use to generate the calibration file if that was needed?

2015-06-22 14:30:15 -0500 received badge  Popular Question (source)
2015-06-17 08:30:39 -0500 asked a question Cancel RosService Call

In my program I have a service call when I need to get some data.

if(ros::service:call("service_x", call_x))

This service goes and gets data from a sensor, processes the data, and pubishes the results.

I want to know if there is way that I can cancel or kill this service call if the sensor node crashes or becomes unresponsive.

Thanks All

2014-10-20 06:31:19 -0500 received badge  Nice Answer (source)
2014-10-20 02:08:46 -0500 received badge  Famous Question (source)
2014-09-04 10:08:40 -0500 received badge  Enthusiast
2014-08-25 14:04:38 -0500 received badge  Notable Question (source)
2014-08-25 10:13:53 -0500 received badge  Supporter (source)
2014-08-25 10:13:52 -0500 received badge  Scholar (source)
2014-08-25 10:13:46 -0500 commented answer Updating Moveit! GUI to include Planning Attempts

Thanks for your help, I followed your steps and see the changes to the UI.

how do i merge this so that i dont have to source it every time?

2014-08-25 09:50:42 -0500 received badge  Popular Question (source)
2014-08-25 08:50:56 -0500 asked a question Updating Moveit! GUI to include Planning Attempts

Hi All,

I’m trying to update the Moveit! GUI to include the ability to change the number of planning attempts, as shown in the slides posted here:

Website - http://rosindustrial.org/ftp-status/

Direct slides link - http://static.squarespace.com/static/...

I removed my existing MoveIt! package. Then, I start following the steps from the slides. Install moveit! from source, erase and update the 3 folders, build it, run the new setup assistant on an urdf, and generate the moveit package. Then when I run the demo.launch (from the new moveit package) to test it, in the rviz window, I’m not seeing the update to the GUI.

Has anyone else tried this and can tell me what I’m doing wrong? Im new to ROS and ROS-Industrial so i could have missed a simple step.


Seperate but related question, In the kinematics.yaml file (part of the moveit config package) there is a kinematics_solver_attempts. Is this the same thing the GUI is changing? If so i could change that manually to gain the same effect.

Thanks,

Ben


UPDATE - Addition Details

I removed the ros-hydro-moveit-full package with "sudo apt-get remove ros-hydro-moveit-full"
I checked out the moveit package (following the install moveit from source steps)
I built the moveit package using catkin_make

2014-08-23 04:55:10 -0500 received badge  Teacher (source)
2014-08-22 09:58:52 -0500 answered a question Don't see interactive markers in MoveIt demo.launch

I would suggest following the Industrial Ros tutorial for creating a Moveit pkg, linked below. http://wiki.ros.org/Industrial/Tutori...

It has you add a Kin. chain for the arms instead of adding joint. This seems to solve the issue of the missing markers. This method is the same way the arms are descriped in the kinematics.yaml that you can download through "sudo apt-get install ros-hydro-moveit-pr2".