Variables
fake_cargo_max_volume Namespace Reference

Variables

 cargo_max_volume_msg = Point()
 
 loop_rate = rospy.Rate(publish_rate)
 
 pub = rospy.Publisher("cargo_max_volume", Point, queue_size=1)
 
 publish_rate = rospy.get_param("~publish_rate", 1)
 
 x = rospy.get_param("~x", 0.1)
 
 y = rospy.get_param("~y", 0.2)
 
 z = rospy.get_param("~z", float("nan"))
 

Variable Documentation

◆ cargo_max_volume_msg

fake_cargo_max_volume.cargo_max_volume_msg = Point()

Definition at line 17 of file fake_cargo_max_volume.py.

◆ loop_rate

fake_cargo_max_volume.loop_rate = rospy.Rate(publish_rate)

Definition at line 16 of file fake_cargo_max_volume.py.

◆ pub

fake_cargo_max_volume.pub = rospy.Publisher("cargo_max_volume", Point, queue_size=1)

Definition at line 10 of file fake_cargo_max_volume.py.

◆ publish_rate

fake_cargo_max_volume.publish_rate = rospy.get_param("~publish_rate", 1)

Definition at line 14 of file fake_cargo_max_volume.py.

◆ x

fake_cargo_max_volume.x = rospy.get_param("~x", 0.1)

Definition at line 11 of file fake_cargo_max_volume.py.

◆ y

fake_cargo_max_volume.y = rospy.get_param("~y", 0.2)

Definition at line 12 of file fake_cargo_max_volume.py.

◆ z

fake_cargo_max_volume.z = rospy.get_param("~z", float("nan"))

Definition at line 13 of file fake_cargo_max_volume.py.



amr_interop_bridge
Author(s):
autogenerated on Tue Mar 1 2022 23:45:33