2.9 Getting Started with Native Sensors

By default on 2.9, RapidPlan Dynamic (RPD) now runs the generic sensor interface as a system service. To run native sensors like before, you’ll need the following additional steps.

Additional Steps

  • Stop the system service

    sudo systemctl stop rtr_rapidsense.service
  • Create a new config file with a directory for RapidPlan Dynamic calibration artifacts, by running this command in the terminal

    mkdir -p ~/.config/rtr_rapidsense && echo "config_dir=/home/$USER/rtr_rapidsense" > ~/.config/rtr_rapidsense/rtr_rapidsense.conf
  • To run RPD, use the following commands in a terminal, and then the system will behave exactly like it did before.

    rtr_rapidsense rtr_calibration

Getting Started with RapidPlan Dynamic

On 2.9 the GUI in the control panel can be used to edit the calibration configuration files, but that requires the RPC project to be loaded in the appliance, and then you have to build the calibration roadmap via the CreateTarget and AddConnection workflow. I find it easier to have the RPC project, frame viewer, and VS Code open, and edit the config files manually that way I can build the roadmap in RPC.