Skip to content

Jmq14/ROS_car_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS_car_dashboard

This is a ROS package to visualize the sensor data, control signals etc. from Berkeley DeepDrive autonomously driving car.

Requirements

apt-cache search pyqt sudo apt-get install python-qt4

Installation

# download cd dbw_ws/src git clone git@github.com:Jmq14/ROS_car_dashboard.git # rename package to 'monitor' or it won't build and run correctly mv ROS_car_dashboard monitor # build cd ../ catkin_make source devel/setup.bash

Usage

To launch the dashboard, you can either use rosrun or roslaunch:

# create ros master node and play a bag file roscore rosbag play [bag file] # open dashboard rosrun monitor run_gui.py

or

# change the path to bag file in launch/run_gui.lauch first roslaunch monitor run_gui.launch

Components

  • Camera viewer
  • Control report
  • Control chart
  • Google map view
  • 3D visualization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors