Skip to content

jsk-ros-pkg/jsk_common

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 7, 2022 15:50
August 25, 2015 04:09
December 12, 2022 13:33
April 10, 2023 20:14
June 7, 2022 15:50
July 12, 2019 17:43
September 11, 2012 02:56

jsk_common

GitHub version Build Status Read the Docs Slack Join the chat at https://gitter.im/jsk-ros-pkg/jsk_common

Document

See readthedocs for document.

Deb Build Status

Package Kinetic (Xenial) Melodic (Bionic) Melodic (Stretch)
jsk_common (arm64) Build Status Build Status Build Status
jsk_common (armhf) Build Status Build Status ---
jsk_common (i386) Build Status --- ---
jsk_common (amd64) Build Status Build Status Build Status

Install

If you use Kinetic on Debian or Ubuntu, you can run

apt-get install ros-kinetic-jsk-common
Or, if you are willing to install from source, you instead can run
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
For hacker
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
For hrpsys user
wget -q -O /tmp/jsk.rosbuild https://raw.github.com/jsk-ros-pkg/jsk_common/master/jsk.rosbuild
bash /tmp/jsk.rosbuild --rtm hydro
For hrpsys hacker
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

Watch all the jsk github repositories.

Please use this

Slack for JSK Lab members

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.

Restart travis from slack

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.

Restart docker from slack

Type restart docker from slack#travis channel.