ROS Tutorials and Gazebo Tutorials:
Directed tutorials:
Gazebo Tutorials with ROS for UAVs
Recommended for ROS work:
# 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 is a high-level GUI editor for setting up skeleton code with nodes and topics (well-prior to run): link and github link
Securing and Verifying Portions of ROS
- Secure ROS(!! by SRI International, offshoot of Stanford University)
- ROSGen (UPenn) -- NFM 2015 main paper pdf and main page for Coq code implementation (html)
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