⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
ftsens-genom3
All Projects
Miscelaneous sensors
»
ftsens-genom3
Overview
Activity
Issues
News
Documentation
Repository
Download (512 Bytes)
Bug #402
» start.sh
Ayham Alharbat
, 2023-12-07 12:17
#!/bin/bash
# Run this script before you run the tutorial in MATLAB
# It will start the simulation in Gazebo with the low friction wall &
# launch all the required genom modules
# Closes all Genom3 modules
pkill genomixd &
pkill mrsim-pocolibs &
pkill optitrack-pocolibs &
pkill pom-pocolibs &
pkill rotorcraft-pocolibs &
pkill ftsens-pocolibs &
h2 end
sleep
1
h2 init
sleep
1
genomixd &
sleep
1
tk3-mux /dev/ttyACM1 & ~/ut-tools/manual-install/ftsens-genom3/build/pocolibs/server/ftsens-pocolibs
-f
&&
fg
« Previous
1
2
Next »
(1-1/2)
Loading...