ROS and Gazebo Tutorials - AS4SR/general_info GitHub Wiki

Table of Contents

ROS Tutorials and Gazebo Tutorials:

Directed tutorials:

Gazebo Tutorials with ROS for UAVs

Other:

Recommended for ROS work:

rqt_graph

# to run rqt_graph, 'source ~/catkin_ws/devel/setup.bash' in each window, then:
1$ roscore
2$ rosrun rqt_graph rqt_graph
    • Qt GUI development for ROS in C++ and in Python (mainly, for the creation of plugins that work with rqt)

ROSLab

Securing and Verifying Portions of ROS

cd ~/Downloads && wget https://rtg.cis.upenn.edu/HACMS/rosgen.zip
unzip rosgen.zip
[[???]]
    • requires: (VST v1.8 works with CompCert 2.7.2 and Coq 8.6)
cd ~/Downloads && wget https://github.com/ildyria/CompCert/archive/973a34753c95a3a3d2ddac582f196756f4c18ee6.zip
unzip 973a34753c95a3a3d2ddac582f196756f4c18ee6.zip
[[???]]
      • VST (Verified Software Toolchain) (link)
cd ~/Downloads && wget http://vst.cs.princeton.edu/download/vst-1.8.tgz
tar -xvzf vst-1.8.tgz
[[???]]
sudo apt install coq
⚠️ **GitHub.com Fallback** ⚠️