-
I saw your posts on the ArduPilot sailboat thread, and have been trying out this project. It's definitely the best sailboat simulator I've found, so thank you for the work you put into it.
One issu…
-
Hello
Thank you for sharing your materials!
And I am very happy with your modified Flow. In the past, I tried to install Flow from the official repo but it always had errors. With your repo, it is e…
-
Thanks for your fantastic work!
I have read the paper and noticed that the mapping prediction and detection in perception training are both supervised. Since I didn't find details about data generati…
-
```Console
parallels@ubuntu-linux-20-04-desktop:~$ docker run --rm -it jonasvautherin/px4-gazebo-headless:1.13.1
[ 0%] Built target ver_gen
[ 0%] Generating ../../logs
[ 0%] Built target git_ga…
-
I am using a 3DMCV7-AR and am attempting to run the Docker image found [here](https://hub.docker.com/r/microstrain/ros-microstrain_inertial_driver) to create a ROS 1 node to subscribe to. I am encount…
-
Recently **autonomous driving** is linked with the concept of **data closed loop**, because it is widely acknowledged that development engineering of autonomous driving is to solve a “**long-tail prob…
-
## What's Happening
A lot of the sensors configured by the integration always show _Unavailable_ now. See the screenshot below for a complete list.
I'm not entirely sure if this happened because…
-
gear in drive mode:
A matrix (Gear Drive)
[0.0, 1.0, 0.0, 0.0;
0.0, (-(c_f + c_r) / m) / v, (c_f + c_r) / m,
(l_r * c_r - l_f * c_f) / m / v;
0.0, 0.0, 0.0, 1.0;
0.0…
-
Great! I had make it success!! but how can we simulation the traffic_light_recognition Thanks.
-
I saw in the model configurations that you use sometimes velocity" prediction (for some eth configurations):
```
"pred_state": {"PEDESTRIAN": {"position": ["x", "y"]}}
```
and sometimes "posi…