Remo Description
ROS URDF description package of REMO robot (Research Education Mobile/Modular robot) a highly modifiable and extendable
autonomous mobile robot based on Nvidia's Jetbot.
This ROS package is found in the remo_description
repository contains the stl files to 3D print Remo robot.
You can explore the model in more detail through the following Fusion 360 viewer:
Usage
This is a ROS package which should be cloned in a catkin workspace.
To use remo_description
inside a Gazebo simulation or on a real 3D printed Remo robot, you can directly make use of the ROS packages in the
ros-mobile-robots/diffbot repository.
Most of the launch files you find in the diffbot
repository
accept a model
argument. Just append model:=remo
to the end of a roslaunch
command to make use of this remo_description
package.
Git LFS and Bandwith Quota
The binary stl files are hosted on GitHub using Git Large File Storage (git lfs) to avoid increasing the total size of the repository because of possible stl file changes. For open source repositories, GitHub has a bandwith limit of 1 GB (up to 1.5 GB) per month. Depending on how many users clone/pull the stl files using git lfs per month, this bandwith can be exhausted after a few days. If you are not able to clone/pull the stl files and only get the pointer files, you have to wait until the bandwith quota resets back to zero. In case you need the stl files immediately, and to support this work you can get immediate access to the stl files:
Also if you find this work useful please consider the funding options to support the development and design of this robot. However, you will always be able to clone/pull and use the Remo stl files once the bandwith quota resets.
Assembly
For assembly instructions please watch the video below:
Camera Types
The remo.urdf.xacro
accepts a camera_type
xacro arg which lets you choose between the following different camera types
Raspicam v2 with IMX219 | OAK-1 | OAK-D |
---|---|---|
Single Board Computer Types
Another xacro argument is the sbc_type
wher you can select between jetson
and rpi
.
Jetson Nano | Raspberry Pi 4 B |
---|---|
:handshake: Acknowledgment
- Louis Morandy-Rapiné for his great work on REMO robot and designing it in Fusion 360.