Skip to content

Commit

Permalink
added instructions for setting up custom msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Herpderk committed Aug 18, 2023
1 parent 1b1354a commit a04a89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,12 @@
mkdir -p ros2_ws/src
```

2. Clone PX4's packages into your ROS 2 workspace and compile it.
2. Clone PX4's packages and [our custom messages](https://github.com/Herpderk/uavf_msgs/tree/master/msg) into your ROS 2 workspace and compile it.
```
cd ros2_ws/src
git clone https://github.com/PX4/px4_msgs.git
git clone https://github.com/PX4/px4_ros_com.git
git clone [email protected]:Herpderk/uavf_msgs.git
cd ..
source /opt/ros/foxy/setup.bash
colcon build
Expand Down

0 comments on commit a04a89b

Please sign in to comment.