You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if anyone knows how to change the mav parameters (like the mass, inertia, etc.) mid simulation?
I tried changing them using rosparam set <rosparam_name> <param> while the simulator is running but this doesn't seem to update the actual values, like the mass, in the simulator. Further, these parameters are just associated with the controller node, and not the robot itself.
Is it possible to change these values during the simulation or would it be a headache?
The text was updated successfully, but these errors were encountered:
Hi all,
I'm wondering if anyone knows how to change the mav parameters (like the mass, inertia, etc.) mid simulation?
I tried changing them using
rosparam set <rosparam_name> <param>
while the simulator is running but this doesn't seem to update the actual values, like the mass, in the simulator. Further, these parameters are just associated with the controller node, and not the robot itself.Is it possible to change these values during the simulation or would it be a headache?
The text was updated successfully, but these errors were encountered: