mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
50 lines
771 B
Bash
Executable File
50 lines
771 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# TODO: validate versions
|
|
|
|
# validate required software is installed
|
|
|
|
python --version
|
|
python2 --version
|
|
python3 --version
|
|
ipython --version
|
|
ipython3 --version
|
|
|
|
node -v
|
|
npm -v
|
|
|
|
byobu --version
|
|
nmap --version
|
|
lsof -v
|
|
git --version
|
|
vim --version
|
|
pip --version
|
|
pip2 --version
|
|
pip3 --version
|
|
tcpdump --version
|
|
monkey --version
|
|
pigpiod -v
|
|
i2cdetect -V
|
|
butterfly -h
|
|
|
|
# ros stuff
|
|
|
|
roscore -h
|
|
rosversion clever
|
|
rosversion aruco_pose
|
|
rosversion vl53l1x
|
|
rosversion opencv3
|
|
rosversion mavros
|
|
rosversion mavros_extras
|
|
rosversion dynamic_reconfigure
|
|
rosversion tf2_web_republisher
|
|
rosversion compressed_image_transport
|
|
rosversion rosbridge_suite
|
|
rosversion rosserial
|
|
rosversion usb_cam
|
|
rosversion cv_camera
|
|
rosversion web_video_server
|
|
rosversion rosshow
|