Skip to content

Commit

Permalink
add std_srvs to cargo install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Sep 9, 2024
1 parent ab4555e commit 8b46a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Setup on Ubuntu 22.04 and Debian Trixie using Debian Science Team ROS1 apt packa

```
apt install python3-rosmsg rospack-tools libsensor-msgs-dev libstd-msgs-dev libgeometry-msgs-dev ros-sensor-msgs ros-std-msgs ros-geometry-msgs cargo pkg-config librust-openssl-dev
ROS_PACKAGE_PATH=`rospack find std_msgs`:`rospack find sensor_msgs`:`rospack find geometry_msgs` cargo install --git https://github.com/lucasw/mcap_tools
ROS_PACKAGE_PATH=`rospack find std_msgs`:`rospack find sensor_msgs`:`rospack find geometry_msgs`:`rospack find std_srvs` cargo install --git https://github.com/lucasw/mcap_tools
export PATH=$PATH:$HOME/.cargo/bin
```

Expand Down

0 comments on commit 8b46a7b

Please sign in to comment.