The "whill_bringup" is a ROS2 package for WHILL Model CR2 launcher.
- Download projects
- Configure your serial port
- Build project
- Launch
cd ~/<your_ros2_ws>/src
git clone https://github.com/whill-labs/ros2_whill_interfaces.git
git clone https://github.com/whill-labs/ros2_whill.git
If your serial port is not /dev/ttyUSB0
, please edit port_name
in the following file:
~/<your_ros2_ws>/src/ros2_whill/whill_bringup/config/params.yaml
colcon build --packages-up-to whill
. install/setup.bash
ros2 launch whill_bringup whill_launch.py
After these steps, you will be able to execute commands. Command examples
Copyright (c) 2024 WHILL, Inc.
Released under the MIT license