Definition

What an autonomous racing robotics kit is


An autonomous racing robotics kit is a small-scale vehicle carrying the complete sense–plan–act loop of a full-size self-driving car. A scanning sensor measures the track, an onboard computer localises the vehicle and plans a trajectory, a motor controller executes steering and throttle commands, and a power distribution board keeps all three supplied from a single battery. Because the vehicle is 1:10 scale, a team can run genuinely aggressive control experiments — at the limit of tyre grip, at ten metres per second — in a corridor or a sports hall rather than on a proving ground.

The RoboRacer Core Kit from Ambimat Electronics is that vehicle, delivered finished. It is built to the 1:10-scale specification used by the RoboRacer community — the international autonomous racing programme widely known by its earlier name, F1TENTH, whose open-source code still lives under the f1tenth GitHub organisation and whose Autonomous Grand Prix events run alongside robotics conferences such as IEEE ICRA and IROS. Choosing that specification matters more than it first appears: it is what makes published research, competition code and teaching material from other institutions run on your vehicle without a hardware redesign.

The four subsystems

Perception
A Hokuyo 2D LiDAR sweeps a 270° field of view at 40 Hz over Ethernet, producing the planar scan that wall-following, gap-following and SLAM algorithms consume. It is the same sensor class the RoboRacer / F1TENTH reference stack assumes.
Compute
An NVIDIA Jetson Orin Nano Super runs perception, localisation, planning and control on the vehicle itself — 1024 Ampere CUDA cores and 32 tensor cores alongside a 6-core Arm Cortex-A78AE CPU, so CUDA and TensorRT workloads such as a learned policy or an object detector run in the same loop as classical control.
Actuation
A VESC 6 MkIV from Trampa Boards drives the Traxxas Velineon brushless motor under field-oriented control, closes the servo loop for steering, reports wheel odometry back to ROS 2 and carries the inertial measurement unit used for state estimation.
Power
The Ambimat AE170 power distribution unit takes the 3S lithium-polymer pack or a wall adapter and produces the regulated 19 V, 12 V and 5 V rails the Jetson, the LiDAR and the accessories need. Its design files are published as open source.

Audience

Who the RoboRacer Core Kit is for


Three groups buy this kit, and they buy it for the same underlying reason: the interesting work is in the algorithms, and hardware integration is the tax standing in front of it.

Universities

Teaching autonomy at cohort scale

A robotics, mechatronics or control course needs every team on the same platform, or laboratory sessions become hardware debugging sessions. Identical, pre-validated vehicles mean a lecturer writes one set of notes, one marking scheme and one reproducible baseline that behaves the same in week one and week twelve.

  • Standardised across cohorts and semesters
  • ROS 2 skills that transfer to industry
  • Procurement is a single line item, not a bill of materials
Competition teams

RoboRacer and F1TENTH entries

Teams preparing for a RoboRacer / F1TENTH Autonomous Grand Prix are judged on lap time and overtaking, not on soldering. Starting from a vehicle that already localises and drives means the season is spent tuning pure pursuit, disparity extension, Frenet-frame planning or a reinforcement-learning policy against the clock.

  • Runs code from the f1tenth GitHub organisation
  • Sim-to-real transfer from the f1tenth_gym simulator
Research laboratories

Publishable experiments on real hardware

Reviewers increasingly expect a physical demonstration alongside simulation results. A standard 1:10 platform gives a laboratory a hardware baseline other groups can reproduce, and enough compute headroom on the Jetson to run learned perception, model-predictive control or multi-agent experiments onboard.

  • Onboard CUDA and TensorRT inference
  • Open power board design for custom electronics
  • Reproducible platform for peer review

Bill of materials

What is in the box


The kit ships as one assembled vehicle. Every item below arrives mounted, wired and tested together rather than as loose parts to integrate.

RoboRacer Core Kit — major parts included
Component What it does on the vehicle
NVIDIA Jetson Orin Nano Super Onboard compute. Runs Ubuntu, the ROS 2 graph and any GPU-accelerated perception or learned policy.
Hokuyo 2D LiDAR Primary perception. 270° planar scan over Ethernet, feeding SLAM, localisation and obstacle avoidance.
VESC 6 MkIV Motor controller. Field-oriented drive of the brushless motor, steering servo control, wheel odometry and the onboard IMU.
Power distribution unit The Ambimat AE170 PDU. Converts battery or wall-adapter input into the regulated 19 V, 12 V and 5 V rails the rest of the vehicle runs on.
Traxxas Slash VXL 4x4 chassis The 1:10-scale rolling platform — four-wheel drive, oil-filled shocks and the Velineon brushless power system.
3S lithium-polymer battery (India only – not for export) Vehicle power for both traction and, through the PDU, the electronics.
Battery charger (India only – not for export) Balance charger for the 3S pack.
Software Setup / Technical Support, and easy to overlook: where that service is included, the Jetson arrives with its operating system already flashed and a complete ROS stack configured, and the vehicle carries 60 days of remote hardware and software support after delivery. Those two items are usually the difference between a vehicle that drives in week one and one that drives in week six. Software Setup / Technical Support is included in the INR 628,000 + GST option — see pricing.
Optional international configuration. The table above shows the complete kit, including the chassis, battery and charger. Due to international shipping restrictions, the battery and charger cannot be exported with the kit and must be sourced locally by the customer. The Traxxas chassis may be supplied with the kit or sourced locally, where available. If the chassis is sourced locally, an optional discount of approximately US$464 applies. Everything else in the table ships as listed. See pricing for the figures.

