YUHESEN Omnidrectional UGV FW-max pro ros driver
- ubuntu 22.04
- ROS2 Humble
sudo apt install ros-humble-nav-msgs
sudo apt install ros-humble-rqt-robot-steering- source ROS2 environment
source /opt/ros/humble/setup.bash- move to {workspace}/{source_folder}
cd ~/ros2_ws/src- clone packages
git clone https://github.com/RLmodel/FW-max_pro-2025.git- move to workspace
cd ~/ros2_ws- colcon build && source install folder
colcon build --packages-select --symlink-install yhs_can_interfaces
colcon build --packages-select --symlink-install yhs_can_control
source install/setup.bash- ip link up && set bitrate
sudo ip link set can0 up type can bitrate 500000- launch
ros2 launch yhs_can_control yhs_can_control.launch.py- cmd_vel control test
rqt_robot_steering- check can connection
ifconfig -a | grep can- check can message
candump can0

