A programming application to learn robotics concepts in an intuitive way.
mkdir ws_nirmitsu/src -p
cd ws_nirmitsu/src
git clone https://github.com/yadunund/nirmitsu-ros2
cd ~/ws_nirmitsu
source /opt/ros/ROS_DISTRO/setup.bash # where ROS_DISTRO is foxy glactic or humble
rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
cd ~/ws_nirmitsu
source install/setup.bash
ros2 run nirmitsu_ros2_flowgraph nirmitsu
Follow instructions here to learn how robots move.