forked from cesar.alejandro/oscillation_ctrl
README updates
This commit is contained in:
parent
099c1991b0
commit
bc9b0207a4
|
@ -117,7 +117,7 @@ Initilize rosdep:
|
||||||
|
|
||||||
#### CHANGE DEVEL/SETUP.BASH
|
#### CHANGE DEVEL/SETUP.BASH
|
||||||
In catkin_ws (or any working directory) add to devel/setup.bash:
|
In catkin_ws (or any working directory) add to devel/setup.bash:
|
||||||
'''
|
|
||||||
CURRENT_DIR=$(pwd)
|
CURRENT_DIR=$(pwd)
|
||||||
cd ~/PX4-Autopilot
|
cd ~/PX4-Autopilot
|
||||||
source Tools/setup_gazebo.bash $(pwd) $(pwd)/build/px4_sitl_default
|
source Tools/setup_gazebo.bash $(pwd) $(pwd)/build/px4_sitl_default
|
||||||
|
@ -125,7 +125,7 @@ In catkin_ws (or any working directory) add to devel/setup.bash:
|
||||||
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$(pwd)/Tools/sitl_gazebo
|
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$(pwd)/Tools/sitl_gazebo
|
||||||
|
|
||||||
cd $CURRENT_DIR
|
cd $CURRENT_DIR
|
||||||
'''
|
|
||||||
## JINJA TETHER FILE
|
## JINJA TETHER FILE
|
||||||
- spiri_with_tether.sdf.jinja can be altered to create desired tether model
|
- spiri_with_tether.sdf.jinja can be altered to create desired tether model
|
||||||
- changes nede to be made in px4 directory and will only take effect and
|
- changes nede to be made in px4 directory and will only take effect and
|
||||||
|
|
Loading…
Reference in New Issue