Technical summary

Specifications at a glance


Headline specifications
Vehicle class 1:10-scale autonomous racing vehicle, RoboRacer / F1TENTH specification
Compute NVIDIA Jetson Orin Nano Super — 1024-core Ampere GPU with 32 tensor cores, 6-core Arm Cortex-A78AE CPU, 8 GB LPDDR5
Perception Hokuyo 2D laser scanner — 270° field of view, 40 Hz scan rate, Ethernet interface
Actuation VESC 6 MkIV field-oriented motor controller with integrated IMU; Traxxas Velineon brushless drive
Power rails Ambimat AE170 PDU V02.04 — 19 V at 3 A, 12 V at 2 A, 5 V at 1 A
Operating system Ubuntu 22.04 LTS with NVIDIA JetPack, pre-flashed. Included in the INR 628,000 + GST option.
Middleware ROS 2 Humble Hawksbill, configured and validated before dispatch. Included in the INR 628,000 + GST option.
Software Setup / Technical Support Operating-system loading and ROS stack configuration, plus 60 days of remote hardware and software technical support after delivery. Included in the INR 628,000 + GST option.

Software

The software stack you inherit


Nothing in the stack is proprietary to Ambimat Electronics. The value is that it is already installed, already talking to the hardware and already validated on the exact vehicle you receive.

Base layer

Ubuntu 22.04 LTS with NVIDIA JetPack, which brings the Linux for Tegra kernel, CUDA, cuDNN and TensorRT. That pairing is deliberate: 22.04 is the Tier 1 platform for ROS 2 Humble Hawksbill, so binary ROS packages install with apt rather than being built from source.

ROS 2 layer

Where Software Setup / Technical Support is included, the vehicle boots with its ROS 2 graph configured — the LiDAR driver publishing sensor_msgs/LaserScan, the VESC driver publishing odometry and accepting drive commands, and a transform tree describing the vehicle's frames. Work proceeds through the ordinary ROS 2 toolchain: rclpy or rclcpp for nodes, colcon for builds, ros2 bag for recording experiments, and RViz2 for visualising scans, maps and planned paths. DDS handles transport, so a laptop on the same network joins the graph as a monitoring station.

Autonomy layer

What runs on top is your research. The platform is the one the RoboRacer / F1TENTH community targets, so the standard progression of algorithms is directly available:

  • Reactive control — wall following, follow-the-gap and the disparity extender, which need only the raw laser scan and are where most courses begin.
  • Mapping and localisationSLAM with slam_toolbox or Cartographer to build an occupancy grid, then particle-filter localisation against that map at race speed.
  • Planning and tracking — pure pursuit and Stanley controllers, Frenet-frame local planners, and model-predictive control once a vehicle model is identified.
  • Learning — imitation and reinforcement learning policies trained in the f1tenth_gym simulator and transferred to the vehicle, with inference accelerated on the Jetson's GPU through PyTorch or TensorRT.
Simulate first. The community simulator and the physical kit expose the same ROS 2 interfaces, so a policy developed in simulation can be moved onto the vehicle by changing which machine it runs on. The getting-started guide walks through first boot, network setup and a first autonomous lap.

Decision

Assembled kit vs building from parts


Sourcing the same bill of materials yourself is entirely possible — the RoboRacer / F1TENTH build documentation is public. The honest comparison is not about capability, it is about where a team's first two months go.

