See readthedocs for document.
Package | Kinetic (Xenial) | Melodic (Bionic) | Melodic (Stretch) |
---|---|---|---|
jsk_common (arm64) | |||
jsk_common (armhf) | --- | ||
jsk_common (i386) | --- | --- | |
jsk_common (amd64) |
apt-get install ros-kinetic-jsk-common
mkdir -p catkin_ws/src
cd catkin_ws/src
git clone http://github.com/jsk-ros-pkg/jsk_common
cd jsk_common
rosdep install -y -r --from-path . --ignore-src
cd ../../
catkin build
wget -q -O /tmp/jsk.rosbuild https://raw.github.com/jsk-ros-pkg/jsk_common/master/jsk.rosbuild
bash /tmp/jsk.rosbuild --from-source hydro
wget -q -O /tmp/jsk.rosbuild https://raw.github.com/jsk-ros-pkg/jsk_common/master/jsk.rosbuild
bash /tmp/jsk.rosbuild --rtm hydro
wget -q -O /tmp/jsk.rosbuild https://raw.github.com/jsk-ros-pkg/jsk_common/master/jsk.rosbuild
bash /tmp/jsk.rosbuild --from-source --rtm hydro
jsk.rosbuild
generates filesystem as follows:
~ --- ros
+ --- hydro_parent: Only availabe if --from-source option is enabled
+ --- src: maintained by wstool
+ --- build: generated by catkin_tools
+ --- devel: generated by catkin_tools
+--- hydro
+ --- src: maintained by wstool
+ --- build: generated by catkin_tools
+ --- devel: generated by catkin_tools
Please use this
You can login to slack from here. You can create account using imi address.
scudcloud is a desktop client for slack and you can install it by following instruction.
You can restart travis and jenkins from slack's #travis
channel.
You can browse all channels by clicking Channels
in a left menu bar.
Type restart travis <job-id>
from slack#travis channel.
N.B.: <job-id>
is not the number of Pull-request.
you can get <job-id>
from Travis page.
Type restart docker
from slack#travis channel.