Stewart
Simulating a Stewart platform in Gazebo using a plugin to allow control of a closed loop manipulator with ROS.
Install / Use
/learn @daniel-s-ingram/StewartREADME

Because the Stewart platform is a closed loop manipulator, the description was written in SDF rather than URDF. However, ROS does not support SDF by default, so a plugin was written to make the joints in Gazebo visible to ROS.
Here is a link to an in-progress generalized version of this plugin: https://github.com/daniel-s-ingram/ros_sdf.
Clone this repo to your catkin workspace src directory and build it:
cd ~/your_catkin_ws_src_path/
git clone https://github.com/daniel-s-ingram/stewart.git
catkin build stewart
source ~/your_catkin_ws/devel/setup.bash
To build the plugin:
cd plugin
mkdir build
cd build
cmake ../
make
Create the SDF file from the ERB template:
cd ../../sdf/stewart/
erb model.sdf.erb > model.sdf
Now, to launch the package:
roslaunch stewart stewart.launch
Note: The package currently expects a Dualshock 3 or 4 controller to be connected via USB.
The left analog stick translates in x and y. R2 increases z and L2 decreases z. The right analog stick rotates around the x and y axes (roll and pitch). R1 and L1 should increase and decrease yaw, respectively, but this isn't yet working for some reason.x
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
107.2kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
346.4kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
