Skip to content

Commit

Permalink
[aerial_robot_base] add dependency to ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
sugikazu75 committed Jan 13, 2025
1 parent 7bdf1dd commit bf0044e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aerial_robot_base/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<exec_depend>aerial_robot_control</exec_depend>
<exec_depend>aerial_robot_estimation</exec_depend>
<exec_depend>aerial_robot_model</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">ipython</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">ipython3</exec_depend>
<exec_depend>joy</exec_depend>
<exec_depend>mocap_optitrack</exec_depend>
<exec_depend>roscpp</exec_depend>
Expand Down

0 comments on commit bf0044e

Please sign in to comment.