![]() |
lineturtle package from lineturtle repolineturtle |
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/robofuntastic/lineturtle.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-01-08 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- usama
Authors
Lineturtle ROS2 Package
Welcome to the Lineturtle ROS2 package repository! Lineturtle is an exciting project by RoboFuntastic that lets you build and control your very own drawing robot using ROS2 and MicroROS. This repository contains all the necessary code, resources, and instructions to get you started on this creative and educational journey.
Features
-
/servo
: Control the servo for marker placement on the drawing surface. -
/LEDs
: Manage the LEDs mounted on the robot. -
/left_motor_ticks
and/right_motor_ticks
: Get motor encoder values for left and right wheels. -
/battery
: Monitor the battery level of the robot. -
/cmd_vel
: Control the movement of the robot.
Getting Started
Follow these steps to get started with your Lineturtle robot:
- Go to your workspace:
cd ros2_ws/src/
2. Clone this repository to your ROS2 workspace:
```bash
git clone https://github.com/robofuntastic/lineturtle.git
3. Clone teleop_twist_joy repository (becuse lineturtle depends on the package) to your ROS2 workspace:
```bash
git clone https://github.com/ros2/teleop_twist_joy.git -b foxy
4. Clone micro-ROS-Agent repository (becuse lineturtle depends on the package) to your ROS2 workspace:
```bash
git clone https://github.com/micro-ROS/micro-ROS-Agent.git -b foxy
5. Build the ROS2 package and install dependencies:
```bash
cd ..
rosdep install --from-paths src --ignore-src -r -y
colcon build --symlink-install
source install/local_setup.bash
6. Edit the config file /teleop_twist_joy/config/xbox.config.yaml, clear it and paste this
```bash
teleop_twist_joy_node:
ros__parameters:
axis_linear: # right thumb stick vertical
x: 4
scale_linear:
x: 0.15
scale_linear_turbo:
x: 0.3
axis_angular: # right thumb stick horizontal
yaw: 3
scale_angular:
yaw: 0.2
scale_angular_turbo:
yaw: 0.4
enable_button: 6 # Left trigger button
enable_turbo_button: 4 # left trigger button
7. 3D print the robot body using these [STL files](https://github.com/robofuntastic/lineturtle/tree/main/CAD%20%26%203D%20Printing).
8. Gather all the components and configure your robot's hardware and connections as described in the [guide](https://github.com/robofuntastic/lineturtle/blob/main/circuit%20%26%20components/LineTurtle%20Circuit%20Diagram.pdf).
9. Upload the [microros sketch](https://github.com/robofuntastic/lineturtle/blob/main/esp32_microros/lineturtle_esp32_microros/lineturtle_esp32_microros.ino) to ESP32.
10. Launch the lineturtle robot
```ros2 launch lineturtle lineturtle_launch.py
Note
If you get stuck in the configurations, set up Microros agent and JoyStick. You should consider the Udemy course. There every step is explained in detail.
Contributing
We welcome contributions and suggestions from the community! If you find issues, want to suggest enhancements, or contribute to the codebase, please check out ROS Discourse.
License
This project is licensed under the MIT License.
Unlock the world of robotics, creativity, and learning with Lineturtle by RoboFuntastic. Start building and exploring today!
Udemy Course
https://robofuntastic.com
RoboFuntastic YouTube Channel
ROS Discourse Community
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_python | |
ament_lint_auto | |
ament_lint_common | |
rclcpp | |
std_msgs | |
micro_ros_agent | |
teleop_twist_joy |