Humble

Humble #

Installing Meili Agent #

  1. Generate PIN in Meili FMS.

  2. Download installation script for ROS2 Humble installation.

  3. Download Meili CLI(for i386 platforms) in the same folder where you have downloaded the installation script. For other platforms you can download it here.

Note: Meili CLI is the command-line utility tool for managing secrets, system setups, and map synchronisation with the server. For more info click here.
  1. Once you have both files in the same folder you just need to run the commands below:
chmod +x meili-cli
chmod +x meili_agent_humble.sh
./meili_agent_humble.sh PIN
Note: PIN is the 5 digits pin code generated in the first step.
Note: Meili_agent will be installed in ~/catkin_ws_meili/src/ .

Running Meili Agent #

After finalising the script you need to source the environment and run meili_agent as shown below:

Warning: Make sure that robot is connected to the internet and it is providing the location.

source ~/.bashrc
ros2 launch meili_agent meili_agent.py.launch

If everything has gone well, you should be able to see the robot location and battery on this page.

You can see more details about how to run and configure certain parameters of the meili_agent here.