Skip to content
Snippets Groups Projects
Commit 40ca3ef3 authored by EtienneAr's avatar EtienneAr
Browse files

Remove usb_cam dependency

parent dd006522
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 2.8.3)
project(ros_cosypose)
find_package(catkin REQUIRED COMPONENTS
usb_cam
message_generation
std_msgs
sensor_msgs
......
......@@ -100,3 +100,12 @@ dataclasses module is not needed anymore but is getting installed anyway as requ
```
pip uninstall dataclasses
```
### Python error related to yaml constructor
For example :
`yaml.constructor.ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/object:argparse.Namespace' in "<unicode string>", line 1, column 1: !!python/object:argparse.Namespace`
Force the correct version of pyyaml with :
```
pip install pyyaml==5.1
```
......@@ -20,9 +20,11 @@ dependencies:
- pillow
- ipython
- seaborn
- ros-noetic-desktop-full
- ros-noetic-desktop
- ros-noetic-usb-cam
- ros-noetic-moveit-msgs
- ros-noetic-std-msgs
- ros-noetic-geometry-msgs
- ros-noetic-sensor-msgs
- catkin_tools
- pip:
- ./deps/bullet3
......
......@@ -7,7 +7,6 @@
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>usb_cam</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment