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

Carl D's profile - activity

2022-06-23 07:39:21 -0500 received badge  Enlightened (source)
2022-06-23 07:39:21 -0500 received badge  Good Answer (source)
2021-07-25 03:13:23 -0500 received badge  Nice Answer (source)
2021-06-23 09:34:23 -0500 marked best answer Is pluginlib working on ROS2?

I've been fighting to port over some plugins to ROS2, and everything builds fine, but the plugins aren't discovered at runtime. Before I dig into this further, I'm wondering if this is expected to be working, and if so, is there any description of the changes between ROS 1 and ROS2?

Also are there any command line tools under ROS 2 for debugging? For example, in ROS1 there is rospack plugins --attrib=plugin

2021-02-24 17:07:52 -0500 received badge  Nice Answer (source)
2021-01-17 22:43:45 -0500 received badge  Nice Answer (source)
2020-11-27 07:03:46 -0500 received badge  Nice Answer (source)
2020-02-20 11:23:01 -0500 edited answer Groot: how finds models? how connects to running BT?

Unfortunately, development work needs to be done to enable both your questions. For the first question, about the unreg

2020-02-20 11:21:49 -0500 asked a question How do you @mention someone with a space in their name on ROS answers?

How do you @mention someone with a space in their name on ROS answers? If I try to @mention myself, none of these option

2020-02-20 11:00:57 -0500 edited answer Groot: how finds models? how connects to running BT?

Unfortunately, development work needs to be done to enable both your questions. For the first question, about the unreg

2020-02-20 10:59:48 -0500 answered a question Groot: how finds models? how connects to running BT?

Unfortunately, development work needs to be done to enable both your questions. For the first question, about the unreg

2020-02-20 10:59:48 -0500 received badge  Rapid Responder (source)
2020-02-19 15:52:19 -0500 commented answer [ERROR] [controller_server]: No valid trajectories out of 0!

Usually, header frame id is odom and child_frame_id is base_footprint or base_link. Basically, the /odom message gives

2020-02-19 15:50:02 -0500 commented answer [ERROR] [controller_server]: No valid trajectories out of 0!

Usually, header frame id is odom and child_frame_id is base_footprint or base_link. Basically, the /odom message gives

2020-02-19 13:53:00 -0500 commented answer Best way to add new controller which has a custom path as input

I think my problem is, that my path has more information in it, like velocities for example. If you are using the N

2020-02-19 11:31:21 -0500 commented answer [ERROR] [controller_server]: No valid trajectories out of 0!

Oh. Well, that is a problem. The controller uses the /odom messages to determine the current velocity of the robot. With

2020-02-19 11:14:26 -0500 answered a question Best way to add new controller which has a custom path as input

Assuming you intend to use the rest of the Nav2 stack, and are just swapping out the controller ... I'd still implement

2020-02-19 11:14:26 -0500 received badge  Rapid Responder (source)
2020-02-19 10:57:54 -0500 commented answer [ERROR] [controller_server]: No valid trajectories out of 0!

It seems that the costmaps built are "occupied". That is just the default behavior when DWB fails. We just try to c

2020-02-19 10:57:20 -0500 commented answer [ERROR] [controller_server]: No valid trajectories out of 0!

It seems that the costmaps built are "occupied". That is just the default behavior when DWB fails. We just try to c

2020-02-19 10:30:08 -0500 commented answer Is it possible to run a navigation with nav2 and rviz only?

Yes. That is OK.

2020-02-19 10:26:45 -0500 commented answer How can I set the footprint of my robot in nav2?

See the google calendar at the bottom of this page. https://index.ros.org/doc/ros2/Governance/ for the meeting invite.

2020-02-18 12:49:39 -0500 answered a question Is it possible to run a navigation with nav2 and rviz only?

The laser scan serves two purposes in navigation: It is used by the costmap to detect obstacles so the robot doesn't h

2020-02-18 12:49:39 -0500 received badge  Rapid Responder (source)
2020-02-18 12:22:33 -0500 commented answer How can I set the footprint of my robot in nav2?

He's not joking. We want to make nav2 better. We'd love to hear about how you are using it, and ways that we can improve

