Skip to content
#

ros

Here are 3,745 public repositories matching this topic...

ardupilot
carla
bozkurthan
bozkurthan commented Dec 10, 2019

Hello,

I'm currently working on safety of PX4. And there are some gaps between documentation and PX4 stack. Especially there is only one mention about what is the scenario when 2 failsafe actions come up.

**If a failsafe occurs while the vehicle is responding to another failsafe (e.g. Low battery while in Return mode due to RC Loss), the specified failsafe action for the second trigger is

srhassan71
srhassan71 commented Apr 4, 2020

Issue details

Mission Planner documentation page describes that HDOP values can be changed from 100 to 900, but the GPS_HDOP_GOOD parameter is not listed in the config> full or advance parameter.
Did this parameter got replaced with something else, and documentation is lagging behind?

Version

1.3.7

Platform

[ ] All
[ ] AntennaTracker
[ ] Copter
[X ] Plane
[ ] Rove

webots
LeoJhonSong
LeoJhonSong commented Apr 30, 2020

System: Ubuntu 1804
Version: 2020b

It seems webots's navigation gestures are mainly based on mouse events, while I am a big fan of touchpad and I do not have a mouse 😢 Recently I am struggling with Rotate, Zoom and Alt F5. I could not perform Translate or Tilt with my touchpad.

Could you please add some keybindings to do so? For example Ctrl and dr

tomlankhorst
tomlankhorst commented Mar 30, 2020

Sometimes virtual functions are costly, sometimes not. Show both examples in this repo.

As suggested in #23 by @peci1:

Virtual functions might be costly if the function is called often. Maybe the code could have a non-virtual function OftenCalledFunction and a virtual NotSoOftenCalledFunction. But that decision is on you.

ferreirafabio
ferreirafabio commented Jul 21, 2019

Hi,

I've implemented Model Predictive Path Integral (MPPI, Williams et al., 2017) in Python with the OpenAI Gym environment "pendulum" [1]. Perhaps you are interested in referencing this implementation in your readme/docs? I believe sharing this information could help some people looking for MPPI implementations.

It would be greatly appreciated.

[1] https://github.com/ferreirafabio/mppi_p

Improve this page

Add a description, image, and links to the ros topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ros topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.