jmloveyj's Stars
xpharry/gnb-classifier
CarND-Term3: Prediction. A Mini-Project on manually construct a Gaussian Naive Bayes Classifier for Trajectory Classifying.
BasGeertsema/rsmotion
RSMotion - C++ Library for Reeds-Shepp Cars
binxxx/Autonomous_Parking_ROS
16-782 Planning & Decision-making for Robotics final project
ros-planning/navigation
ROS Navigation stack. Code for finding where the robot is and how it can get somewhere else.
ApolloAuto/apollo
An open autonomous driving platform
Rockyzsu/stock
30天掌握量化交易 (持续更新)
twxjyg/Hybrid-A-Star-U-Turn-Solution
Autonomous driving trajectory planning solution for U-Turn scenario
yyzybb537/libgo
Go-style concurrency in C++11
apollo-ros/apollo-kinetic
Baidu Apollo's ROS indigo optimizations for ROS kinetic
nicolov/ros-bazel
Build ROS code with Bazel
YannZyl/Apollo-Note
Note for Apollo 3.0 perception, prediction and planning modules
lizan/bazel-cmakelists
Convert Bazel C++ targets to CMakeLists for IDEs
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
ljanyst/udacity-kalman-filters
Udacity Self-Driving Car ND Project - Kalman Filters
lcm-proj/lcm
Lightweight Communications and Marshalling
mozilla/DeepSpeech
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
horovod/horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
amir-abdi/keras_to_tensorflow
General code to convert a trained keras model into an inference tensorflow model
tflearn/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
dalinvip/cnn-lstm-bilstm-deepcnn-clstm-in-pytorch
In PyTorch Learing Neural Networks Likes CNN、BiLSTM
nachiket92/conv-social-pooling
Code for model proposed in: Nachiket Deo and Mohan M. Trivedi,"Convolutional Social Pooling for Vehicle Trajectory Prediction." CVPRW, 2018
appinho/SARosPerceptionKitti
ROS package for the Perception (Sensor Processing, Detection, Tracking and Evaluation) of the KITTI Vision Benchmark Suite
rst-tu-dortmund/teb_local_planner
An optimal trajectory planner considering distinctive topologies for mobile robots based on Timed-Elastic-Bands (ROS Package)
morpheus1820/ros-nodes
ROS nodes for mobile robot navigation
agarie/vector-field-histogram
A C implementation of the Vector Field Histogram algorithm for local path planning.
jmloveyj/ros_navigation
robot automatic navigation stack including map building(histogramic in-motion mapping (HIMM) with grid_map), obstacle avoidance(vfh+) and navigation algorithms(A*, RRT+)
jingpang/LearnVIORB
uzh-rpg/rpg_svo_example
Example node to use the SVO Installation.
pojol/timer
一个简单的Timer(只有一个头文件),拥有简单的绑定方式,基于min-heap实现。
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.