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

bluenote's profile - activity

2022-05-05 16:36:04 -0500 received badge  Favorite Question (source)
2022-05-05 16:35:13 -0500 received badge  Good Question (source)
2021-06-22 05:07:36 -0500 received badge  Nice Question (source)
2020-06-21 05:48:42 -0500 received badge  Nice Question (source)
2019-07-25 21:51:58 -0500 received badge  Famous Question (source)
2019-04-26 02:53:37 -0500 received badge  Famous Question (source)
2019-03-21 10:12:37 -0500 received badge  Famous Question (source)
2019-03-12 06:24:36 -0500 received badge  Notable Question (source)
2019-01-17 06:12:51 -0500 received badge  Popular Question (source)
2019-01-16 11:50:14 -0500 commented answer "The library is neither a target nor built/installed properly"

Me neither. Isn't the code snippet posted in your answer exactly the same as the one in the question? What has to be cha

2019-01-16 10:13:31 -0500 commented answer Catkin EmPY variables

Very helpful already, but it doesn't seem to be complete. It misses e.g. variables like @(PYTHON_EXECUTABLE) or @(ROS_DI

2019-01-16 09:21:47 -0500 edited question Catkin EmPY variables

Catkin empy variables I'm trying to create an env-hook for Catkin, and the common approach seems to be to use EmPY templ

2019-01-16 09:21:09 -0500 commented answer what are environment hooks in catkin

Is there an overview of what variables are defined by Catkin within EmPy templating? EDIT: I created a follow up questio

2019-01-16 09:20:14 -0500 asked a question Catkin EmPY variables

Catkin empy variables I'm trying to create an env-hook for Catkin, and the common approach seems to be to use EmPY templ

2019-01-16 05:41:13 -0500 commented answer what are environment hooks in catkin

Is there an overview of what variables are defined by Catkin within EmPy templating?

2019-01-13 10:21:20 -0500 received badge  Notable Question (source)
2019-01-13 10:21:20 -0500 received badge  Popular Question (source)
2019-01-09 03:12:51 -0500 commented answer Determine path of (sourced) catkin workspace?

@gvdhoorn It's not possible to reliably extract the path from CMAKE_PREFIX_PATH: (1) as you say, it is a standard linux

2019-01-09 03:06:40 -0500 received badge  Enthusiast
2019-01-08 10:02:13 -0500 received badge  Famous Question (source)
2019-01-08 09:52:50 -0500 received badge  Notable Question (source)
2019-01-08 09:45:36 -0500 commented answer Determine path of (sourced) catkin workspace?

I cannot rely on modifying .bashrc (must work for many users / different ws, and on CI systems). My goal was to have som

2019-01-08 09:06:29 -0500 edited question Determine path of (sourced) catkin workspace?

Determine path of (sourced) catkin workspace? After sourcing a Catkin workspace, what is the best way to determine the r

2019-01-08 09:06:29 -0500 received badge  Editor (source)
2019-01-08 09:04:36 -0500 commented answer Determine path of (sourced) catkin workspace?

I was actually looking a solution that doesn't require further processing, because I need access to the path in several

2019-01-08 09:03:25 -0500 received badge  Popular Question (source)
2019-01-08 09:00:30 -0500 commented question Determine (sourced) catkin workspace path

Yes, can be closed in favor of this question. I got an error posting it the first time, apparently the error was an erro

2019-01-08 08:01:34 -0500 edited question Determine path of (sourced) catkin workspace?

Determine path of (sourced) catkin workspace? After sourcing a Catkin workspace, what is the best way to determine the r

2019-01-08 07:30:50 -0500 asked a question Determine path of (sourced) catkin workspace?

Determine path of (sourced) catkin workspace? After sourcing a Catkin workspace, what is the best way to determine the r

2019-01-08 07:29:14 -0500 asked a question Determine (sourced) catkin workspace path

Determine (sourced) catkin workspace path After sourcing a Catkin workspace, what is the best way to determine the root

2018-11-22 07:21:28 -0500 commented answer cyclic run depends

Literally "may not" means that it can have cycles. Is that what you mean or do you mean "must not"?

2018-11-20 09:43:15 -0500 asked a question How to set arg in launch file via code/command/rosparam?

How to set arg in launch file via code/command/rosparam? Let's assume I have an arg in a launch file: <arg name="dat

2018-11-11 07:39:16 -0500 received badge  Student (source)
2018-11-11 07:39:07 -0500 received badge  Notable Question (source)
2018-09-28 04:18:17 -0500 received badge  Popular Question (source)
2018-09-28 01:52:37 -0500 commented answer Recommended way to construct quaternion from roll/pitch/yaw with tf2?

Okay than my understand of "superset" is different. Not so nice that there is no longer a single expression (e.g. when I

2018-09-28 01:48:43 -0500 marked best answer Recommended way to construct quaternion from roll/pitch/yaw with tf2?

What is the recommended way to construct a quaternion from roll/pitch/yaw with tf2?

The tf2 wiki page gives this code:

tf::Quaternion q = tf::createQuaternionFromRPY(0, 0, 0);

Unfortunately tf itself is deprecated and I'm looking for a pure tf2 solution. I can't find the createQuaternionFromRPY function in tf2, although the migration guide says it is a superset of tf. Am I missing something?

2018-09-28 01:48:43 -0500 received badge  Scholar (source)
2018-09-28 01:48:42 -0500 received badge  Supporter (source)
2018-09-27 08:32:02 -0500 asked a question Recommended way to construct quaternion from roll/pitch/yaw with tf2?

Recommended way to construct quaternion from roll/pitch/yaw with tf2? What is the recommended way to construct a quatern