Getting Started

This page takes you from an unopened sensor to your first live scan in Houdini.

Install the asset

Grab JV-RPLidar_In-vX.Y.hdalc from your Gumroad library.

  • WindowsC:\Users\<you>\Documents\houdini22.0\otls\
  • macOS~/Library/Preferences/houdini/22.0/otls/
  • Linux~/houdini22.0/otls/

If the folder doesn't exist yet, create it. On Houdini 21 the folder is houdini21.0 instead.

Or use Assets ▸ Install Digital Asset Library to pick it up without restarting.

The node then appears in the SOP tab menu under JV ▸ RPLidar In.

Connect the hardware

The sensor

RPLidar In was developed against the Slamtec RPLIDAR A2M12 — a 360°, 16 m range, spinning laser scanner. Other A2-family units should behave the same. The sensor stays silent until Houdini commands the motor to spin, so no lights or sound when you first plug it in is normal.

The two cables

RPLIDAR units use two separate leads — both must be connected for a scan:

Cable Carries Plug into
USB / data Data + adapter power, through the USB/UART adapter Your computer
5V / motor Motor power only Any USB port or USB charger

The motor lead can go to a plain charger — it doesn't need to be the same machine.

The USB/UART adapter

The sensor connects through a Silicon Labs CP210x USB-to-serial adapter, which enumerates as a COM port on Windows (the driver ships with Windows 11, so it installs automatically). Once connected, Windows gives the adapter a COM port (e.g. COM3).

See your first scan

Create an RPLidar In SOP inside a Geometry object.

Set Mode to Live.

Display the node in the viewport. The motor spins up over about two seconds, then a ring of points appears — one point per laser return. Empty space in front of the sensor produces gaps; walls and objects produce dense arcs.

If nothing appears, press Test Sensor to print the sensor's identity, health, and available scan modes to the console, then check Troubleshooting.

Set your working scale

Sensor distances are real-world meters. The Units per Meter parameter maps them to Houdini units:

  • 1 (default) — work in meters. A wall 3 m away lands 3 units from the origin.
  • 100 — work in centimeters.
  • 0.5 — shrink the world to half size.

Finding the port

Leave the node's Port parameter blank and it auto-detects the CP210x adapter. If auto-detect picks the wrong device (e.g. you have several serial adapters), set the port explicitly — for example COM3 on Windows.

Where to go next