ROS Hexapod called Golem slowstep and IMU readings test.

So figured I’d give a update on the ROS progress. I currently have my ROS stack working. Xacro/URDF built, IMU active and publishing odom messages, the point grey camera streaming and just put on the Prime Sense depth sensor a few days ago (not in video). I am using depthimage_to_laserscan so I can use gmapping. In regards to odometry I have had to slow the gait down a considerable is a test of the “slow gait,“ it is using simple cosine and sine waves with a pretty high sample rate, so high I’ve lowered it a bit since this video as you will see it added a bit of shaking on the coxa joints due to rounding. I currently have one package that handles the leg motion but as far as ROS knows it is just the “base“ of the robot. It simplifies the command structure to a simple Twist message for velocity. The max speed is rather slow at 8cm per second, anything higher the IMU gets to much of the impact of the legs in its with a low pass filter applied.
Back to Top