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

Jeffrey Kane Johnson's profile - activity

2023-03-09 10:32:40 -0500 received badge  Nice Question (source)
2022-11-22 07:30:40 -0500 received badge  Good Question (source)
2022-07-28 04:06:33 -0500 marked best answer [autoware.auto] cannot launch LGSVL simulator

I am following the instructions here:

https://autowarefoundation.gitlab.io/...

And I run the simulator binary I get the window with the 'Open Browser' button, but when I click the button, nothing happens. It seems very similar to this problem:

https://github.com/lgsvl/simulator/is...

But I'm not sure how to apply that resolution to a docker container. Can anyone help me figure out what's going on?

2021-12-04 04:53:12 -0500 marked best answer what is joint effort?

I'm looking at the realtime joint controller tutorial, and it's talking about "commanded effort" for controlling the joint. What exactly is "effort"? It's not defined anywhere that I see. It looks just like some kind of position displacement.

2021-08-18 01:49:22 -0500 received badge  Notable Question (source)
2021-08-18 01:49:22 -0500 received badge  Famous Question (source)
2021-08-18 01:49:22 -0500 received badge  Popular Question (source)
2021-07-31 19:49:01 -0500 received badge  Famous Question (source)
2021-05-23 10:48:35 -0500 received badge  Famous Question (source)
2021-05-15 06:57:19 -0500 received badge  Notable Question (source)
2021-05-03 00:41:43 -0500 received badge  Self-Learner (source)
2021-04-06 18:19:16 -0500 commented question rviz2: Message Filter dropping message

@Schloern93 What question is this a duplicate of? I am having a similar issue.

2021-04-06 01:47:18 -0500 received badge  Famous Question (source)
2021-03-31 08:30:00 -0500 commented question [ros2] Calling std::terminate in a composed node?

@hidmic Thanks, I'll take a look at Rolling and possibly file a bug report.

2021-03-30 08:00:11 -0500 edited question [ros2] Calling std::terminate in a composed node?

Calling std::terminate in a composed node? If I call std::terminate in one component of a composed node, the component d

2021-03-30 07:59:43 -0500 edited question [ros2] Calling std::terminate in a composed node?

Calling std::terminate in a composed node? If I call std::terminate in one component of a composed node, the component d

2021-03-30 07:59:15 -0500 asked a question [ros2] Calling std::terminate in a composed node?

Calling std::terminate in a composed node? If I call std::terminate in one component of a composed node, the component d

2021-03-24 15:27:13 -0500 received badge  Famous Question (source)
2021-03-23 13:53:27 -0500 received badge  Notable Question (source)
2021-03-12 06:27:52 -0500 commented answer [ros2] how to pass commandline arguments to launch files

@destogl Definitely. If I find anything, I'll post it here.

2021-03-12 06:23:34 -0500 received badge  Nice Question (source)
2021-03-11 12:24:50 -0500 edited question [ros2] how to pass commandline arguments to launch files

[ros2] how to pass commandline arguments to launch files I want to do something like: $ ros2 launch foo bar.launch.py a

2021-03-11 12:21:54 -0500 commented answer [ros2] how to pass commandline arguments to launch files

Thanks, but this doesn't answer the question. I'm not setting a node parameter, I just want to pass in a value to the la

2021-03-11 12:19:42 -0500 edited question [ros2] how to pass commandline arguments to launch files

[ros2] how to pass commandline arguments to launch files I want to do something like: $ ros2 launch foo bar.launch.py a

2021-03-11 09:45:17 -0500 received badge  Notable Question (source)
2021-03-03 05:54:20 -0500 received badge  Popular Question (source)
2021-03-02 12:48:19 -0500 asked a question [ros2] how to pass commandline arguments to launch files

[ros2] how to pass commandline arguments to launch files I want to do something like: $ ros2 launch foo bar.launch.py p

2021-02-22 01:00:36 -0500 received badge  Famous Question (source)
2021-02-18 17:58:41 -0500 received badge  Popular Question (source)
2021-01-19 12:41:23 -0500 marked best answer [ros2] Including a launch file in a launch file with parameter overrides

I have two launch files A.launch.py and B.launch.py. The B launch file has a set of parameters with default values. I want to include the B launch file in A so that launching A also launches B.

So far this works fine and I have no problems.

However, now I want to specify some parameter values in A that override the default values specified in B. How do I do this? It was pretty straightforward to do this in ROS 1 with the XML syntax, but I can't find any straightforward way to do in ROS 2 with the python launch file syntax.

My question is basically this one, but for ROS 2: #q62949.

2021-01-19 12:41:18 -0500 answered a question [ros2] Including a launch file in a launch file with parameter overrides

I believe I've answered my own question. I got it to work by adding a launch_arguments argument to the IncludeLaunchDesc

2021-01-19 12:41:18 -0500 received badge  Rapid Responder (source)
2021-01-19 12:18:46 -0500 received badge  Famous Question (source)
2021-01-19 08:20:15 -0500 asked a question [ros2] Including a launch file in a launch file with parameter overrides

[ros2] Including a launch file in a launch file with parameter overrides I have two launch files A.launch.py and B.launc

2020-12-18 11:52:53 -0500 marked best answer Euler angle convention in TF

I'm a bit confused by ROS conventions. On this page:

http://www.ros.org/wiki/geometry/CoordinateFrameConventions

It says Euler angles are specified in yaw-pitch-roll (ZYX) format in ROS. However, the tf.transformations.quaternion_from_euler function seems to assume roll-pitch-yaw (XYZ) format, as on this page:

http://ros.org/wiki/tf/Overview/Transformations

Doesn't this violate the convention, or am I missing something?

2020-11-16 09:43:14 -0500 marked best answer How to disable desktop notifications for colcon?

I am on Ubuntu 20.04 using ROS 2 Foxy. I have installed colcon using:

sudo apt install python3-colcon-common-extensions

It works fine, but I get desktop notifications when, for example, a build fails. I find the notifications extremely annoying. How can I disable them for colcon? I can't find an option to do that anywhere, and I don't want to disable notifications entirely.

2020-09-22 21:48:23 -0500 marked best answer [autoware.auto] How to make apt packages persist in ADE?

If I'm working in ADE and I use apt to install something that is not already included, how can I make sure that what I install sticks around after I stop ADE? At the moment, I am having to re-install everything every time I stop and restart ADE.

I'm sure it's something simple and I tried looking through documentation for Docker, but I don't know enough about how it works to really know what to look for.

2020-09-18 01:56:30 -0500 received badge  Notable Question (source)
2020-09-16 06:15:26 -0500 marked best answer [ros 2] How to create a non-node logger?

In the documentation it says:

Non-node loggers can also be created that use a specific name.

Is there an example or tutorial somewhere that shows how to do this?

2020-09-16 06:15:25 -0500 commented answer [ros 2] How to create a non-node logger?

Perfect, thanks!

2020-09-16 01:16:32 -0500 received badge  Nice Question (source)