geometry_msgs::Twist and cmd_vel (Linear/Angular)
Hi, I am new to ROS. I am working on development of 3 leg (3 motors apart 120 deg)robo and I wish to rotate it axially like on x-axis (same to move forward and rotate CW/CCW on x axis. I refer this https://answers.ros.org/question/3354... I went through the 'Twist message' in form of linear vel and angular vel, initially i can control its motion on x and y axis linear and angular respectively. But since i need to turn it on same axis, i had to modify the angular vel (set to x axis). In this case, it move on a circular trajectory but not axially (to x axis). Please suggest me what and where I need to dig more and understand to make it operational.