Ryan

Results 204 issues of Ryan

* Mission planner sets the goal location * Companion computer runs path planning in nav2 to get to the point * ROS2 issues lower level controls to Ardupilot to reach...

enhancement

Support working on ArduPilot as a developer where you want to kill ArduPilot, edit code, and restart without having to restart all the visualization. Need to make a launch file...

Hello! I'm working with the ROS [open-embedded](https://discourse.ros.org/c/openembedded/26) working group. The group is developing openembedded layers for use with ROS. Colcon-core generates multiple scripts in the `install` directory such as: *...

This is the PR for #13, currently in draft to garner feedback. * Let's somehow test the RST docs are correct * How are we expecting a user to install...

Hello, Thanks for adding the CMake support here since it seems the core `asio` team does not want any CMake code in their repo. Have you considered adding support for...

# Docs ## Summary * Simpler and standard build workflow * Utilize CTest with the recommended workflow of optional tests * Skip using make directly so these become more platform...

🎵 harmonic

## Desired behavior Implement a way to display the camera frustum and also paint the DEM terrain where the camera is facing. This is useful for simulation of aerial vehicles...

enhancement
help wanted

## Desired behavior Add a new tutorial similar to [reset](https://github.com/gazebosim/gz-sim/blob/gz-sim8/tutorials/reset_simulation.md) that shows how to start/stop. Context: https://discord.com/channels/1077825543698927656/1080763334384697430/1232059825634934875 ## Alternatives considered N/A ## Implementation suggestion * Show start/pause button in GUI...

enhancement

# 📚 Docs Fixes #2380 ## Summary Add a tutorial to start/stop the simulation with either the GUI or CLI. This mirrors the reset simulation tutorial. ## Checklist - [...

🎵 harmonic

### Feature description Add an algorithm similar to `GDALIsLineOfSightVisible`, this time for circles, perhaps called `GDALIsCircleLineOfSightVisible` **Proposed name and function signature** ```c++ bool CPL_DLL GDALIsCircleLineOfSightVisible(const GDALRasterBandH, const int x, const...

enhancement