Clyde McQueen

Results 69 comments of Clyde McQueen

I have noticed that I can consistently grab the rotation or translation handles (arrows, rings) iff I mouse down on a spot where the handle is drawn on top of...

I did some investigations with stereo cameras, and learned a few things. Node.cc subscribes to a single camera info message (you can choose left or right), so whatever calibration info...

The fix is pretty easy for StereoNode, but MonoNode uses image transport, which does not support user-supplied qos. See: https://github.com/ros-perception/image_common/issues/156

In your launch file, commend out the `name='mavros'` line. This is used to override the node name, but the `mavros_node` executable actually launches many nodes, so all of them will...

I don't think that this is a bug in mavros. It is my understanding that the REP 105 map->odom->base tree was designed to handle this specific case: * The robot...

Thanks for the suggestions. I will do some investigations and make a concrete proposal.

FYI that ROS Kinetic doesn't support 18.04.2. See https://www.ros.org/reps/rep-0003.html#kinetic-kame-may-2016-may-2021

Hi, which version of ROS2? Which branch of tello_ros?

Try `sudo apt install ros-foxy-gazebo-ros*`

It seems that your ROS2 Foxy install is somehow incomplete. The typical way to install Foxy is `sudo apt install ros-foxy-desktop`. That should add the "launch" verb the ros2 CLI....