Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Simulation_F651
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jennifer david
Simulation_F651
Commits
68768762
Unverified
Commit
68768762
authored
6 years ago
by
Maytheewat Aramrattana
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme.md
parent
3eaaf9df
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.md
+10
-8
10 additions, 8 deletions
Readme.md
with
10 additions
and
8 deletions
Readme.md
+
10
−
8
View file @
68768762
...
...
@@ -21,14 +21,16 @@ This simulation is based on [OpenUAV](https://github.com/Open-UAV) project.
10.
Go to your
`catkin_ws/src`
folder (
`cd ~/catkin_ws/src`
) and build it by typing
`catkin build`
in the terminal.
11.
`source devel/setup.bash`
12.
Now do the folliwing to configure your ROS environment
1.
`roscd; cd ..; cd src/Firmware
make posix_sitl_default
source ~/catkin_ws/devel/setup.bash
source Tools/setup_gazebo.bash $(pwd) $(pwd)/build_posix_sitl_default
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$(pwd)
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$(pwd)/Tools/sitl_gazebo
roslaunch px4 posix_sitl.launch
roslaunch mavros px4.launch fcu_url:="udp://:14550@127.0.0.1:14557"
1.
`roscd`
2.
`cd ..`
3.
`cd src/Firmware`
4.
`make posix_sitl_default`
5.
`source ~/catkin_ws/devel/setup.bash`
6.
`source Tools/setup_gazebo.bash $(pwd) $(pwd)/build_posix_sitl_default`
7.
`export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$(pwd)`
8.
`export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$(pwd)/Tools/sitl_gazebo`
9.
`roslaunch px4 posix_sitl.launch`
10.
`roslaunch mavros px4.launch fcu_url:="udp://:14550@127.0.0.1:14557"`
`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment