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

johnconn's profile - activity

2023-07-27 15:22:19 -0500 marked best answer Colcon Tutorial on Dashing does not build

Ubuntu 18.04 running Dashing on hash bafddbdb of master

The example from the Colcon Tutorial does not build.

https://index.ros.org/doc/ros2/Tutori...

I kept getting errors like this from colcon :

Could not find a package configuration file provided by "example_interfaces" with any of the following names:

example_interfacesConfig.cmake
example_interfaces-config.cmake_

I grepped through the commit logs of this repo and 64128033 seemed like the cause - so I cloned https://github.com/ros2/example_inter... into my src directory such that my filesystem was like this

---- src

-------- examples

-------- example_interfaces

and Cmake stopped complaining about an unknown dependency.

After that I got a build error on master, went to the dashing branch and got farther, but I kept getting more colcon errors, and after cloning the following three repos into my src directory colcon built for me

https://github.com/ros2/rclcpp https://github.com/ros2/rcl_interfaces https://github.com/ros2/test_interfac...

my final directory structure looked like this: .

---- src

-------- examples

-------- example_interfaces

-------- rcl_interfaces

-------- test_interface_files

Did I miss a step in my install or is that tutorial lacking these steps?

Thanks

2022-12-28 14:05:35 -0500 received badge  Good Answer (source)
2022-03-28 10:52:57 -0500 received badge  Nice Answer (source)
2022-02-16 23:21:30 -0500 received badge  Necromancer (source)
2021-12-23 03:45:49 -0500 received badge  Famous Question (source)
2021-07-31 09:33:39 -0500 received badge  Stellar Question (source)
2021-07-31 09:32:48 -0500 received badge  Nice Question (source)
2021-07-31 09:32:44 -0500 marked best answer ros2 launch xml example

I see that a yaml and xml front-end was added to ros2. In the feature request I see that there was intent to add support for these to the ros2launch cli, but I am struggling to create a .launch.xml file and launch it with ros2launch

Are there any full examples of creating an xml launch file and then using the launch cli tool to run it? The design document and the test here show me the syntax, but I'm still unsuccessful.

2021-06-22 12:06:24 -0500 commented question [ROS2] Action client to control nav2 crashes after a while

this never randomly happens for me but will always happen for me when my /navigate_to_pose action server dies and my cli

2021-06-16 22:03:57 -0500 received badge  Notable Question (source)
2021-05-26 15:40:42 -0500 received badge  Enlightened (source)
2021-05-18 10:05:23 -0500 received badge  Popular Question (source)
2021-05-15 09:50:09 -0500 received badge  Self-Learner (source)
2021-05-14 23:18:51 -0500 answered a question how to set gazebo /clock publish rate foxy

okay I should have tried harder to find the new foxy param file syntax because it is what i needed: gazebo -s libgazebo

2021-05-14 23:18:51 -0500 received badge  Rapid Responder (source)
2021-05-14 22:39:30 -0500 asked a question how to set gazebo /clock publish rate foxy

how to set gazebo /clock publish rate foxy I followed the instructions here to launch my gazebo, and something like this

2021-05-14 03:48:04 -0500 received badge  Famous Question (source)
2021-05-12 13:16:48 -0500 marked best answer nav2 teb 'lookup would require extrapolation into the future'

I've been using the dwb Controller in the ros2 nav stack for a while now with success. Today, I wanted to try out the teb local planner.

Building and loading the plugin were a breeze, but for some reason, whenever I set a goal, I get this transform error:

[controller_server-10] [ERROR] [1595453488.697856494] [controller_server]: Extrapolation Error: Lookup would require extrapolation into the future.  Requested time 1595453488.692529 but the latest data is at time 1595453488.682535, when looking up transform from frame [odom] to frame [map]

Then my robot enters a recovery state, until it hits this error again.

If I switch back to using DWB, the error is gone!.

I'm using cyclonedds as my rmw implementation on ros2 foxy

2021-04-02 02:17:19 -0500 received badge  Famous Question (source)
2021-03-28 21:52:47 -0500 received badge  Famous Question (source)
2021-02-24 07:40:34 -0500 received badge  Good Answer (source)
2021-02-19 20:52:16 -0500 received badge  Nice Answer (source)
2021-02-14 11:07:49 -0500 received badge  Notable Question (source)
2021-02-14 11:00:35 -0500 answered a question How to correct ORBSLAM2 scale drift, using mono or stereo camera.

