Open-source simulator for autonomous driving research.
-
Updated
Oct 12, 2021 - C++
{{ message }}
Open-source simulator for autonomous driving research.
Open-source software for self-driving vehicles
PX4 Autopilot Software
The Time Series Visualization Tool that you deserve.
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Steps to Reproduce
Expected behaviour
A line should appear.
Expected solution
Change the default lineScale value to 10, which make it visible, at least for a default project.
Two solutions, change the default templa
Just a tip for everyone: I was having trouble running an offline cluster where the Unity Editor was the master and a remote machine was the client. The remote machine was never able to connect to the Editor, but if I ran the standalone build as the master, it connects fine.
Make sure you don't have any blocking Inbound Rules in Windows Firewall with Advanced Security for the Editor version
I recently ran into an issue using AMCL, for which I was given this warning message:
[ WARN] [1425574394.999492201]: No laser scan received (and thus no pose updates
have been published) for 1425574394.999407 seconds. Verify that data is being published
on the /scan topic.
However, the actual issue was a miscofiguration of the odom_frame_id :
`<param name="odom_frame_id"
YOLO ROS: Real-Time Object Detection for ROS
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
3D LIDAR-based Graph SLAM
Robust Stereo Visual Inertial Odometry for Fast Autonomous Flight
Behavior Trees Library in C++. Batteries included.
Best practices, conventions, and tricks for ROS. Do you want to become a robotics master? Then consider graduating or working at the Robotics Systems Lab at ETH in Zürich!
ROS package to find a rigid-body transformation between a LiDAR and a camera for "LiDAR-Camera Calibration using 3D-3D Point correspondences"
Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.
𓃡 Quadruped Robot based on MIT Cheetah I
Refer to https://github.com/AcutronicRobotics/gym-gazebo2 for the new version
Add a description, image, and links to the ros topic page so that developers can more easily learn about it.
To associate your repository with the ros topic, visit your repo's landing page and select "manage topics."
The lightware SF11C (at least) outputs 130m "on lost signal" so we should handle this in the AP_LightwareSerial driver.
Here's the relevant line in the SF11 datasheet:
As mentioned b