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
<pluginfilename="libgazebo_ros_elevator.so"name="elevator_plugin">
<!-- Add a namespace -->
<robotNamespace>demo</robotNamespace>
<!-- This topic is used to control the elevator -->
<topic>elevator_demo</topic>
<lift_joint>elevator::lift</lift_joint>
<door_joint>elevator::door</door_joint>
<floor_height>3.075</floor_height>
<!-- Time the elevator door will stay open in seconds -->
<door_wait_time>10</door_wait_time>
</plugin>
ROS2
<pluginname="elevator"filename="libgazebo_ros_elevator.so">
<ros>
<namespace>demo</namespace>
<remapping>elevator:=elevator_demo</remapping>
</ros>
<!-- floor constraints -->
<bottom_floor>0</bottom_floor>
<top_floor>1</top_floor>
<lift_joint>elevator::lift</lift_joint>
<door_joint>elevator::door</door_joint>
<floor_height>3.075</floor_height>
<!-- Time the elevator door will stay open in seconds -->
<door_wait_time>10</door_wait_time>
</plugin>