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

Karl Damkjær Hansen's profile - activity

2020-05-13 05:25:19 -0500 answered a question Problem with Boost and the pid package

It seem like Andrew Zelenak broke his own package with commit 2cc82dd . I don't actually use the pid package, but looke

2020-05-13 05:25:19 -0500 received badge  Rapid Responder (source)
2019-07-26 14:05:53 -0500 received badge  Guru (source)
2019-07-26 14:05:53 -0500 received badge  Great Answer (source)
2017-06-26 07:21:38 -0500 answered a question ros installation fail in osx.

I believe that you need to add the taps from OSRF to your Homebrew: From ROS Wiki: $ brew tap ros/deps $ brew tap osrf

2017-04-19 07:04:29 -0500 answered a question Receiving Data over UDP through node

I would use the Boost ASIO library. Example from the documentation on making a simple UDP daytime client: // // client

2017-04-19 06:53:43 -0500 answered a question pointcloud_to_laserscan, how to change the slice height

Having just looked at the code; the height parameters seem to slice in the pointcloud orthogonal to the z axis in the he

2014-12-19 05:36:17 -0500 commented question stereo_image_proc parameter setting problem

I know this is a fairly old question, however, I also have this problem. I am running Indigo on Ubuntu 14.04. I had to fix the rosbag, but this seemed to only relate to the camera info messages.

The output from the rosbag seems fine to me, I simply just cant make the stereo_image_proc perform.

2014-12-19 05:31:37 -0500 received badge  Famous Question (source)
2014-09-08 21:25:40 -0500 received badge  Notable Question (source)
2014-07-03 00:01:38 -0500 received badge  Popular Question (source)
2014-07-02 09:07:35 -0500 received badge  Critic (source)
2014-07-02 07:42:48 -0500 commented question no 'executable' file generated !

Have you stated add_executable(kinectueye kinect_ueye.cpp) in your CMakeList.txt?

2014-07-02 06:54:47 -0500 commented question SolidWorks URDF exporter does not save limits

Thanks for responding brawner :-) If I set the limits in the form, they are exported alright, but the limits (nor soft limits of calibration values) are saved to the configuration.

2014-07-01 04:58:27 -0500 asked a question SolidWorks URDF exporter does not save limits

I have downloaded the sw_urdf_exporter installer from http://wiki.ros.org/sw_urdf_exporter and is using it together with SW 2013 edu. on Windows 7

My problem is that the joint limits i set in the joint configuration form is not saved. According to the change log this issue was addressed with V1.0 Build 4699.29466.

Does anybody know how to fix this?

The software is reported as v.1.2.2 on the webpage, the installer reports 1.2.0.0, but the change log seems to imply that it is 1.0.

2013-11-20 20:03:44 -0500 received badge  Enlightened (source)
2013-11-20 20:03:44 -0500 received badge  Good Answer (source)
2013-11-20 17:01:00 -0500 received badge  Nice Answer (source)
2013-11-20 00:41:44 -0500 received badge  Supporter (source)
2013-11-20 00:40:11 -0500 answered a question Working with two ROS Versions on single system

Yes this is possible. If you install from e.g. Ubuntu packages they will install into /opt/ros/groovy and opt/ros/hydro.

Then you simply source the setup.bash file from the distribution you want to use.

NB: Be careful not to mix up the versions when you are running your robot. Sometimes it works, but other times it gives you some strange behaviour.

2012-08-16 04:23:48 -0500 answered a question How to replace old ROS Turtle version with ROS Fuerte installation

Have a look at The installation guide in point 1.5 "Environment setup"

Just change the line in you .bashrc file to fuerte.

2012-04-23 01:54:35 -0500 received badge  Teacher (source)
2012-04-22 22:35:28 -0500 answered a question I can't create a package

I had the same problem. It turns out that I have a special character in my username that is being written to the manifest.xml, which is being created after the Makefile.

My simple solution is to remove that character from my username.