simulation.src.gazebo_simulation.src.car_state.visualization module¶
Reference¶
-
class
CarStateVisualizationNode[source]¶ Bases:
simulation.utils.ros_base.node_base.NodeBaseROS node which allows to visualize the car state in rviz.
-
frame_publisher¶ Publishes the cars frame as a rviz marker.
- Type
rospy.publisher
-
view_cone_publisher¶ Publishes the cars view cone as rviz marker.
- Type
rospy.publisher
-
state_subscriber¶ Subscribes to car_state
- Type
rospy.subscriber
-