Two routes to the same vehicle
Consideration Building from parts RoboRacer Core Kit
Procurement Eight or more suppliers across several countries, each with its own lead time, import duty and minimum order. A single back-ordered part stalls the build. One purchase order, one supplier, one delivery.
Power electronics Design or adapt a distribution board that feeds 19 V, 12 V and 5 V from one pack without browning out the Jetson under motor current draw. A common source of intermittent, hard-to-diagnose faults. The AE170 PDU, already specified, built and tested against this exact load.
Assembly and wiring Mechanical fit-out, connector crimping, strain relief and cable routing that survives a crash. Done, on a laser-cut MDF base plate.
Software bring-up Flash JetPack, resolve driver and kernel version conflicts, calibrate the VESC, configure the LiDAR network interface, build the ROS 2 workspace. Hardware bring-up is done. With Software Setup / Technical Support the Jetson is also flashed and the ROS graph publishes on first boot; without it, the software stack is yours to build.
Time to first autonomous lap Typically several weeks of elapsed calendar time, concentrated in whoever knows the hardware. The same afternoon the crate is opened.
Fleet consistency Vehicles drift apart as parts are substituted between orders, so results stop being comparable across teams. Identical builds, so a result on one vehicle means something on another.
When it is the wrong choice If the integration is the syllabus — an electronics or systems-engineering course where students should design the harness and the power tree themselves. If the autonomy is the syllabus, or the deadline is a competition date rather than an end of term.

Commercial

Pricing and how to order


The kit, Software Setup / Technical Support and shipping are priced as separate line items. GST applies to the Indian figures and is not included in them.

India

Quoted in INR. Every figure below excludes GST.

  • RoboRacer Core Kit — for customer-managed software setup and integration INR 580,000 + GST
  • RoboRacer Core Kit with Software Setup / Technical Support INR 628,000 + GST
  • Flat-rate shipping to any destination within India INR 4,500 + GST

The INR 48,000 difference is the price of Software Setup / Technical Support. It is not a different or reduced kit: both options include the complete RoboRacer Core Kit, including the Traxxas chassis, compatible battery and corresponding battery charger. Flat-rate shipping to any destination within India is charged separately at INR 4,500 + GST and is not included in either kit price.

At INR 580,000 + GST the vehicle is supplied for customer-managed software setup and integration: the Jetson is supplied without the operating system flashed, the ROS stack and the LiDAR and VESC drivers are not configured, and the 60-day remote technical-support period is not included. Teams who prefer to build and own their own software stack choose this option.

International

Quoted in USD (without battery & charger). Shipping is a separate flat rate.

  • RoboRacer Core Kit (with Chassis) — for customer-managed software setup and integration US$5,639
  • Optional discount when the Traxxas chassis are sourced locally approximately US$464
  • Indicative price for that locally sourced configuration approximately US$5,175 before shipping
  • Flat international shipping, Core Kit-only order US$500

The approximately US$5,175 figure is indicative only. It is US$5,639 less a discount of approximately US$464; the discount is an approximation and the final quotation controls.

Software Setup / Technical Support is not included in the US$5,639 kit price. The vehicle is supplied for customer-managed software setup and integration: the Jetson is supplied without the operating system flashed, the ROS stack and LiDAR and VESC drivers are not configured, and the 60-day remote technical-support period is not included. International customers who require Software Setup / Technical Support can purchase the RoboRacer Core Kit Pro (with Software Setup / Technical Support) for US$6,100.

International quotations are supplied on FOB terms. Ambimat does not pay destination customs-clearance charges, import duties, local taxes or related destination charges. The applicable FOB location and full commercial terms will be confirmed in the quotation.

International shipping for a Core Kit-only order is US$500, and that charge covers shipping only. Destination customs clearance, import duties, local taxes and related destination charges are the buyer's responsibility, not Ambimat's. A Power Board-only order ships for US$65, and a Core Kit ordered together with Power Board(s) ships for US$565. Orders containing more than one Core Kit are shipped on a quoted rate. The Ambimat shipping policy is authoritative.

Software Setup / Technical Support. This covers loading of the operating system for the NVIDIA Jetson, complete ROS stack configuration including the LiDAR and VESC drivers, validated on the vehicle before dispatch, plus remote hardware and software technical support for up to 60 days post delivery to assist with deployment and setup. INR 628,000 + GST is the complete Core Kit with Software Setup / Technical Support; INR 580,000 + GST is the same complete Core Kit without it. It is not included in the US$5,639 kit price; international customers who require Software Setup / Technical Support can purchase the RoboRacer Core Kit Pro (with Software Setup / Technical Support) for US$6,100. Request a quotation before ordering.
The battery and charger are excluded from international shipment due to shipping restrictions and must be sourced locally by the customer. The Traxxas chassis may be supplied with the kit or sourced locally, depending on the customer's preference and local availability. If the Traxxas chassis is sourced locally, an optional discount of approximately US$464 applies. Everything else on this page is included in the complete kit as listed, with the battery and charger sourced locally by the customer.

Orders within India are placed through the Ambimat Electronics business development team; orders from the rest of the world go through the Ambimat online store. Both routes, and the addresses and telephone numbers behind them, are on the contact and order page. Lead times depend on component availability at the time of order and are confirmed on your quotation, so contact the team early if the kit has to arrive before a semester or a competition date.

Questions

Frequently asked questions


What is an autonomous racing robotics kit?

