Skip to content

Commit

Permalink
Removed rospy traces
Browse files Browse the repository at this point in the history
  • Loading branch information
ba-13 committed Feb 8, 2023
1 parent 324b699 commit 786d1d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 0 additions & 4 deletions pose_ocam/plutolib/controller.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import math
import time
import os
import numpy as np
import rospy
from rospy_tutorials.msg import Floats
from rospy.numpy_msg import numpy_msg
from plutolib.protocol import Protocol
from plutolib.logger import Logger
from CppPythonSocket.server import Server
Expand Down
1 change: 0 additions & 1 deletion pose_ocam/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
install_requires=[
"pyserial",
"numpy",
"rospy",
],
liscense="MIT",
py_modules=["controller", "protocol", "kalman", "logger"],
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Package Version
--------------------- --------
catkin-pkg 0.5.2
--------------------- --------
distro 1.8.0
docutils 0.19
numpy 1.24.2
Expand All @@ -12,8 +11,8 @@ plutolib 0.0.1
pyparsing 3.0.9
pyserial 3.5
python-dateutil 2.8.2
PyYAML 6.0
rospkg 1.4.0
PyYAML 6.0
setuptools 44.0.0
six 1.16.0
wheel 0.38.4
matplotlib 3.6.3

0 comments on commit 786d1d4

Please sign in to comment.