Apply external force to a surface, not to a point

asked 2019-09-12 11:20:49 -0500

ycho80 gravatar image

Hi, I want to apply some force to a surface or multiple points on Gazebo. I used rosservice /gazebo/apply_body_wrench to apply external force to a point so I tried to call rosservice two time at a time by using &&. For example, rosservice call /gazebo/apply_body_wrench ~~~~~ && rosservice call /gazebo/apply_body_wrench. When I called the rosservices at a time, there was some delay between two rosservice.

Is there any way I can apply external force to a surface or multiple points at a same time?

I appreciate it.

edit retag flag offensive close merge delete