An autonomous racing robotics kit is a small-scale vehicle that carries everything needed to drive itself: a sensor for perception, an onboard computer for planning and control, a motor controller for actuation, regulated power for all three, and a software stack that ties them together. The RoboRacer Core Kit is a 1:10-scale example built to the RoboRacer / F1TENTH specification, using a Hokuyo 2D LiDAR, an NVIDIA Jetson Orin Nano, a VESC 6 MkIV motor controller and ROS 2 on a Traxxas Slash 4x4 chassis.

Is the RoboRacer Core Kit compatible with F1TENTH?

Yes. The kit is built to the 1:10-scale RoboRacer / F1TENTH vehicle specification and uses the component classes that community's open-source stack expects — a Traxxas Slash 4x4 chassis, a VESC motor controller, a 2D scanning LiDAR and an NVIDIA Jetson compute module. Code published under the f1tenth GitHub organisation, including the f1tenth_gym simulator, runs against it without a hardware redesign.

Which compute module and sensors does the kit use?

The standard build pairs an NVIDIA Jetson Orin Nano Super — a 1024-core Ampere GPU with 32 tensor cores, a 6-core Arm Cortex-A78AE CPU and 8 GB of LPDDR5 — with a Hokuyo 2D laser scanner giving a 270° field of view at 40 Hz, and the inertial measurement unit integrated into the VESC 6 MkIV motor controller. Exact sensor and compute variants are confirmed on your quotation.

Does the RoboRacer Core Kit run ROS 2?

Yes. Where Software Setup / Technical Support is included, the vehicle is delivered with the Jetson operating system already flashed — Ubuntu 22.04 LTS with NVIDIA JetPack — and a configured ROS 2 stack, so the LiDAR, VESC and vehicle transform tree are publishing on first boot. Teams work in rclpy or rclcpp, visualise in RViz2, record runs with ros2 bag and build with colcon exactly as they would on any other ROS 2 robot.

Do I need to assemble anything?

No. Component selection, procurement, mechanical assembly, wiring, power distribution and software validation are all completed by Ambimat Electronics before dispatch. The vehicle arrives built and tested; the remaining work is charging the battery, joining the vehicle to your network and starting the stack.

What does the RoboRacer Core Kit cost?

In India the Core Kit is INR 580,000 + GST, or INR 628,000 + GST with Software Setup / Technical Support; the INR 48,000 difference is the price of that service. Flat-rate shipping is INR 4,500 + GST and is charged separately. Internationally the complete kit is US$5,639, with shipping at US$500 for a Core Kit-only order.

Every one of these prices is for the same complete physical kit and its major parts — Jetson Orin Nano Super, VESC 6 MkIV, Hokuyo LiDAR, Traxxas Slash 4x4 VXL chassis, power distribution unit, MDF base plate, 3S battery and charger (for India only). Software Setup / Technical Support — operating-system and ROS stack setup, and 60 days of remote technical support — is included in the INR 628,000 + GST option. The pricing section sets out every line item.

Can I buy the chassis, battery and charger locally instead?

On international orders, the battery and charger cannot be shipped internationally due to shipping restrictions and must be sourced locally by the customer. The Traxxas chassis may be supplied with the kit or sourced locally, depending on the customer's preference and local availability. If the Traxxas chassis is sourced locally, an optional discount of approximately US$464 applies, giving an indicative international price of approximately US$5,175 before shipping. The discount is approximate and the final quotation controls.

This is an optional configuration. The INR 580,000 price, the INR 628,000 price with Software Setup / Technical Support, and the US$5,639 international price are all based on the complete kit configuration, with the battery and charger sourced locally for international orders due to shipping restrictions.

Can we use our own algorithms and add our own sensors?

Yes. The kit is a platform, not a closed product. The ROS 2 stack is ordinary open-source software you can replace node by node, and the Ambimat AE170 power distribution board exposes spare regulated 12 V and 5 V outputs for additional hardware such as a depth camera or a separate IMU. The board's design files are published as open source.

What is Software Setup / Technical Support?

It covers loading of the operating system for the NVIDIA Jetson, complete ROS stack configuration including the LiDAR and VESC drivers, validated on the vehicle before dispatch, plus remote hardware and software technical support for up to 60 days post delivery to assist with deployment and setup.

Software Setup / Technical Support is included in the INR 628,000 + GST option. INR 580,000 + GST is the same complete physical kit supplied for customer-managed software setup and integration: the Jetson arrives without the operating system flashed, the ROS stack and the LiDAR and VESC drivers are not configured, and the 60-day support period does not apply.

The US$5,639 international price is on the same customer-managed basis. International customers who require Software Setup / Technical Support can purchase the RoboRacer Core Kit Pro (with Software Setup / Technical Support) for US$6,100.