johannesburg / environment_sim

Environment simulation ROS node for the RACECAR platform. Uses a neural network to simulate racecar dynamics, and rangelibc to simluate laser scans.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

environmentSim

Environment simulation ROS node for the RACECAR platform. Uses a neural network to simulate racecar dynamics, and rangelibc to simluate laser scans.

A video of the simulator in action is available here.

To install range_libc:

pip install --user cython
git clone http://github.com/kctess5/range_libc
cd range_libc/pywrappers
# on VM
./compile.sh
# on car - compiles GPU ray casting methods
./compile_with_cuda.sh

About

Environment simulation ROS node for the RACECAR platform. Uses a neural network to simulate racecar dynamics, and rangelibc to simluate laser scans.


Languages

Language:Python 71.1%Language:CMake 28.9%