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

bjoerngiesler's profile - activity

2019-10-15 02:11:38 -0500 received badge  Famous Question (source)
2019-10-15 02:11:38 -0500 received badge  Notable Question (source)
2014-10-27 19:33:56 -0500 received badge  Notable Question (source)
2014-10-27 19:33:56 -0500 received badge  Famous Question (source)
2013-08-27 17:22:30 -0500 received badge  Popular Question (source)
2013-08-08 01:40:08 -0500 received badge  Popular Question (source)
2013-07-21 23:13:49 -0500 commented answer Correct tf setup for rviz for Android

Looks OK to me. Everything is connected under /world. roswtf complains about an additional entry in ROS_PACKAGE_PATH but that is all.

2013-07-21 21:43:39 -0500 asked a question Correct tf setup for rviz for Android

Hi all,

I'm trying to get rviz for Android running but my transform tree seems to be wrong, all the elements of the robot model are placed into coordinate system root. The transform tree currently is /world -> /base_link -> other robot elements. Is this the correct way to do it?

Also rviz for Android only lets me choose "world" as the fixed frame, all the other elements in the transform tree do not show up (like they do in rqt, for example).

2013-07-02 20:21:41 -0500 asked a question Swig-wx does not contain CMakeLists.txt file

Hi,

my current build of Groovy on ARM / Linaro 12.11 fails because swig-wx does not contain a CMakeLists.txt file. "git status" says it's "on branch groovy-devel". What's going on? Any idea how I can reconstruct this file?

Thanks a lot in advance, Björn

2013-05-06 20:42:48 -0500 received badge  Nice Question (source)
2013-04-10 03:38:50 -0500 received badge  Famous Question (source)
2013-02-24 14:44:20 -0500 received badge  Notable Question (source)
2013-02-22 14:53:41 -0500 received badge  Student (source)
2013-02-22 04:16:06 -0500 received badge  Popular Question (source)
2013-02-22 00:25:19 -0500 asked a question Units for cmd_vel

I'm implementing my own base_controller to listen on /cmd_vel for motion commands. I'm aware of the REP103 units convention document, but I haven't found anything on what the units in a geometry_msgs/Twist are. I am assuming it's m/s and rad/s?