Closed len0rd closed 5 years ago
@betaBison @BrandonMcBride4 note that this merge again changes the database (for the last time I swear!), meaning you'll need to reload it:
1: reload tables (this will drop and recreate all tables in the db)
sudo su postgres
psql -f server/setup/internal/setup_database.sql
2: bring in the bag (imaging folder needs to be in a catkin_workspace)
catkin_make
source devel/setup.bash
rosrun imaging_ros_handler ros_handler.py
2.5 also run the rosbag
rosbag play nameOfRosbagWhichIForget.bag
Major changes
9