Skip to content
New issue

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

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

Already on GitHub? # to your account

Update json dependency #160

Merged
merged 1 commit into from
Jan 28, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion rmf_fleet_adapter/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<depend condition="$RMF_ENABLE_FAILOVER == 1">stubborn_buddies_msgs</depend>

<depend>libwebsocketpp-dev</depend>
<depend>nlohmann-json3-dev</depend>
<depend>nlohmann-json-dev</depend>
<depend>nlohmann_json_schema_validator_vendor</depend>

<build_depend>eigen</build_depend>
Expand Down
2 changes: 1 addition & 1 deletion rmf_task_ros2/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<depend>rmf_traffic_ros2</depend>
<depend>rmf_task_msgs</depend>
<depend>rclcpp</depend>
<depend>nlohmann-json3-dev</depend>
<depend>nlohmann-json-dev</depend>
<depend>nlohmann_json_schema_validator_vendor</depend>

<build_depend>eigen</build_depend>
Expand Down