cd $HOME
cd Formula-Student-Driverless-Simulator
bash FSDS.shNow choose map and click start simulator using the buttons in the window that pops up.
cd $HOME
cd Formula-Student-Driverless-Simulator
cd ros
source devel/setup.bash
roslaunch fsds_ros_bridge fsds_ros_bridge.launchNow the bridge should be running, you should be getting messages about how each topic is doing.
If you want to be fancy and have plotso of all variable then use
roslaunch fsds_ros_bridge fsds_ros_bridge.launch plot:=truesource devel/setup.bashrostopic echo /fsds/lidar/Lidarrostopic echo /fsds/gpsrostopic echo /fsds/imurostopic echo /fsds/testing_only/trackcd Formula-Student-Driverless-Simulator
cd ros
cd srccatkin_create_pkg testingsim std_msgs rospy roscpp fs_msgs
cd ..
catkin build # rebuild the environment
source devel/setup.bash # source againcd src/testinsim/src # in this dir add the fileschmod +x *rosrun testingsim name_file.py