Skip to content

Commit

Permalink
ros-melodic: specify cerberus and transforms3d versions for Python 2 …
Browse files Browse the repository at this point in the history
…compatibility
  • Loading branch information
TSC21 committed May 17, 2024
1 parent 942d817 commit 07f207f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/Dockerfile_ros-melodic
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ RUN sh -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main"

# Install everything again for Python 2 because we could not get Firmware
# to compile using catkin without it.
RUN pip install wheel setuptools
RUN pip install setuptools wheel
# FIXME: regression in control>0.8.4 (used by px4tools) does not run on Python 2.
RUN pip install argcomplete argparse catkin_pkg catkin-tools cerberus coverage \
empy==3.3.4 jinja2 matplotlib==2.2.* numpy pkgconfig control==0.8.4 px4tools pygments \
pymavlink packaging pyros-genmsg pyulog==0.8.0 pyyaml requests rosdep rospkg \
serial six toml jsonschema==2.6.0
RUN pip install argcomplete argparse catkin_pkg catkin-tools cerberus==1.3.4 control==0.8.4 \
coverage empy==3.3.4 jinja2 jsonschema==2.6.0 matplotlib==2.2.* numpy packaging pkgconfig \
px4tools pygments pymavlink pyros-genmsg pyulog==0.8.0 pyyaml requests rosdep rospkg serial \
six toml transforms3d==0.3.1

# bootstrap rosdep
RUN rosdep init && rosdep update

0 comments on commit 07f207f

Please sign in to comment.