Did you also attach an aiming camera to it ?
Is it something like this ? ( just a quick code I made up that may help you )
ObjectTemplate.create RotationalBundle rocketpod
ObjectTemplate.addTemplate rocketpod_Rocketlauncher
ObjectTemplate.setPosition 0/0/0
ObjectTemplate.setRotation 0/0/0
ObjectTemplate.addTemplate rocketpod_Camera2
ObjectTemplate.setPosition 0/0.3/.5
ObjectTemplate.setRotation 0/0/0
ObjectTemplate.setMinRotation 0/-45/0
ObjectTemplate.setMaxRotation 0/-2.5/0
ObjectTemplate.setMaxSpeed 0/60/0
ObjectTemplate.setAcceleration 0/250/0
ObjectTemplate.setInputToPitch c_PIMouseLookY
ObjectTemplate.setAutomaticPitchStabilization 1
ObjectTemplate.create Camera rocketpod_Camera2
objectTemplate.setposition 0/9/5
ObjectTemplate.setMaxSpeed 0/0/0
ObjectTemplate.setAcceleration 0/0/0
ObjectTemplate.CVMExternTrace 1
If you can, please post the code for your rocketpod and I will see what can be added to help make it work.