@JackB is right, ORB-SLAM2 is explicit about being unable to observe scale without stereo or depth data. You will need t

2021-01-12 19:50:15 -0500 received badge  Notable Question (source)
2020-12-21 09:31:50 -0500 commented answer how to delete a subcriber/publisher in rclpy

I never solved it. I worked around the issue by preventing pub/sub deletion. I was trying to port bondpy to ros2, and th

2020-12-21 09:31:14 -0500 commented answer how to delete a subcriber/publisher in rclpy

I never solved it. I worked around the issue by preventing pub/sub deletion. I was trying to port bondpy to ros2.

2020-12-16 12:01:31 -0500 received badge  Popular Question (source)
2020-12-01 21:44:45 -0500 edited question how to delete a subcriber/publisher in rclpy

deleting subcriber/publisher in rclpy How do I delete publishers and subscriptions with ros2 rclpy? I tried doing node.

2020-12-01 21:44:36 -0500 edited question how to delete a subcriber/publisher in rclpy

deleting subcriber/publisher in rclpy How do I delete publishers and subscriptions with ros2 rclpy? I tried doing node.

2020-12-01 21:25:53 -0500 asked a question how to delete a subcriber/publisher in rclpy

deleting subcriber/publisher in rclpy How do I delete publishers and subscriptions with ros2 rclpy? I tried doing node.

2020-11-27 05:49:46 -0500 received badge  Popular Question (source)
2020-11-19 15:42:18 -0500 received badge  Notable Question (source)
2020-11-19 15:42:18 -0500 received badge  Famous Question (source)
2020-11-06 11:11:21 -0500 answered a question Fused IMU and Odom heading is wildly incorrect

The problem is that you are inputting absolute orientation from your imu into your Kalman filter. The imu being used eit

2020-11-06 11:11:21 -0500 received badge  Rapid Responder (source)
2020-11-06 11:07:41 -0500 commented question Fused IMU and Odom heading is wildly incorrect

sure I can do that :)

2020-11-06 09:34:22 -0500 commented question Fused IMU and Odom heading is wildly incorrect

What about the orientation values themselves, not the velocities? You are also adding those absolute measurements from t

2020-11-06 09:34:06 -0500 commented question Fused IMU and Odom heading is wildly incorrect

What about the orientation values themselves, not the velocities? You are also adding those absolute measurements from t

2020-11-05 20:29:57 -0500 commented question Fused IMU and Odom heading is wildly incorrect

When just inputting velocity/accel measurements, your covariance will always increase. You are inputting orientation fr

2020-11-05 20:29:36 -0500 commented question Fused IMU and Odom heading is wildly incorrect

When just inputting velocity/accel measurements, your covariance will always increase. You are inputting orientation fr

2020-11-03 09:45:10 -0500 received badge  Nice Answer (source)
2020-10-28 11:51:11 -0500 received badge  Organizer (source)
2020-10-28 11:50:47 -0500 edited question how to track unknown space with nav2 & spatio temporal voxel layer

how to track unknown space with nav2 & spatio temporal voxel layer I am trying to get my robot to prefer navigating

2020-10-28 02:09:17 -0500 received badge  Associate Editor (source)
2020-10-28 02:09:17 -0500 edited question how to track unknown space with nav2 & spatio temporal voxel layer

tracking unknown space with nav2 & spatio temporal voxel layer. I am trying to get my robot to prefer navigating whe

2020-10-28 02:08:41 -0500 asked a question how to track unknown space with nav2 & spatio temporal voxel layer

tracking unknown space with nav2 & spatio temporal voxel layer. I am trying to get my robot to prefer navigating whe

2020-10-28 01:19:37 -0500 edited answer tips for debugging slow dds

I kind of cross-posted this here: https://github.com/ros2/rmw_cyclonedds/issues/251#issuecomment-700490630 There is a l

2020-10-28 01:18:32 -0500 answered a question tips for debugging slow dds

I kind of cross-posted this here: https://github.com/ros2/rmw_cyclonedds/issues/251#issuecomment-700490630 There is a l

2020-10-28 01:16:15 -0500 received badge  Notable Question (source)