You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error massage is below
b'/lib/systemd/systemd'
Preparing to install files to the following paths:
/etc/ros/melodic/usb.d/.installed_files
/etc/ros/melodic/usb.d/usb_cam-test.launch
/etc/systemd/system/multi-user.target.wants/usb.service
/lib/systemd/system/usb.service
/usr/sbin/usb-start
/usr/sbin/usb-stop
Now calling: /usr/bin/sudo /opt/ros/melodic/lib/robot_upstart/mutate_files
Traceback (most recent call last):
File "/opt/ros/melodic/lib/robot_upstart/mutate_files", line 37, in
installation_files = pickle.loads(sys.argv[1])
File "/usr/lib/python2.7/pickle.py", line 1388, in loads
return Unpickler(file).load()
File "/usr/lib/python2.7/pickle.py", line 864, in load
dispatchkey
KeyError: '{'
Error encountered; filesystem operation aborted.
** To complete installation please run the following command:
sudo systemctl daemon-reload && sudo systemctl start usb
than using : sudo systemctl daemon-reload && sudo systemctl start usb
Failed to start usb.service: Unit usb.service not found.
The text was updated successfully, but these errors were encountered:
Hi I first time try to use robot_upstart but get error
Could anyone help me ? Thank!
system information
-melodic
-jetson nano ubuntu 18.04
my command :
1.sudo apt-get install ros-melodic-robot-upstart
2.source .bashrc
3.rosrun robot_upstart install usb_cam/launch/usb_cam-test.launch
Error massage is below
b'/lib/systemd/systemd'
Preparing to install files to the following paths:
/etc/ros/melodic/usb.d/.installed_files
/etc/ros/melodic/usb.d/usb_cam-test.launch
/etc/systemd/system/multi-user.target.wants/usb.service
/lib/systemd/system/usb.service
/usr/sbin/usb-start
/usr/sbin/usb-stop
Now calling: /usr/bin/sudo /opt/ros/melodic/lib/robot_upstart/mutate_files
Traceback (most recent call last):
File "/opt/ros/melodic/lib/robot_upstart/mutate_files", line 37, in
installation_files = pickle.loads(sys.argv[1])
File "/usr/lib/python2.7/pickle.py", line 1388, in loads
return Unpickler(file).load()
File "/usr/lib/python2.7/pickle.py", line 864, in load
dispatchkey
KeyError: '{'
Error encountered; filesystem operation aborted.
** To complete installation please run the following command:
sudo systemctl daemon-reload && sudo systemctl start usb
than using : sudo systemctl daemon-reload && sudo systemctl start usb
Failed to start usb.service: Unit usb.service not found.
The text was updated successfully, but these errors were encountered: