IRobot Create 3 repo using Jetson Nano
Clone the repository:
mkdir mcdillo_ws
cd mcdillo_ws
git clone --recursive https://github.com/RodrigoCatto/mcdillo.git src
-
Go to the src folder
cd ~/mcdillo/src/
-
Build the Docker Container
docker build -f docker/Dockerfile -t mcdillo_ws .
-
Run the Container
docker run -it --net=host --ipc=host --privileged -v /dev/ydlidar:/dev/ydlidar -e DISPLAY=$DISPLAY mcdillo_ws
-
Mcdillo Keyboard Teleop
ros2 run teleop_twist_keyboard teleop_twist_keyboard
-
Foxglove node to watch topics
ros2 launch foxglove_bridge foxglove_bridge_launch.xml port:=8765