2020-02-18 12:18:51 -0500 answered a question [ERROR] [controller_server]: No valid trajectories out of 0!

This can happen if the velocity reported in your /odom data is greater than limits set in the DWB parameters. In your ca

2020-02-18 12:18:51 -0500 received badge  Rapid Responder (source)
2020-02-14 17:54:41 -0500 answered a question Configuring the progress checker in Navigation2

That's a bug in the progress checker. Sorry about that. There is no workaround other than changing the source code like

2020-02-14 17:54:41 -0500 received badge  Rapid Responder (source)
2020-02-14 10:37:50 -0500 commented question How can I configure navigation2 (ROS2) for a differential drive robot?

All the examples in the nav2_bringup package show how to configure navigation2 for a Turtlebot 3 which is a differential

2020-02-14 10:29:46 -0500 commented answer nav2_bt_navigator exception in callback

Thanks. I fixed the command line above. When you say "It works" do you mean your problem is solved now?

2020-02-14 10:26:23 -0500 edited answer nav2_bt_navigator exception in callback

I just remembered where I'd seen this before. https://github.com/ros-planning/navigation2/issues/1366. I think your pro

2020-02-14 10:20:05 -0500 commented question fatal error: rclcpp/rclcpp.hpp: No such file or directory

This CMakeLists.txt looks OK as well. However, the files you've posted don't all match with your error messages. The pr

2020-02-14 04:01:43 -0500 edited answer nav2_bt_navigator exception in callback

I just remembered where I'd seen this before. https://github.com/ros-planning/navigation2/issues/1366. I think your pro

2020-02-14 04:01:43 -0500 received badge  Editor (source)
2020-02-14 03:50:50 -0500 answered a question nav2_bt_navigator exception in callback

I just remembered where I'd seen this before. https://github.com/ros-planning/navigation2/issues/1366. I think your pro

2020-02-14 03:50:50 -0500 received badge  Rapid Responder (source)
2020-02-14 03:27:23 -0500 commented question nav2_bt_navigator exception in callback

The library in the error message (libnav2_behavior_tree_nodes.so) hasn't existed for a while. It shouldn't be possible t

2020-02-14 02:59:56 -0500 commented question fatal error: rclcpp/rclcpp.hpp: No such file or directory

The package.xml looks ok as well. But I just noticed that your compile error is for fr_subscriber.cpp. That isn't in you

2020-02-13 11:42:23 -0500 commented question fatal error: rclcpp/rclcpp.hpp: No such file or directory

I don't see a problem with the CMakeLists.txt. Can you provide your package.xml as well?

2020-02-13 11:13:10 -0500 commented question nav2_bt_navigator exception in callback

That library doesn't exist anymore. It has been replaced by a number of other libraries - one per node. I expect you hav

2019-11-13 12:46:12 -0500 commented answer How to change frequency of amcl_pose?

Let me add that the "better way to get the current pose" is to use TF to transform the robot's frame into the frame you

2019-11-12 11:46:37 -0500 answered a question Map Display: Use different frame then /map

There's no need to make a new type of display in Rviz. Instead, there are 3 simple things to do: Make sure the occupan

2019-11-12 11:46:37 -0500 received badge  Rapid Responder (source)
2019-11-11 18:39:58 -0500 commented question Intel NUC PC crashes while using Rviz

Hmm. It could be many things, but it sounds like a power supply problem to me. I'd make sure all the drivers on the NUC

2019-11-11 12:07:53 -0500 commented question Intel NUC PC crashes while using Rviz

What do you mean by "the pc crashes"? Does it reboot, does it shut off, do you get kernel error messages?

2019-11-11 11:05:06 -0500 commented question Intel NUC PC crashes while using Rviz

Can you describe what actually happens when you do this? Any error messages, or other visible effects?

2019-11-08 10:52:01 -0500 commented question Navigation solution for multiple segments with different speeds (never stop)

How tight are the tolerances on deviations from the path and the timing on reaching the end of a segment?

2019-11-06 11:33:29 -0500 commented answer Why AMCL not update the tf values between map and base_link?

I don't know the reason off hand. If you still see this problem, I'd recommend opening a new question on the site so it