Asked
— Edited
Possible or impossible with EZB?
Omni wheel movement in this video.
Modified servo Movement Panel only accepts 2 servos, could the custom Movement Panel be able to control 4 independent motors/servos etc, like in the video?
Thanks in advance.
Scripts can sort out the rest. With joystick control you could assign buttons or sticks to move left and right and turn left and right.
I thought that it was based on direction for the movements, the normal forward, reverse, left & right and then the front and rear moving opposite direction to move sideways...
Hope that made sense.
Pretty simple if you break it down. If it's for sliding out of the way of an object you just trigger the movement script (or part of the script if the object detection is scripted not a control). Then you just need to figure out which direction each servo needs to go for the required movement... say FL forwards, FR forwards, RL reverse, RR reverse, pop in the Move() commands and voila, slide to the left, slide to the right, criss cross... wait I got carried away. You get the idea though.
Take a look here:
RobotThoughts
That is my website for my projects.