Skip to content

VingVingRobot (วิ่งๆ โรบอท) A path follower and robot management designed to revolutionize autonomous systhem in robotics including path follower movement , Servo controling , Camera color detecting

Notifications You must be signed in to change notification settings

GCMinerva/VingVingRobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

GCMinerva#24809 VingVingRobot Project ✨

VingVingRobot (วิ่งๆ โรบอท) A path follower and robot management designed to revolutionize autonomous systhem in robotics including path follower movement , Servo controling , Camera color detecting

Caution

Beta version open to develope in school team no docs yet (Until testing done)


Install

repositories {
    maven {
        url = uri("https://maven.vingving.jnx03.xyz")
    }
}

dependencies {
    implementation("com.vingvingrobot:core:0.0.1")
    implementation("com.vingvingrobot:ftc:0.0.1")
}

Sample Movement/path code

VingPath path = new VingPath.Builder()
    .addWaypoint(new Waypoint.Builder(10, 10)
        .setSpeed(0.5)  // 50% speed
        .addAction(() -> servo.setPosition(0.8))
        .rotateTo(Math.toRadians(45))
        .stopAndWait(1.0)
        .build())
    .build();```

About

VingVingRobot (วิ่งๆ โรบอท) A path follower and robot management designed to revolutionize autonomous systhem in robotics including path follower movement , Servo controling , Camera color detecting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published