This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo apt install libx11-dev | |
[sudo] password for leus: | |
Reading package lists... Done | |
Building dependency tree... Done | |
Reading state information... Done | |
The following packages were automatically installed and are no longer required: | |
libapr1 libaprutil1 libflashrom1 libftdi1-2 libllvm13 libserf-1-1 libsvn1 libutf8proc2 | |
mercurial mercurial-common subversion | |
Use 'sudo apt autoremove' to remove them. | |
The following additional packages will be installed: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
until read -s -n 1 -t 0.01; do \ | |
date; | |
for IP in 133.11.30.13 133.11.232.74 133.11.204.98 185.199.110.153; do\ | |
ping -c 3 -i 1 -I eth0 $IP ; sleep 1; \ | |
done; \ | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dpkg-buildpackage: info: source package ros-noetic-ros-google-cloud-language | |
dpkg-buildpackage: info: source version 2.1.26-1focal | |
dpkg-buildpackage: info: source distribution focal | |
dpkg-buildpackage: info: source changed by Kei Okada <[email protected]> | |
dpkg-source --before-build . | |
dpkg-buildpackage: info: host architecture amd64 | |
dpkg-source: info: using options from jsk_3rdparty-release/debian/source/options: --auto-commit | |
debian/rules clean | |
dh clean -v --buildsystem=cmake --builddirectory=.obj-x86_64-linux-gnu | |
dh_auto_clean -O-v -O--buildsystem=cmake -O--builddirectory=.obj-x86_64-linux-gnu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UID PID PPID LWP C NLWP STIME TTY TIME CMD | |
root 1 0 1 0 1 06:04 ? 00:00:00 /bin/bash /assets/wrapper | |
root 22 1 22 0 1 06:04 ? 00:00:00 runsvdir -P /opt/gitlab/service log: ........................................................................................................................................................................................................................................................................................................................................................................................................... | |
root 26 22 26 0 1 06:04 ? 00:00:00 runsv sshd | |
root 27 26 27 0 1 06:04 ? 00:00:00 svlogd -tt /var/log/gitlab/sshd | |
root 28 26 28 0 1 06:04 ? 00:00:00 sshd: /usr/sbin/sshd -D -f /assets/sshd_config -e [listener] 0 of 100-200 startups | |
root 332 22 332 0 1 06:04 ? 00:00:00 runsv logrotate | |
root |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND | |
root 1 0.0 0.0 5856 1928 ? Ss 05:47 0:00 /bin/bash /assets/wrapper | |
root 43 0.0 0.0 2516 536 ? S 05:47 0:00 runsvdir -P /opt/gitlab/service log: ........................................................................................................................................................................................................................................................................................................................................................................................................... | |
root 52 0.0 0.0 2364 380 ? Ss 05:47 0:00 runsv sshd | |
root 53 0.0 0.0 2508 380 ? S 05:47 0:00 svlogd -tt /var/log/gitlab/sshd | |
root 54 0.0 0.0 12168 3952 ? S 05:47 0:00 sshd: /usr/sbin/sshd -D -f /assets/sshd_config -e [listener] 0 of 100-200 startups | |
root 418 0.0 0.0 2364 384 ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -x .~ -x '*.pyc' -u /tmp/googletrans/client.py /home/k-okada/.local/lib/python2.7/site-packages/googletrans/client.py | |
--- /tmp/googletrans/client.py 2023-04-15 18:50:05.255488550 +0900 | |
+++ /home/k-okada/.local/lib/python2.7/site-packages/googletrans/client.py 2023-04-15 22:12:46.605582467 +0900 | |
@@ -6,12 +6,13 @@ | |
""" | |
import requests | |
import random | |
+import re | |
from googletrans import urls, utils |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(if (not (boundp '*irtviewer*)) | |
(make-irtviewer)) | |
(require "models/akira-robot.l") | |
(require "models/human-robot.l") | |
(require "/opt/ros/melodic/share/pr2eus/pr2.l") | |
(setq robot-fn #'akira) | |
;; (setq robot-fn #'human) | |
;; (setq robot-fn #'pr2) | |
;; write white back |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r src/jsk_model_tools/.git/HEAD src.org/jsk_model_tools/.git/HEAD | |
1c1 | |
< ref: refs/heads/custom_limb-checkjoint | |
--- | |
> ref: refs/heads/master | |
Binary files src/jsk_model_tools/.git/index and src.org/jsk_model_tools/.git/index differ | |
diff -r src/jsk_model_tools/.git/logs/HEAD src.org/jsk_model_tools/.git/logs/HEAD | |
4d3 | |
< 6749740bdb803cdaeb4d453e086b805f05b6c030 6505add0ef00c9deafdb383df95ead4e44e49788 Kei Okada <[email protected]> 1679031260 +0900 checkout: moving from master to custom_limb-checkjoint | |
Only in src/jsk_model_tools/euscollada: pr2_custom_limb.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import rospy | |
import message_filters | |
from std_msgs.msg import ColorRGBA | |
from geometry_msgs.msg import Vector3 | |
from jsk_recognition_msgs.msg import ClassificationResult, BoundingBoxArray | |
from visualization_msgs.msg import MarkerArray, Marker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
actionlib==1.13.2 | |
angles==1.9.13 | |
app-manager==1.3.0 | |
appdirs==1.4.3 | |
atomicwrites==1.1.5 | |
attrs==19.3.0 | |
autobahn==17.10.1 | |
Automat==0.8.0 | |
backcall==0.1.0 | |
base-local-planner==1.17.1 |