Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace bfl ROS package with rosdep keys #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Replace bfl package with rosdep keys
Signed-off-by: Shane Loretz <[email protected]>
  • Loading branch information
sloretz committed Mar 4, 2020
commit 68585ba7086490651b58baeed9830f4943fe4eba
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<build_depend>message_generation</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>bfl</build_depend>
<build_depend>liborocos-bfl-dev</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
Expand All @@ -26,7 +26,7 @@

<run_depend>message_runtime</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>bfl</run_depend>
<run_depend>liborocos-bfl</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
Expand Down