ros
Here are 4,130 public repositories matching this topic...
Open-source simulator for autonomous driving research.
-
Updated
Oct 15, 2020 - C++
Open-source software for self-driving vehicles
-
Updated
Oct 12, 2020
PX4 Autopilot Software
-
Updated
Oct 16, 2020 - C++
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
-
Updated
Oct 6, 2020 - Python
-
Updated
Sep 14, 2020
-
Updated
Sep 29, 2020
Python package for the evaluation of odometry and SLAM
-
Updated
Oct 8, 2020 - Python
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace
-
Updated
Oct 15, 2020
Hello, I'm master student. I'm interested in your nice lgsvl simulator!!
I have point cloud data of a city and from the point cloud data I want to make HD map. In addition, with your lgsvl simulator and autoware platform I will simulate autonomous driving .
Is it possible to do that things? I want you to tell me what kind of data and what procedure is needed to simulate automated driving in
void AStarExpansion::add(unsigned char* costs, float* potential, float prev_potential, int next_i, int end_x, int end_y)
{
.........
if(costs[next_i]>=lethal_cost_ && !(unknown_ && costs[next_i]==costmap_2d::NO_INFORMATION))
return;
potential[next_i] = p_calc_->calculatePotential(potential, costs[next_i] + neutral_cost_, next_i, prev_potential);
.......
}
Describe the Bug
Some of the Matlab API functions of the Supervisor return non-native Matlab array, e.g.:
https://github.com/cyberbotics/webots/blob/master/lib/controller/matlab/wb_supervisor_node_get_velocity.m#L6
Instead, their returned value should be converted to an array, e.g.:
https://github.com/cyberbotics/webots/blob/master/lib/controller/matlab/wb_supervisor_field_get_sf_vec3f.m
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
-
Updated
Jun 18, 2019 - C++
YOLO ROS: Real-Time Object Detection for ROS
-
Updated
Oct 9, 2020 - C++
Robust Stereo Visual Inertial Odometry for Fast Autonomous Flight
-
Updated
Jul 26, 2019 - C++
3D LIDAR-based Graph SLAM
-
Updated
Oct 15, 2020 - C++
Best practices, conventions, and tricks for ROS
-
Updated
Oct 2, 2020 - C++
Refer to https://github.com/AcutronicRobotics/gym-gazebo2 for the new version
-
Updated
Mar 16, 2019 - Python
ROS package to find a rigid-body transformation between a LiDAR and a camera for "LiDAR-Camera Calibration using 3D-3D Point correspondences"
-
Updated
Jul 20, 2020 - C++
Behavior Trees Library in C++. Batteries included.
-
Updated
Oct 8, 2020 - C++
Gibson Environments: Real-World Perception for Embodied Agents
-
Updated
May 7, 2020 - C
Software for the AutoRally platform
-
Updated
Sep 21, 2020 - C++
Improve this page
Add a description, image, and links to the ros topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ros topic, visit your repo's landing page and select "manage topics."


Feature request
Is your feature request related to a problem? Please describe.
When we raise an internal error it may be quite some time before we get something in the dataflash log or in the mavlink stream. This makes it harder to correlate internal errors with codepaths.
Describe the solution you'd like
Emit a statustext and/or log message when we detect an internal error has