ROS packages and firmware code.
- Ubuntu 18.04
- ROS Melodic Morenia
- Advantech MIC-710AIX / Jetson Xavier NX (robot computer)
- Arduino Due (base controller)
- Hokuyo UST-05LA (lidar)
- 2 x Motors with Encoders
-
Clone the repository
cd ~/catkin_ws/src && git clone /~https://github.com/zulhafiz-zulkifli/medibotv4_ros.git
-
Install packages dependencies
rosdep install medibotv4 -y
-
Build the packages
cd ~/catkin_ws && catkin_make && source ~/catkin_ws/devel/setup.bash
roslaunch medibotv4 bringup.launch
roslaunch medibotv4 gmapping.launch
roslaunch medibotv4 navigation.launch
- Single Robot
roslaunch medibotv4 simulation.launch
- Multi Robot
roslaunch medibotv4 multirobot_simulation.launch