-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging old demos in move.py #35
Comments
ubuntu@ubuntu:~/catkin_ws/src/demos/move_demo$ rosrun move_demo move.py rotate 90 So this is a full stack running aruco_detect, fiducial_slam, lslidar: but no move topics are being published. |
here is complete error, conflict with lslidar: [ WARN] [1656002694.813631895]: Parameter change detected |
still getting error move service unavailable |
OK turning the laser driver off and launching move_basic rosrun move_demo move.py rotate 90 did move forward. on rotate, no cmd_vel were issued. |
rosrun move_demo move.py rotate 45
[INFO] [1655748432.412112]: Waiting for move service to be available
[ERROR] [1655748442.431999]: Move service not available
[INFO] [1655748442.441959]: Rotating 45.000000 degrees
[ERROR] [1655748442.451887]: Move service not available
Exception in thread /tf:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/opt/ros/noetic/lib/python3/dist-packages/rospy/impl/tcpros_pubsub.py", line 185, in robust_connect_subscriber
conn.receive_loop(receive_cb)
File "/opt/ros/noetic/lib/python3/dist-packages/rospy/impl/tcpros_base.py", line 846, in receive_loop
self.close()
File "/opt/ros/noetic/lib/python3/dist-packages/rospy/impl/tcpros_base.py", line 858, in close
self.socket.close()
AttributeError: 'NoneType' object has no attribute 'close'
The text was updated successfully, but these errors were encountered: